/*!
 * Dashcore 3.0 (https://themeforest.net/user/5studios)
 * Sass & Startup HTML Template 
 * Main CSS file
 * Copyright 2011-2019 The 5studios.net team (https://5studios.net)
 *
 * [ TABLE OF CONTENTS ]
 *
 * 1. RESET STYLES
 * 2. NAVIGATION
 *   2.1 - Navigation base styles
 *   2.2 - Pills
 * 3. FORMS
 *   3.1 - Form
 *   3.2 - Buttons
 * 4. UTILITIES
 *   4.1 - Background
 *   4.2 - Border
 *   4.3 - Devices
 *   4.4 - Lists
 *   4.5 - Misc
 *   4.6 - Overlay
 *   4.7 - Position
 *   4.8 - Responsive
 *   4.9 - Spacing
 *   4.10 - Text
 *   4.11 - Type
 * 5. GENERAL CONTENT STYLES
 *   5.1 - Page Loader
 *   5.2 - Mockup
 *   5.3 - Icons
 * 6. SECTIONS
 *   6.1 - General Styles
 *   6.2 - Testimonials
 *   6.3 - Footer
 * 7. PRICING
 *   7.1 - General styles
 *   7.2 - Pricing heading
 * 8. PAGE HEADING
 * 9. CUSTOM
 */
/*!
 * Bootstrap v5.0.0 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #869ab8;
  --bs-gray-dark: #384c74;
  --bs-primary: #5533ff;
  --bs-secondary: #506690;
  --bs-success: #00c9b7;
  --bs-info: #00a0e0;
  --bs-warning: #feb868;
  --bs-danger: #c1002b;
  --bs-light: #f1f4f8;
  --bs-dark: #2b354f;
  --bs-gray: #869ab8;
  --bs-gray-light: #c6d3e6;
  --bs-alternate: #fc9e21;
  --bs-contrast: #ffffff;
  --bs-darker: #161c2d;
  --bs-black: #161c2d;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6d768b;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
}

.main-fade {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

hr {
  margin: 1rem 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: 0.75rem;
  font-family: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

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: #00a0e0;
  text-decoration: underline;
}

a:hover {
  color: #0080b3;
}

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: #ffffff;
  background-color: #2b354f;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #869ab8;
  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 {
  color: #869ab8 !important;
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #869ab8;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #869ab8;
}

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

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

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

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

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

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 22rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 22rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 12rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 12rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 14rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 14rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 16rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 16rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 18rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 18rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 20rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 20rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 22rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 22rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 22rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 22rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 22rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 22rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 22rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 22rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #6d768b;
  --bs-table-striped-bg: #f4f7fa;
  --bs-table-active-color: #6d768b;
  --bs-table-active-bg: rgba(22, 28, 45, 0.1);
  --bs-table-hover-color: #6d768b;
  --bs-table-hover-bg: #eef1f6;
  width: 100%;
  margin-bottom: 1rem;
  color: #6d768b;
  vertical-align: top;
  border-color: #d9e2ef;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #ddd6ff;
  --bs-table-striped-bg: #d3cdf5;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #c9c3ea;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #cec8ef;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #c9c3ea;
}

.table-secondary {
  --bs-table-bg: #dce0e9;
  --bs-table-striped-bg: #d2d6e0;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #c8ccd6;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #cdd1db;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #c8ccd6;
}

.table-success {
  --bs-table-bg: #ccf4f1;
  --bs-table-striped-bg: #c3e9e7;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #badedd;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #bee4e2;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #badedd;
}

.table-info {
  --bs-table-bg: #ccecf9;
  --bs-table-striped-bg: #c3e2ef;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #bad7e5;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #bedcea;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #bad7e5;
}

.table-warning {
  --bs-table-bg: #fff1e1;
  --bs-table-striped-bg: #f3e6d8;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #e8dccf;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #eee1d4;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #e8dccf;
}

.table-danger {
  --bs-table-bg: #f3ccd5;
  --bs-table-striped-bg: #e8c3cd;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #ddbac4;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #e2bfc8;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #ddbac4;
}

.table-light {
  --bs-table-bg: #f1f4f8;
  --bs-table-striped-bg: #e6e9ee;
  --bs-table-striped-color: #161c2d;
  --bs-table-active-bg: #dbdee4;
  --bs-table-active-color: #161c2d;
  --bs-table-hover-bg: #e1e4e9;
  --bs-table-hover-color: #161c2d;
  color: #161c2d;
  border-color: #dbdee4;
}

.table-dark {
  --bs-table-bg: #2b354f;
  --bs-table-striped-bg: #363f58;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #404961;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #3b445c;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #404961;
}

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #506690;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d9e2ef;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}

.form-control[type="file"]:not(:disabled):not(:read-only) {
  cursor: pointer;
}

.form-control:focus {
  color: #506690;
  background-color: #ffffff;
  border-color: #dce3e7;
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control::placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control:-moz-read-only {
  background-color: #f1f4f8;
  opacity: 1;
}

.form-control:disabled, .form-control:read-only {
  background-color: #f1f4f8;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #506690;
  background-color: #f1f4f8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
  background-color: #e5e8ec;
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #e5e8ec;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #506690;
  background-color: #f1f4f8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #e5e8ec;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #6d768b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

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

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}

.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #506690;
  background-color: #ffffff;
  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='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d9e2ef;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select:focus {
  border-color: #dce3e7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #f1f4f8;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #506690;
}

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

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

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(22, 28, 45, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #dce3e7;
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.form-check-input:checked {
  background-color: #5533ff;
  border-color: #5533ff;
}

.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='%23ffffff' 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='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #5533ff;
  border-color: #5533ff;
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    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='%23dce3e7'/%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='%23ffffff'/%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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0 1px #ffffff, -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5533ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #ccc2ff;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9e2ef;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5533ff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #ccc2ff;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9e2ef;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #abbcd5;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #abbcd5;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #506690;
  text-align: center;
  white-space: nowrap;
  background-color: #f1f4f8;
  border: 1px solid #d9e2ef;
  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.5rem 1rem;
  font-size: 1.25rem;
  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.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #161c2d;
  background-color: rgba(0, 201, 183, 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: #00c9b7;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00c9b7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #00c9b7;
}

.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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23384c74' 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='%2300c9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #00c9b7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #00c9b7;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #00c9b7;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00c9b7;
}

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

.invalid-feedback {
  position: "relative";
  display: inline !important;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #c1002b;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(193, 0, 43, 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: #c1002b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c1002b'%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='%23c1002b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #c1002b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #c1002b;
}

.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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23384c74' 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='%23c1002b'%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='%23c1002b' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #c1002b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #c1002b;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #c1002b;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c1002b;
}

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

.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #6d768b;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1.35rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #6d768b;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #482bd9;
  border-color: #4429cc;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #482bd9;
  border-color: #4429cc;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(111, 82, 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: #ffffff;
  background-color: #4429cc;
  border-color: #4026bf;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.btn-secondary {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #44577a;
  border-color: #405273;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: #44577a;
  border-color: #405273;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(106, 125, 161, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(106, 125, 161, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #405273;
  border-color: #3c4d6c;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(106, 125, 161, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(106, 125, 161, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

.btn-success {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7;
}

.btn-success:hover {
  color: #161c2d;
  background-color: #26d1c2;
  border-color: #1acebe;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #161c2d;
  background-color: #26d1c2;
  border-color: #1acebe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 175, 162, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 175, 162, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #161c2d;
  background-color: #33d4c5;
  border-color: #1acebe;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 175, 162, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 175, 162, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7;
}

.btn-info {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0;
}

.btn-info:hover {
  color: #161c2d;
  background-color: #26aee5;
  border-color: #1aaae3;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #161c2d;
  background-color: #26aee5;
  border-color: #1aaae3;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 140, 197, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 140, 197, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #161c2d;
  background-color: #33b3e6;
  border-color: #1aaae3;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 140, 197, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 140, 197, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0;
}

.btn-warning {
  color: #161c2d;
  background-color: #feb868;
  border-color: #feb868;
}

.btn-warning:hover {
  color: #161c2d;
  background-color: #fec37f;
  border-color: #febf77;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #161c2d;
  background-color: #fec37f;
  border-color: #febf77;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 161, 95, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(219, 161, 95, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #161c2d;
  background-color: #fec686;
  border-color: #febf77;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 161, 95, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(219, 161, 95, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #161c2d;
  background-color: #feb868;
  border-color: #feb868;
}

.btn-danger {
  color: #ffffff;
  background-color: #c1002b;
  border-color: #c1002b;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #a40025;
  border-color: #9a0022;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: #a40025;
  border-color: #9a0022;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 38, 75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(202, 38, 75, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #9a0022;
  border-color: #910020;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 38, 75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(202, 38, 75, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #c1002b;
  border-color: #c1002b;
}

.btn-light {
  color: #161c2d;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

.btn-light:hover {
  color: #161c2d;
  background-color: #f3f6f9;
  border-color: #f2f5f9;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #161c2d;
  background-color: #f3f6f9;
  border-color: #f2f5f9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 212, 218, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #161c2d;
  background-color: #f4f6f9;
  border-color: #f2f5f9;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 212, 218, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #161c2d;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

.btn-dark {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #252d43;
  border-color: #222a3f;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #252d43;
  border-color: #222a3f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 83, 105, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(75, 83, 105, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #222a3f;
  border-color: #20283b;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 83, 105, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(75, 83, 105, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

.btn-gray {
  color: #161c2d;
  background-color: #869ab8;
  border-color: #869ab8;
}

.btn-gray:hover {
  color: #161c2d;
  background-color: #98a9c3;
  border-color: #92a4bf;
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #161c2d;
  background-color: #98a9c3;
  border-color: #92a4bf;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(117, 135, 163, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(117, 135, 163, 0.5);
}

.btn-check:checked + .btn-gray,
.btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
  color: #161c2d;
  background-color: #9eaec6;
  border-color: #92a4bf;
}

.btn-check:checked + .btn-gray:focus,
.btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(117, 135, 163, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(117, 135, 163, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
  color: #161c2d;
  background-color: #869ab8;
  border-color: #869ab8;
}

.btn-gray-light {
  color: #161c2d;
  background-color: #c6d3e6;
  border-color: #c6d3e6;
}

.btn-gray-light:hover {
  color: #161c2d;
  background-color: #cfdaea;
  border-color: #ccd7e9;
}

.btn-check:focus + .btn-gray-light, .btn-gray-light:focus {
  color: #161c2d;
  background-color: #cfdaea;
  border-color: #ccd7e9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(172, 184, 202, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(172, 184, 202, 0.5);
}

.btn-check:checked + .btn-gray-light,
.btn-check:active + .btn-gray-light, .btn-gray-light:active, .btn-gray-light.active,
.show > .btn-gray-light.dropdown-toggle {
  color: #161c2d;
  background-color: #d1dceb;
  border-color: #ccd7e9;
}

.btn-check:checked + .btn-gray-light:focus,
.btn-check:active + .btn-gray-light:focus, .btn-gray-light:active:focus, .btn-gray-light.active:focus,
.show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(172, 184, 202, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(172, 184, 202, 0.5);
}

.btn-gray-light:disabled, .btn-gray-light.disabled {
  color: #161c2d;
  background-color: #c6d3e6;
  border-color: #c6d3e6;
}

.btn-alternate {
  color: #161c2d;
  background-color: #fc9e21;
  border-color: #fc9e21;
}

.btn-alternate:hover {
  color: #161c2d;
  background-color: #fcad42;
  border-color: #fca837;
}

.btn-check:focus + .btn-alternate, .btn-alternate:focus {
  color: #161c2d;
  background-color: #fcad42;
  border-color: #fca837;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(218, 139, 35, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(218, 139, 35, 0.5);
}

.btn-check:checked + .btn-alternate,
.btn-check:active + .btn-alternate, .btn-alternate:active, .btn-alternate.active,
.show > .btn-alternate.dropdown-toggle {
  color: #161c2d;
  background-color: #fdb14d;
  border-color: #fca837;
}

.btn-check:checked + .btn-alternate:focus,
.btn-check:active + .btn-alternate:focus, .btn-alternate:active:focus, .btn-alternate.active:focus,
.show > .btn-alternate.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(218, 139, 35, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(218, 139, 35, 0.5);
}

.btn-alternate:disabled, .btn-alternate.disabled {
  color: #161c2d;
  background-color: #fc9e21;
  border-color: #fc9e21;
}

.btn-contrast {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-contrast:hover {
  color: #161c2d;
  background-color: white;
  border-color: white;
}

.btn-check:focus + .btn-contrast, .btn-contrast:focus {
  color: #161c2d;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
}

.btn-check:checked + .btn-contrast,
.btn-check:active + .btn-contrast, .btn-contrast:active, .btn-contrast.active,
.show > .btn-contrast.dropdown-toggle {
  color: #161c2d;
  background-color: white;
  border-color: white;
}

.btn-check:checked + .btn-contrast:focus,
.btn-check:active + .btn-contrast:focus, .btn-contrast:active:focus, .btn-contrast.active:focus,
.show > .btn-contrast.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
}

.btn-contrast:disabled, .btn-contrast.disabled {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-darker {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-darker:hover {
  color: #ffffff;
  background-color: #131826;
  border-color: #121624;
}

.btn-check:focus + .btn-darker, .btn-darker:focus {
  color: #ffffff;
  background-color: #131826;
  border-color: #121624;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
}

.btn-check:checked + .btn-darker,
.btn-check:active + .btn-darker, .btn-darker:active, .btn-darker.active,
.show > .btn-darker.dropdown-toggle {
  color: #ffffff;
  background-color: #121624;
  border-color: #111522;
}

.btn-check:checked + .btn-darker:focus,
.btn-check:active + .btn-darker:focus, .btn-darker:active:focus, .btn-darker.active:focus,
.show > .btn-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
}

.btn-darker:disabled, .btn-darker.disabled {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-black {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-black:hover {
  color: #ffffff;
  background-color: #131826;
  border-color: #121624;
}

.btn-check:focus + .btn-black, .btn-black:focus {
  color: #ffffff;
  background-color: #131826;
  border-color: #121624;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
}

.btn-check:checked + .btn-black,
.btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
.show > .btn-black.dropdown-toggle {
  color: #ffffff;
  background-color: #121624;
  border-color: #111522;
}

.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(57, 62, 77, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-outline-primary {
  color: #5533ff;
  border-color: #5533ff;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(85, 51, 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: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #5533ff;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #506690;
  border-color: #506690;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 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: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #506690;
  background-color: transparent;
}

.btn-outline-success {
  color: #00c9b7;
  border-color: #00c9b7;
}

.btn-outline-success:hover {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #00c9b7;
  background-color: transparent;
}

.btn-outline-info {
  color: #00a0e0;
  border-color: #00a0e0;
}

.btn-outline-info:hover {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #00a0e0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #feb868;
  border-color: #feb868;
}

.btn-outline-warning:hover {
  color: #161c2d;
  background-color: #feb868;
  border-color: #feb868;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 184, 104, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(254, 184, 104, 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: #161c2d;
  background-color: #feb868;
  border-color: #feb868;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 184, 104, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(254, 184, 104, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #feb868;
  background-color: transparent;
}

.btn-outline-danger {
  color: #c1002b;
  border-color: #c1002b;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #c1002b;
  border-color: #c1002b;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #c1002b;
  border-color: #c1002b;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #c1002b;
  background-color: transparent;
}

.btn-outline-light {
  color: #f1f4f8;
  border-color: #f1f4f8;
}

.btn-outline-light:hover {
  color: #161c2d;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 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: #161c2d;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f1f4f8;
  background-color: transparent;
}

.btn-outline-dark {
  color: #2b354f;
  border-color: #2b354f;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 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: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #2b354f;
  background-color: transparent;
}

.btn-outline-gray {
  color: #869ab8;
  border-color: #869ab8;
}

.btn-outline-gray:hover {
  color: #161c2d;
  background-color: #869ab8;
  border-color: #869ab8;
}

.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
}

.btn-check:checked + .btn-outline-gray,
.btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #161c2d;
  background-color: #869ab8;
  border-color: #869ab8;
}

.btn-check:checked + .btn-outline-gray:focus,
.btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #869ab8;
  background-color: transparent;
}

.btn-outline-gray-light {
  color: #c6d3e6;
  border-color: #c6d3e6;
}

.btn-outline-gray-light:hover {
  color: #161c2d;
  background-color: #c6d3e6;
  border-color: #c6d3e6;
}

.btn-check:focus + .btn-outline-gray-light, .btn-outline-gray-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
}

.btn-check:checked + .btn-outline-gray-light,
.btn-check:active + .btn-outline-gray-light, .btn-outline-gray-light:active, .btn-outline-gray-light.active, .btn-outline-gray-light.dropdown-toggle.show {
  color: #161c2d;
  background-color: #c6d3e6;
  border-color: #c6d3e6;
}

.btn-check:checked + .btn-outline-gray-light:focus,
.btn-check:active + .btn-outline-gray-light:focus, .btn-outline-gray-light:active:focus, .btn-outline-gray-light.active:focus, .btn-outline-gray-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
}

.btn-outline-gray-light:disabled, .btn-outline-gray-light.disabled {
  color: #c6d3e6;
  background-color: transparent;
}

.btn-outline-alternate {
  color: #fc9e21;
  border-color: #fc9e21;
}

.btn-outline-alternate:hover {
  color: #161c2d;
  background-color: #fc9e21;
  border-color: #fc9e21;
}

.btn-check:focus + .btn-outline-alternate, .btn-outline-alternate:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
}

.btn-check:checked + .btn-outline-alternate,
.btn-check:active + .btn-outline-alternate, .btn-outline-alternate:active, .btn-outline-alternate.active, .btn-outline-alternate.dropdown-toggle.show {
  color: #161c2d;
  background-color: #fc9e21;
  border-color: #fc9e21;
}

.btn-check:checked + .btn-outline-alternate:focus,
.btn-check:active + .btn-outline-alternate:focus, .btn-outline-alternate:active:focus, .btn-outline-alternate.active:focus, .btn-outline-alternate.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
}

.btn-outline-alternate:disabled, .btn-outline-alternate.disabled {
  color: #fc9e21;
  background-color: transparent;
}

.btn-outline-contrast {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-contrast:hover {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-check:focus + .btn-outline-contrast, .btn-outline-contrast:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-outline-contrast,
.btn-check:active + .btn-outline-contrast, .btn-outline-contrast:active, .btn-outline-contrast.active, .btn-outline-contrast.dropdown-toggle.show {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-check:checked + .btn-outline-contrast:focus,
.btn-check:active + .btn-outline-contrast:focus, .btn-outline-contrast:active:focus, .btn-outline-contrast.active:focus, .btn-outline-contrast.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-outline-contrast:disabled, .btn-outline-contrast.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-darker {
  color: #161c2d;
  border-color: #161c2d;
}

.btn-outline-darker:hover {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-check:focus + .btn-outline-darker, .btn-outline-darker:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}

.btn-check:checked + .btn-outline-darker,
.btn-check:active + .btn-outline-darker, .btn-outline-darker:active, .btn-outline-darker.active, .btn-outline-darker.dropdown-toggle.show {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-check:checked + .btn-outline-darker:focus,
.btn-check:active + .btn-outline-darker:focus, .btn-outline-darker:active:focus, .btn-outline-darker.active:focus, .btn-outline-darker.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}

.btn-outline-darker:disabled, .btn-outline-darker.disabled {
  color: #161c2d;
  background-color: transparent;
}

.btn-outline-black {
  color: #161c2d;
  border-color: #161c2d;
}

.btn-outline-black:hover {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}

.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #161c2d;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #00a0e0;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0080b3;
}

.btn-link:disabled, .btn-link.disabled {
  color: #869ab8;
}

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #6d768b;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

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

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #2b354f;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #273047;
  background-color: #f1f4f8;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #5533ff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #abbcd5;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #d9e2ef;
  background-color: #384c74;
  border-color: rgba(22, 28, 45, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #d9e2ef;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #5533ff;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #abbcd5;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(22, 28, 45, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #d9e2ef;
}

.dropdown-menu-dark .dropdown-header {
  color: #abbcd5;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.0125rem;
  padding-left: 1.0125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00a0e0;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: #0080b3;
}

.nav-link.disabled {
  color: #869ab8;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d9e2ef;
}

.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: #f1f4f8 #f1f4f8 #d9e2ef;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #869ab8;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #506690;
  background-color: #ffffff;
  border-color: #d9e2ef #d9e2ef #ffffff;
}

.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: #ffffff;
  background-color: #5533ff;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(22, 28, 45, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(22, 28, 45, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(22, 28, 45, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(22, 28, 45, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(22, 28, 45, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(22, 28, 45, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(22, 28, 45, 0.55);
  border-color: rgba(22, 28, 45, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2822, 28, 45, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(22, 28, 45, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(22, 28, 45, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #f1f4f8;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

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

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: rgba(22, 28, 45, 0.03);
  border-bottom: 1px solid #f1f4f8;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 1rem 1rem;
  background-color: rgba(22, 28, 45, 0.03);
  border-top: 1px solid #f1f4f8;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  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.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #6d768b;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #4d2ee6;
  background-color: #eeebff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(22, 28, 45, 0.125);
          box-shadow: inset 0 -1px 0 rgba(22, 28, 45, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d2ee6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d768b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #dce3e7;
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

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

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(22, 28, 45, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #869ab8;
  content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */;
}

.breadcrumb-item.active {
  color: #869ab8;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #00a0e0;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #d9e2ef;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #0080b3;
  background-color: #f1f4f8;
  border-color: #d9e2ef;
}

.page-link:focus {
  z-index: 3;
  color: #0080b3;
  background-color: #f1f4f8;
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.page-item.disabled .page-link {
  color: #869ab8;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #d9e2ef;
}

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

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

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

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

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

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

.alert-primary {
  color: #331f99;
  background-color: #ddd6ff;
  border-color: #ccc2ff;
}

.alert-primary .alert-link {
  color: #29197a;
}

.alert-secondary {
  color: #303d56;
  background-color: #dce0e9;
  border-color: #cbd1de;
}

.alert-secondary .alert-link {
  color: #263145;
}

.alert-success {
  color: #0d6164;
  background-color: #ccf4f1;
  border-color: #b3efe9;
}

.alert-success .alert-link {
  color: #0a4e50;
}

.alert-info {
  color: #006086;
  background-color: #ccecf9;
  border-color: #b3e3f6;
}

.alert-info .alert-link {
  color: #004d6b;
}

.alert-warning {
  color: #735a45;
  background-color: #fff1e1;
  border-color: #ffead2;
}

.alert-warning .alert-link {
  color: #5c4837;
}

.alert-danger {
  color: #74001a;
  background-color: #f3ccd5;
  border-color: #ecb3bf;
}

.alert-danger .alert-link {
  color: #5d0015;
}

.alert-light {
  color: #6e727e;
  background-color: #fcfdfe;
  border-color: #fbfcfd;
}

.alert-light .alert-link {
  color: #585b65;
}

.alert-dark {
  color: #1a202f;
  background-color: #d5d7dc;
  border-color: #bfc2ca;
}

.alert-dark .alert-link {
  color: #151a26;
}

.alert-gray {
  color: #505c6e;
  background-color: #e7ebf1;
  border-color: #dbe1ea;
}

.alert-gray .alert-link {
  color: #404a58;
}

.alert-gray-light {
  color: #5c6577;
  background-color: #f4f6fa;
  border-color: #eef2f8;
}

.alert-gray-light .alert-link {
  color: #4a515f;
}

.alert-alternate {
  color: #975f14;
  background-color: #feecd3;
  border-color: #fee2bc;
}

.alert-alternate .alert-link {
  color: #794c10;
}

.alert-contrast {
  color: #737781;
  background-color: white;
  border-color: white;
}

.alert-contrast .alert-link {
  color: #5c5f67;
}

.alert-darker {
  color: #0d111b;
  background-color: #d0d2d5;
  border-color: #b9bbc0;
}

.alert-darker .alert-link {
  color: #0a0e16;
}

.alert-black {
  color: #0d111b;
  background-color: #d0d2d5;
  border-color: #b9bbc0;
}

.alert-black .alert-link {
  color: #0a0e16;
}

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f1f4f8;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #5533ff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #506690;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #506690;
  text-decoration: none;
  background-color: #f9fbfd;
}

.list-group-item-action:active {
  color: #6d768b;
  background-color: #f1f4f8;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #2b354f;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(22, 28, 45, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #331f99;
  background-color: #ddd6ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #331f99;
  background-color: #c7c1e6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #331f99;
  border-color: #331f99;
}

.list-group-item-secondary {
  color: #303d56;
  background-color: #dce0e9;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #303d56;
  background-color: #c6cad2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #303d56;
  border-color: #303d56;
}

.list-group-item-success {
  color: #0d6164;
  background-color: #ccf4f1;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0d6164;
  background-color: #b8dcd9;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #0d6164;
  border-color: #0d6164;
}

.list-group-item-info {
  color: #006086;
  background-color: #ccecf9;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #006086;
  background-color: #b8d4e0;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #006086;
  border-color: #006086;
}

.list-group-item-warning {
  color: #735a45;
  background-color: #fff1e1;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #735a45;
  background-color: #e6d9cb;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #735a45;
  border-color: #735a45;
}

.list-group-item-danger {
  color: #74001a;
  background-color: #f3ccd5;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #74001a;
  background-color: #dbb8c0;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #74001a;
  border-color: #74001a;
}

.list-group-item-light {
  color: #6e727e;
  background-color: #fcfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6e727e;
  background-color: #e3e4e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e727e;
  border-color: #6e727e;
}

.list-group-item-dark {
  color: #1a202f;
  background-color: #d5d7dc;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1a202f;
  background-color: #c0c2c6;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1a202f;
  border-color: #1a202f;
}

.list-group-item-gray {
  color: #505c6e;
  background-color: #e7ebf1;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #505c6e;
  background-color: #d0d4d9;
}

.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: #505c6e;
  border-color: #505c6e;
}

.list-group-item-gray-light {
  color: #5c6577;
  background-color: #f4f6fa;
}

.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #5c6577;
  background-color: #dcdde1;
}

.list-group-item-gray-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #5c6577;
  border-color: #5c6577;
}

.list-group-item-alternate {
  color: #975f14;
  background-color: #feecd3;
}

.list-group-item-alternate.list-group-item-action:hover, .list-group-item-alternate.list-group-item-action:focus {
  color: #975f14;
  background-color: #e5d4be;
}

.list-group-item-alternate.list-group-item-action.active {
  color: #ffffff;
  background-color: #975f14;
  border-color: #975f14;
}

.list-group-item-contrast {
  color: #737781;
  background-color: white;
}

.list-group-item-contrast.list-group-item-action:hover, .list-group-item-contrast.list-group-item-action:focus {
  color: #737781;
  background-color: #e6e6e6;
}

.list-group-item-contrast.list-group-item-action.active {
  color: #ffffff;
  background-color: #737781;
  border-color: #737781;
}

.list-group-item-darker {
  color: #0d111b;
  background-color: #d0d2d5;
}

.list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
  color: #0d111b;
  background-color: #bbbdc0;
}

.list-group-item-darker.list-group-item-action.active {
  color: #ffffff;
  background-color: #0d111b;
  border-color: #0d111b;
}

.list-group-item-black {
  color: #0d111b;
  background-color: #d0d2d5;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #0d111b;
  background-color: #bbbdc0;
}

.list-group-item-black.list-group-item-action.active {
  color: #ffffff;
  background-color: #0d111b;
  border-color: #0d111b;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #161c2d;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23161c2d'%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: #161c2d;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #869ab8;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

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

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161c2d;
}

.modal-backdrop.fade {
  opacity: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d9e2ef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d9e2ef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #161c2d;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #161c2d;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #161c2d;
  border-radius: 0.25rem;
}

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

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(22, 28, 45, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(22, 28, 45, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(22, 28, 45, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(22, 28, 45, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #6d768b;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #161c2d;
}

.carousel-dark .carousel-caption {
  color: #161c2d;
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

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

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

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

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

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

.link-primary {
  color: #5533ff;
}

.link-primary:hover, .link-primary:focus {
  color: #4429cc;
}

.link-secondary {
  color: #506690;
}

.link-secondary:hover, .link-secondary:focus {
  color: #405273;
}

.link-success {
  color: #00c9b7;
}

.link-success:hover, .link-success:focus {
  color: #33d4c5;
}

.link-info {
  color: #00a0e0;
}

.link-info:hover, .link-info:focus {
  color: #33b3e6;
}

.link-warning {
  color: #feb868;
}

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

.link-danger {
  color: #c1002b;
}

.link-danger:hover, .link-danger:focus {
  color: #9a0022;
}

.link-light {
  color: #f1f4f8;
}

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

.link-dark {
  color: #2b354f;
}

.link-dark:hover, .link-dark:focus {
  color: #222a3f;
}

.link-gray {
  color: #869ab8;
}

.link-gray:hover, .link-gray:focus {
  color: #9eaec6;
}

.link-gray-light {
  color: #c6d3e6;
}

.link-gray-light:hover, .link-gray-light:focus {
  color: #d1dceb;
}

.link-alternate {
  color: #fc9e21;
}

.link-alternate:hover, .link-alternate:focus {
  color: #fdb14d;
}

.link-contrast {
  color: #ffffff;
}

.link-contrast:hover, .link-contrast:focus {
  color: white;
}

.link-darker {
  color: #161c2d;
}

.link-darker:hover, .link-darker:focus {
  color: #121624;
}

.link-black {
  color: #161c2d;
}

.link-black:hover, .link-black:focus {
  color: #121624;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #5533ff !important;
}

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

.border-success {
  border-color: #00c9b7 !important;
}

.border-info {
  border-color: #00a0e0 !important;
}

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

.border-danger {
  border-color: #c1002b !important;
}

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

.border-dark {
  border-color: #2b354f !important;
}

.border-gray {
  border-color: #869ab8 !important;
}

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

.border-alternate {
  border-color: #fc9e21 !important;
}

.border-contrast {
  border-color: #ffffff !important;
}

.border-darker {
  border-color: #161c2d !important;
}

.border-black {
  border-color: #161c2d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 12rem !important;
}

.gap-11 {
  gap: 14rem !important;
}

.gap-12 {
  gap: 16rem !important;
}

.gap-13 {
  gap: 18rem !important;
}

.gap-14 {
  gap: 20rem !important;
}

.gap-15 {
  gap: 22rem !important;
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.m-11 {
  margin: 14rem !important;
}

.m-12 {
  margin: 16rem !important;
}

.m-13 {
  margin: 18rem !important;
}

.m-14 {
  margin: 20rem !important;
}

.m-15 {
  margin: 22rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n11 {
  margin: -14rem !important;
}

.m-n12 {
  margin: -16rem !important;
}

.m-n13 {
  margin: -18rem !important;
}

.m-n14 {
  margin: -20rem !important;
}

.m-n15 {
  margin: -22rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 12rem !important;
}

.p-11 {
  padding: 14rem !important;
}

.p-12 {
  padding: 16rem !important;
}

.p-13 {
  padding: 18rem !important;
}

.p-14 {
  padding: 20rem !important;
}

.p-15 {
  padding: 22rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

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

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

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

.px-10 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-11 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-12 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-13 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-14 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-15 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

.py-10 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-11 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-12 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-13 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-14 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-15 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

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

.pt-5 {
  padding-top: 3rem !important;
}

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

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

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

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

.pt-10 {
  padding-top: 12rem !important;
}

.pt-11 {
  padding-top: 14rem !important;
}

.pt-12 {
  padding-top: 16rem !important;
}

.pt-13 {
  padding-top: 18rem !important;
}

.pt-14 {
  padding-top: 20rem !important;
}

.pt-15 {
  padding-top: 22rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

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

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

.pe-10 {
  padding-right: 12rem !important;
}

.pe-11 {
  padding-right: 14rem !important;
}

.pe-12 {
  padding-right: 16rem !important;
}

.pe-13 {
  padding-right: 18rem !important;
}

.pe-14 {
  padding-right: 20rem !important;
}

.pe-15 {
  padding-right: 22rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 12rem !important;
}

.pb-11 {
  padding-bottom: 14rem !important;
}

.pb-12 {
  padding-bottom: 16rem !important;
}

.pb-13 {
  padding-bottom: 18rem !important;
}

.pb-14 {
  padding-bottom: 20rem !important;
}

.pb-15 {
  padding-bottom: 22rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 12rem !important;
}

.ps-11 {
  padding-left: 14rem !important;
}

.ps-12 {
  padding-left: 16rem !important;
}

.ps-13 {
  padding-left: 18rem !important;
}

.ps-14 {
  padding-left: 20rem !important;
}

.ps-15 {
  padding-left: 22rem !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: 100 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

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

.fw-bolder {
  font-weight: 800 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #5533ff !important;
}

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

.text-success {
  color: #00c9b7 !important;
}

.text-info {
  color: #00a0e0 !important;
}

.text-warning {
  color: #feb868 !important;
}

.text-danger {
  color: #c1002b !important;
}

.text-light {
  color: #f1f4f8 !important;
}

.text-dark {
  color: #2b354f !important;
}

.text-gray {
  color: #869ab8 !important;
}

.text-gray-light {
  color: #c6d3e6 !important;
}

.text-alternate {
  color: #fc9e21 !important;
}

.text-contrast {
  color: #ffffff !important;
}

.text-darker {
  color: #161c2d !important;
}

.text-black {
  color: #161c2d !important;
}

.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #6d768b !important;
}

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

.text-black-50 {
  color: rgba(22, 28, 45, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.bg-primary {
  background-color: #5533ff !important;
}

.bg-secondary {
  background-color: #506690 !important;
}

.bg-success {
  background-color: #00c9b7 !important;
}

.bg-info {
  background-color: #00a0e0 !important;
}

.bg-warning {
  background-color: #feb868 !important;
}

.bg-danger {
  background-color: #c1002b !important;
}

.bg-light {
  background-color: #f1f4f8 !important;
}

.bg-dark {
  background-color: #2b354f !important;
}

.bg-gray {
  background-color: #869ab8 !important;
}

.bg-gray-light {
  background-color: #c6d3e6 !important;
}

.bg-alternate {
  background-color: #fc9e21 !important;
}

.bg-contrast {
  background-color: #ffffff !important;
}

.bg-darker {
  background-color: #161c2d !important;
}

.bg-black {
  background-color: #161c2d !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          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: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-7 {
    gap: 7rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-10 {
    gap: 12rem !important;
  }
  .gap-sm-11 {
    gap: 14rem !important;
  }
  .gap-sm-12 {
    gap: 16rem !important;
  }
  .gap-sm-13 {
    gap: 18rem !important;
  }
  .gap-sm-14 {
    gap: 20rem !important;
  }
  .gap-sm-15 {
    gap: 22rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 12rem !important;
  }
  .m-sm-11 {
    margin: 14rem !important;
  }
  .m-sm-12 {
    margin: 16rem !important;
  }
  .m-sm-13 {
    margin: 18rem !important;
  }
  .m-sm-14 {
    margin: 20rem !important;
  }
  .m-sm-15 {
    margin: 22rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-15 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-15 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 12rem !important;
  }
  .mt-sm-11 {
    margin-top: 14rem !important;
  }
  .mt-sm-12 {
    margin-top: 16rem !important;
  }
  .mt-sm-13 {
    margin-top: 18rem !important;
  }
  .mt-sm-14 {
    margin-top: 20rem !important;
  }
  .mt-sm-15 {
    margin-top: 22rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 12rem !important;
  }
  .me-sm-11 {
    margin-right: 14rem !important;
  }
  .me-sm-12 {
    margin-right: 16rem !important;
  }
  .me-sm-13 {
    margin-right: 18rem !important;
  }
  .me-sm-14 {
    margin-right: 20rem !important;
  }
  .me-sm-15 {
    margin-right: 22rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 22rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 12rem !important;
  }
  .ms-sm-11 {
    margin-left: 14rem !important;
  }
  .ms-sm-12 {
    margin-left: 16rem !important;
  }
  .ms-sm-13 {
    margin-left: 18rem !important;
  }
  .ms-sm-14 {
    margin-left: 20rem !important;
  }
  .ms-sm-15 {
    margin-left: 22rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .m-sm-n10 {
    margin: -12rem !important;
  }
  .m-sm-n11 {
    margin: -14rem !important;
  }
  .m-sm-n12 {
    margin: -16rem !important;
  }
  .m-sm-n13 {
    margin: -18rem !important;
  }
  .m-sm-n14 {
    margin: -20rem !important;
  }
  .m-sm-n15 {
    margin: -22rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n15 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n15 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -7rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8rem !important;
  }
  .mt-sm-n9 {
    margin-top: -9rem !important;
  }
  .mt-sm-n10 {
    margin-top: -12rem !important;
  }
  .mt-sm-n11 {
    margin-top: -14rem !important;
  }
  .mt-sm-n12 {
    margin-top: -16rem !important;
  }
  .mt-sm-n13 {
    margin-top: -18rem !important;
  }
  .mt-sm-n14 {
    margin-top: -20rem !important;
  }
  .mt-sm-n15 {
    margin-top: -22rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -7rem !important;
  }
  .me-sm-n8 {
    margin-right: -8rem !important;
  }
  .me-sm-n9 {
    margin-right: -9rem !important;
  }
  .me-sm-n10 {
    margin-right: -12rem !important;
  }
  .me-sm-n11 {
    margin-right: -14rem !important;
  }
  .me-sm-n12 {
    margin-right: -16rem !important;
  }
  .me-sm-n13 {
    margin-right: -18rem !important;
  }
  .me-sm-n14 {
    margin-right: -20rem !important;
  }
  .me-sm-n15 {
    margin-right: -22rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -20rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -22rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -7rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8rem !important;
  }
  .ms-sm-n9 {
    margin-left: -9rem !important;
  }
  .ms-sm-n10 {
    margin-left: -12rem !important;
  }
  .ms-sm-n11 {
    margin-left: -14rem !important;
  }
  .ms-sm-n12 {
    margin-left: -16rem !important;
  }
  .ms-sm-n13 {
    margin-left: -18rem !important;
  }
  .ms-sm-n14 {
    margin-left: -20rem !important;
  }
  .ms-sm-n15 {
    margin-left: -22rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 12rem !important;
  }
  .p-sm-11 {
    padding: 14rem !important;
  }
  .p-sm-12 {
    padding: 16rem !important;
  }
  .p-sm-13 {
    padding: 18rem !important;
  }
  .p-sm-14 {
    padding: 20rem !important;
  }
  .p-sm-15 {
    padding: 22rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-15 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-15 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 12rem !important;
  }
  .pt-sm-11 {
    padding-top: 14rem !important;
  }
  .pt-sm-12 {
    padding-top: 16rem !important;
  }
  .pt-sm-13 {
    padding-top: 18rem !important;
  }
  .pt-sm-14 {
    padding-top: 20rem !important;
  }
  .pt-sm-15 {
    padding-top: 22rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 12rem !important;
  }
  .pe-sm-11 {
    padding-right: 14rem !important;
  }
  .pe-sm-12 {
    padding-right: 16rem !important;
  }
  .pe-sm-13 {
    padding-right: 18rem !important;
  }
  .pe-sm-14 {
    padding-right: 20rem !important;
  }
  .pe-sm-15 {
    padding-right: 22rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 22rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 12rem !important;
  }
  .ps-sm-11 {
    padding-left: 14rem !important;
  }
  .ps-sm-12 {
    padding-left: 16rem !important;
  }
  .ps-sm-13 {
    padding-left: 18rem !important;
  }
  .ps-sm-14 {
    padding-left: 20rem !important;
  }
  .ps-sm-15 {
    padding-left: 22rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-7 {
    gap: 7rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-10 {
    gap: 12rem !important;
  }
  .gap-md-11 {
    gap: 14rem !important;
  }
  .gap-md-12 {
    gap: 16rem !important;
  }
  .gap-md-13 {
    gap: 18rem !important;
  }
  .gap-md-14 {
    gap: 20rem !important;
  }
  .gap-md-15 {
    gap: 22rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 12rem !important;
  }
  .m-md-11 {
    margin: 14rem !important;
  }
  .m-md-12 {
    margin: 16rem !important;
  }
  .m-md-13 {
    margin: 18rem !important;
  }
  .m-md-14 {
    margin: 20rem !important;
  }
  .m-md-15 {
    margin: 22rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-15 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-15 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 12rem !important;
  }
  .mt-md-11 {
    margin-top: 14rem !important;
  }
  .mt-md-12 {
    margin-top: 16rem !important;
  }
  .mt-md-13 {
    margin-top: 18rem !important;
  }
  .mt-md-14 {
    margin-top: 20rem !important;
  }
  .mt-md-15 {
    margin-top: 22rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 12rem !important;
  }
  .me-md-11 {
    margin-right: 14rem !important;
  }
  .me-md-12 {
    margin-right: 16rem !important;
  }
  .me-md-13 {
    margin-right: 18rem !important;
  }
  .me-md-14 {
    margin-right: 20rem !important;
  }
  .me-md-15 {
    margin-right: 22rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 12rem !important;
  }
  .mb-md-11 {
    margin-bottom: 14rem !important;
  }
  .mb-md-12 {
    margin-bottom: 16rem !important;
  }
  .mb-md-13 {
    margin-bottom: 18rem !important;
  }
  .mb-md-14 {
    margin-bottom: 20rem !important;
  }
  .mb-md-15 {
    margin-bottom: 22rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 12rem !important;
  }
  .ms-md-11 {
    margin-left: 14rem !important;
  }
  .ms-md-12 {
    margin-left: 16rem !important;
  }
  .ms-md-13 {
    margin-left: 18rem !important;
  }
  .ms-md-14 {
    margin-left: 20rem !important;
  }
  .ms-md-15 {
    margin-left: 22rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .m-md-n10 {
    margin: -12rem !important;
  }
  .m-md-n11 {
    margin: -14rem !important;
  }
  .m-md-n12 {
    margin: -16rem !important;
  }
  .m-md-n13 {
    margin: -18rem !important;
  }
  .m-md-n14 {
    margin: -20rem !important;
  }
  .m-md-n15 {
    margin: -22rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n15 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n15 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -7rem !important;
  }
  .mt-md-n8 {
    margin-top: -8rem !important;
  }
  .mt-md-n9 {
    margin-top: -9rem !important;
  }
  .mt-md-n10 {
    margin-top: -12rem !important;
  }
  .mt-md-n11 {
    margin-top: -14rem !important;
  }
  .mt-md-n12 {
    margin-top: -16rem !important;
  }
  .mt-md-n13 {
    margin-top: -18rem !important;
  }
  .mt-md-n14 {
    margin-top: -20rem !important;
  }
  .mt-md-n15 {
    margin-top: -22rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -7rem !important;
  }
  .me-md-n8 {
    margin-right: -8rem !important;
  }
  .me-md-n9 {
    margin-right: -9rem !important;
  }
  .me-md-n10 {
    margin-right: -12rem !important;
  }
  .me-md-n11 {
    margin-right: -14rem !important;
  }
  .me-md-n12 {
    margin-right: -16rem !important;
  }
  .me-md-n13 {
    margin-right: -18rem !important;
  }
  .me-md-n14 {
    margin-right: -20rem !important;
  }
  .me-md-n15 {
    margin-right: -22rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -22rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -7rem !important;
  }
  .ms-md-n8 {
    margin-left: -8rem !important;
  }
  .ms-md-n9 {
    margin-left: -9rem !important;
  }
  .ms-md-n10 {
    margin-left: -12rem !important;
  }
  .ms-md-n11 {
    margin-left: -14rem !important;
  }
  .ms-md-n12 {
    margin-left: -16rem !important;
  }
  .ms-md-n13 {
    margin-left: -18rem !important;
  }
  .ms-md-n14 {
    margin-left: -20rem !important;
  }
  .ms-md-n15 {
    margin-left: -22rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 12rem !important;
  }
  .p-md-11 {
    padding: 14rem !important;
  }
  .p-md-12 {
    padding: 16rem !important;
  }
  .p-md-13 {
    padding: 18rem !important;
  }
  .p-md-14 {
    padding: 20rem !important;
  }
  .p-md-15 {
    padding: 22rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-15 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-15 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 12rem !important;
  }
  .pt-md-11 {
    padding-top: 14rem !important;
  }
  .pt-md-12 {
    padding-top: 16rem !important;
  }
  .pt-md-13 {
    padding-top: 18rem !important;
  }
  .pt-md-14 {
    padding-top: 20rem !important;
  }
  .pt-md-15 {
    padding-top: 22rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 12rem !important;
  }
  .pe-md-11 {
    padding-right: 14rem !important;
  }
  .pe-md-12 {
    padding-right: 16rem !important;
  }
  .pe-md-13 {
    padding-right: 18rem !important;
  }
  .pe-md-14 {
    padding-right: 20rem !important;
  }
  .pe-md-15 {
    padding-right: 22rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 12rem !important;
  }
  .pb-md-11 {
    padding-bottom: 14rem !important;
  }
  .pb-md-12 {
    padding-bottom: 16rem !important;
  }
  .pb-md-13 {
    padding-bottom: 18rem !important;
  }
  .pb-md-14 {
    padding-bottom: 20rem !important;
  }
  .pb-md-15 {
    padding-bottom: 22rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 12rem !important;
  }
  .ps-md-11 {
    padding-left: 14rem !important;
  }
  .ps-md-12 {
    padding-left: 16rem !important;
  }
  .ps-md-13 {
    padding-left: 18rem !important;
  }
  .ps-md-14 {
    padding-left: 20rem !important;
  }
  .ps-md-15 {
    padding-left: 22rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-7 {
    gap: 7rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-10 {
    gap: 12rem !important;
  }
  .gap-lg-11 {
    gap: 14rem !important;
  }
  .gap-lg-12 {
    gap: 16rem !important;
  }
  .gap-lg-13 {
    gap: 18rem !important;
  }
  .gap-lg-14 {
    gap: 20rem !important;
  }
  .gap-lg-15 {
    gap: 22rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 12rem !important;
  }
  .m-lg-11 {
    margin: 14rem !important;
  }
  .m-lg-12 {
    margin: 16rem !important;
  }
  .m-lg-13 {
    margin: 18rem !important;
  }
  .m-lg-14 {
    margin: 20rem !important;
  }
  .m-lg-15 {
    margin: 22rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-15 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-15 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 12rem !important;
  }
  .mt-lg-11 {
    margin-top: 14rem !important;
  }
  .mt-lg-12 {
    margin-top: 16rem !important;
  }
  .mt-lg-13 {
    margin-top: 18rem !important;
  }
  .mt-lg-14 {
    margin-top: 20rem !important;
  }
  .mt-lg-15 {
    margin-top: 22rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 12rem !important;
  }
  .me-lg-11 {
    margin-right: 14rem !important;
  }
  .me-lg-12 {
    margin-right: 16rem !important;
  }
  .me-lg-13 {
    margin-right: 18rem !important;
  }
  .me-lg-14 {
    margin-right: 20rem !important;
  }
  .me-lg-15 {
    margin-right: 22rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 22rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 12rem !important;
  }
  .ms-lg-11 {
    margin-left: 14rem !important;
  }
  .ms-lg-12 {
    margin-left: 16rem !important;
  }
  .ms-lg-13 {
    margin-left: 18rem !important;
  }
  .ms-lg-14 {
    margin-left: 20rem !important;
  }
  .ms-lg-15 {
    margin-left: 22rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .m-lg-n10 {
    margin: -12rem !important;
  }
  .m-lg-n11 {
    margin: -14rem !important;
  }
  .m-lg-n12 {
    margin: -16rem !important;
  }
  .m-lg-n13 {
    margin: -18rem !important;
  }
  .m-lg-n14 {
    margin: -20rem !important;
  }
  .m-lg-n15 {
    margin: -22rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n15 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n15 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .mt-lg-n10 {
    margin-top: -12rem !important;
  }
  .mt-lg-n11 {
    margin-top: -14rem !important;
  }
  .mt-lg-n12 {
    margin-top: -16rem !important;
  }
  .mt-lg-n13 {
    margin-top: -18rem !important;
  }
  .mt-lg-n14 {
    margin-top: -20rem !important;
  }
  .mt-lg-n15 {
    margin-top: -22rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -7rem !important;
  }
  .me-lg-n8 {
    margin-right: -8rem !important;
  }
  .me-lg-n9 {
    margin-right: -9rem !important;
  }
  .me-lg-n10 {
    margin-right: -12rem !important;
  }
  .me-lg-n11 {
    margin-right: -14rem !important;
  }
  .me-lg-n12 {
    margin-right: -16rem !important;
  }
  .me-lg-n13 {
    margin-right: -18rem !important;
  }
  .me-lg-n14 {
    margin-right: -20rem !important;
  }
  .me-lg-n15 {
    margin-right: -22rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -22rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .ms-lg-n9 {
    margin-left: -9rem !important;
  }
  .ms-lg-n10 {
    margin-left: -12rem !important;
  }
  .ms-lg-n11 {
    margin-left: -14rem !important;
  }
  .ms-lg-n12 {
    margin-left: -16rem !important;
  }
  .ms-lg-n13 {
    margin-left: -18rem !important;
  }
  .ms-lg-n14 {
    margin-left: -20rem !important;
  }
  .ms-lg-n15 {
    margin-left: -22rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 12rem !important;
  }
  .p-lg-11 {
    padding: 14rem !important;
  }
  .p-lg-12 {
    padding: 16rem !important;
  }
  .p-lg-13 {
    padding: 18rem !important;
  }
  .p-lg-14 {
    padding: 20rem !important;
  }
  .p-lg-15 {
    padding: 22rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-15 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-15 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 12rem !important;
  }
  .pt-lg-11 {
    padding-top: 14rem !important;
  }
  .pt-lg-12 {
    padding-top: 16rem !important;
  }
  .pt-lg-13 {
    padding-top: 18rem !important;
  }
  .pt-lg-14 {
    padding-top: 20rem !important;
  }
  .pt-lg-15 {
    padding-top: 22rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 12rem !important;
  }
  .pe-lg-11 {
    padding-right: 14rem !important;
  }
  .pe-lg-12 {
    padding-right: 16rem !important;
  }
  .pe-lg-13 {
    padding-right: 18rem !important;
  }
  .pe-lg-14 {
    padding-right: 20rem !important;
  }
  .pe-lg-15 {
    padding-right: 22rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 22rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 12rem !important;
  }
  .ps-lg-11 {
    padding-left: 14rem !important;
  }
  .ps-lg-12 {
    padding-left: 16rem !important;
  }
  .ps-lg-13 {
    padding-left: 18rem !important;
  }
  .ps-lg-14 {
    padding-left: 20rem !important;
  }
  .ps-lg-15 {
    padding-left: 22rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-7 {
    gap: 7rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .gap-xl-10 {
    gap: 12rem !important;
  }
  .gap-xl-11 {
    gap: 14rem !important;
  }
  .gap-xl-12 {
    gap: 16rem !important;
  }
  .gap-xl-13 {
    gap: 18rem !important;
  }
  .gap-xl-14 {
    gap: 20rem !important;
  }
  .gap-xl-15 {
    gap: 22rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 12rem !important;
  }
  .m-xl-11 {
    margin: 14rem !important;
  }
  .m-xl-12 {
    margin: 16rem !important;
  }
  .m-xl-13 {
    margin: 18rem !important;
  }
  .m-xl-14 {
    margin: 20rem !important;
  }
  .m-xl-15 {
    margin: 22rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-15 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-15 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 12rem !important;
  }
  .mt-xl-11 {
    margin-top: 14rem !important;
  }
  .mt-xl-12 {
    margin-top: 16rem !important;
  }
  .mt-xl-13 {
    margin-top: 18rem !important;
  }
  .mt-xl-14 {
    margin-top: 20rem !important;
  }
  .mt-xl-15 {
    margin-top: 22rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 12rem !important;
  }
  .me-xl-11 {
    margin-right: 14rem !important;
  }
  .me-xl-12 {
    margin-right: 16rem !important;
  }
  .me-xl-13 {
    margin-right: 18rem !important;
  }
  .me-xl-14 {
    margin-right: 20rem !important;
  }
  .me-xl-15 {
    margin-right: 22rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 22rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 12rem !important;
  }
  .ms-xl-11 {
    margin-left: 14rem !important;
  }
  .ms-xl-12 {
    margin-left: 16rem !important;
  }
  .ms-xl-13 {
    margin-left: 18rem !important;
  }
  .ms-xl-14 {
    margin-left: 20rem !important;
  }
  .ms-xl-15 {
    margin-left: 22rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .m-xl-n10 {
    margin: -12rem !important;
  }
  .m-xl-n11 {
    margin: -14rem !important;
  }
  .m-xl-n12 {
    margin: -16rem !important;
  }
  .m-xl-n13 {
    margin: -18rem !important;
  }
  .m-xl-n14 {
    margin: -20rem !important;
  }
  .m-xl-n15 {
    margin: -22rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n15 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n15 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xl-n10 {
    margin-top: -12rem !important;
  }
  .mt-xl-n11 {
    margin-top: -14rem !important;
  }
  .mt-xl-n12 {
    margin-top: -16rem !important;
  }
  .mt-xl-n13 {
    margin-top: -18rem !important;
  }
  .mt-xl-n14 {
    margin-top: -20rem !important;
  }
  .mt-xl-n15 {
    margin-top: -22rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -7rem !important;
  }
  .me-xl-n8 {
    margin-right: -8rem !important;
  }
  .me-xl-n9 {
    margin-right: -9rem !important;
  }
  .me-xl-n10 {
    margin-right: -12rem !important;
  }
  .me-xl-n11 {
    margin-right: -14rem !important;
  }
  .me-xl-n12 {
    margin-right: -16rem !important;
  }
  .me-xl-n13 {
    margin-right: -18rem !important;
  }
  .me-xl-n14 {
    margin-right: -20rem !important;
  }
  .me-xl-n15 {
    margin-right: -22rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -22rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xl-n10 {
    margin-left: -12rem !important;
  }
  .ms-xl-n11 {
    margin-left: -14rem !important;
  }
  .ms-xl-n12 {
    margin-left: -16rem !important;
  }
  .ms-xl-n13 {
    margin-left: -18rem !important;
  }
  .ms-xl-n14 {
    margin-left: -20rem !important;
  }
  .ms-xl-n15 {
    margin-left: -22rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 12rem !important;
  }
  .p-xl-11 {
    padding: 14rem !important;
  }
  .p-xl-12 {
    padding: 16rem !important;
  }
  .p-xl-13 {
    padding: 18rem !important;
  }
  .p-xl-14 {
    padding: 20rem !important;
  }
  .p-xl-15 {
    padding: 22rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-15 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-15 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 12rem !important;
  }
  .pt-xl-11 {
    padding-top: 14rem !important;
  }
  .pt-xl-12 {
    padding-top: 16rem !important;
  }
  .pt-xl-13 {
    padding-top: 18rem !important;
  }
  .pt-xl-14 {
    padding-top: 20rem !important;
  }
  .pt-xl-15 {
    padding-top: 22rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 12rem !important;
  }
  .pe-xl-11 {
    padding-right: 14rem !important;
  }
  .pe-xl-12 {
    padding-right: 16rem !important;
  }
  .pe-xl-13 {
    padding-right: 18rem !important;
  }
  .pe-xl-14 {
    padding-right: 20rem !important;
  }
  .pe-xl-15 {
    padding-right: 22rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 22rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 12rem !important;
  }
  .ps-xl-11 {
    padding-left: 14rem !important;
  }
  .ps-xl-12 {
    padding-left: 16rem !important;
  }
  .ps-xl-13 {
    padding-left: 18rem !important;
  }
  .ps-xl-14 {
    padding-left: 20rem !important;
  }
  .ps-xl-15 {
    padding-left: 22rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-7 {
    gap: 7rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-10 {
    gap: 12rem !important;
  }
  .gap-xxl-11 {
    gap: 14rem !important;
  }
  .gap-xxl-12 {
    gap: 16rem !important;
  }
  .gap-xxl-13 {
    gap: 18rem !important;
  }
  .gap-xxl-14 {
    gap: 20rem !important;
  }
  .gap-xxl-15 {
    gap: 22rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 12rem !important;
  }
  .m-xxl-11 {
    margin: 14rem !important;
  }
  .m-xxl-12 {
    margin: 16rem !important;
  }
  .m-xxl-13 {
    margin: 18rem !important;
  }
  .m-xxl-14 {
    margin: 20rem !important;
  }
  .m-xxl-15 {
    margin: 22rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-15 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-15 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 12rem !important;
  }
  .mt-xxl-11 {
    margin-top: 14rem !important;
  }
  .mt-xxl-12 {
    margin-top: 16rem !important;
  }
  .mt-xxl-13 {
    margin-top: 18rem !important;
  }
  .mt-xxl-14 {
    margin-top: 20rem !important;
  }
  .mt-xxl-15 {
    margin-top: 22rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 12rem !important;
  }
  .me-xxl-11 {
    margin-right: 14rem !important;
  }
  .me-xxl-12 {
    margin-right: 16rem !important;
  }
  .me-xxl-13 {
    margin-right: 18rem !important;
  }
  .me-xxl-14 {
    margin-right: 20rem !important;
  }
  .me-xxl-15 {
    margin-right: 22rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 22rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 12rem !important;
  }
  .ms-xxl-11 {
    margin-left: 14rem !important;
  }
  .ms-xxl-12 {
    margin-left: 16rem !important;
  }
  .ms-xxl-13 {
    margin-left: 18rem !important;
  }
  .ms-xxl-14 {
    margin-left: 20rem !important;
  }
  .ms-xxl-15 {
    margin-left: 22rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n7 {
    margin: -7rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -12rem !important;
  }
  .m-xxl-n11 {
    margin: -14rem !important;
  }
  .m-xxl-n12 {
    margin: -16rem !important;
  }
  .m-xxl-n13 {
    margin: -18rem !important;
  }
  .m-xxl-n14 {
    margin: -20rem !important;
  }
  .m-xxl-n15 {
    margin: -22rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxl-n15 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -20rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -22rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxl-n10 {
    margin-right: -12rem !important;
  }
  .me-xxl-n11 {
    margin-right: -14rem !important;
  }
  .me-xxl-n12 {
    margin-right: -16rem !important;
  }
  .me-xxl-n13 {
    margin-right: -18rem !important;
  }
  .me-xxl-n14 {
    margin-right: -20rem !important;
  }
  .me-xxl-n15 {
    margin-right: -22rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -20rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -22rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -20rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -22rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 12rem !important;
  }
  .p-xxl-11 {
    padding: 14rem !important;
  }
  .p-xxl-12 {
    padding: 16rem !important;
  }
  .p-xxl-13 {
    padding: 18rem !important;
  }
  .p-xxl-14 {
    padding: 20rem !important;
  }
  .p-xxl-15 {
    padding: 22rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-15 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-15 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 12rem !important;
  }
  .pt-xxl-11 {
    padding-top: 14rem !important;
  }
  .pt-xxl-12 {
    padding-top: 16rem !important;
  }
  .pt-xxl-13 {
    padding-top: 18rem !important;
  }
  .pt-xxl-14 {
    padding-top: 20rem !important;
  }
  .pt-xxl-15 {
    padding-top: 22rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 12rem !important;
  }
  .pe-xxl-11 {
    padding-right: 14rem !important;
  }
  .pe-xxl-12 {
    padding-right: 16rem !important;
  }
  .pe-xxl-13 {
    padding-right: 18rem !important;
  }
  .pe-xxl-14 {
    padding-right: 20rem !important;
  }
  .pe-xxl-15 {
    padding-right: 22rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 22rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 12rem !important;
  }
  .ps-xxl-11 {
    padding-left: 14rem !important;
  }
  .ps-xxl-12 {
    padding-left: 16rem !important;
  }
  .ps-xxl-13 {
    padding-left: 18rem !important;
  }
  .ps-xxl-14 {
    padding-left: 20rem !important;
  }
  .ps-xxl-15 {
    padding-left: 22rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* ==========================================================================
    [1. RESET STYLES]
========================================================================== */
body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a, a:focus, a:active, a:hover {
  outline: 0 !important;
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d9e2ef;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* overrides normalize.css default style */
fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

.icon {
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon.logo {
  max-width: 80px;
}

.icon i {
  margin: 0;
}

img.icon {
  max-width: 54px;
}

.icon-xs {
  width: 0.75rem;
  height: 0.75rem;
}

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

.icon-md {
  width: 1.75rem;
  height: 1.75rem;
}

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

.icon-xl {
  width: 4.5rem;
  height: 4.5rem;
}

.icon-xxl {
  width: 6.5rem;
  height: 6.5rem;
}

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

.icon-2l {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-2xl {
  width: 9rem;
  height: 9rem;
}

.icon-2xxl {
  width: 13rem;
  height: 13rem;
}

.stroke-primary {
  stroke: #5533ff;
}

.stroke-secondary {
  stroke: #506690;
}

.stroke-success {
  stroke: #00c9b7;
}

.stroke-info {
  stroke: #00a0e0;
}

.stroke-warning {
  stroke: #feb868;
}

.stroke-danger {
  stroke: #c1002b;
}

.stroke-light {
  stroke: #f1f4f8;
}

.stroke-dark {
  stroke: #2b354f;
}

.stroke-gray {
  stroke: #869ab8;
}

.stroke-gray-light {
  stroke: #c6d3e6;
}

.stroke-alternate {
  stroke: #fc9e21;
}

.stroke-contrast {
  stroke: #ffffff;
}

.stroke-darker {
  stroke: #161c2d;
}

.stroke-black {
  stroke: #161c2d;
}

.anim {
  position: absolute;
}

.floating {
  -webkit-animation: floating 4s ease-in-out infinite;
          animation: floating 4s ease-in-out infinite;
  -webkit-filter: none;
          filter: none;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

/* ====== Magnific Popup Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== for image zoom animation ======
*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Misc for using with images */
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* ==========================================================================
    [4. FORMS]
========================================================================== */
/* 4.1 Form ======================================================= */
form[data-response-message-animation],
form[data-response-message-animation] + .response-message,
.form[data-response-message-animation],
.form[data-response-message-animation] + .response-message {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
}

form[data-response-message-animation].submitted + .response-message,
.form[data-response-message-animation].submitted + .response-message {
  z-index: 1;
  opacity: 1;
  position: relative;
}

form[data-response-message-animation].submitted,
form[data-response-message-animation] + .response-message,
.form[data-response-message-animation].submitted,
.form[data-response-message-animation] + .response-message {
  opacity: 0;
  position: absolute;
  top: 0;
}

form[data-response-message-animation] + .response-message,
.form[data-response-message-animation] + .response-message {
  z-index: -1;
}

form[data-response-message-animation="slide-in-up"].submitted + .response-message,
.form[data-response-message-animation="slide-in-up"].submitted + .response-message {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

form[data-response-message-animation="slide-in-up"].submitted,
form[data-response-message-animation="slide-in-up"] + .response-message,
.form[data-response-message-animation="slide-in-up"].submitted,
.form[data-response-message-animation="slide-in-up"] + .response-message {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

form[data-response-message-animation="slide-in-left"].submitted + .response-message,
.form[data-response-message-animation="slide-in-left"].submitted + .response-message {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

form[data-response-message-animation="slide-in-left"].submitted,
form[data-response-message-animation="slide-in-left"] + .response-message,
.form[data-response-message-animation="slide-in-left"].submitted,
.form[data-response-message-animation="slide-in-left"] + .response-message {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

form.cozy .form-group,
.form.cozy .form-group {
  margin-bottom: 30px;
}

form .form-group label.error,
.form .form-group label.error {
  color: #c1002b;
  font-size: 0.875rem;
}

form .form-group.has-icon,
.form .form-group.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

form .form-group.has-icon .form-control,
.form .form-group.has-icon .form-control {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

form .form-group.has-icon .form-control.is-valid + .icon,
.form .form-group.has-icon .form-control.is-valid + .icon {
  color: #00c9b7;
}

form .form-group.has-icon .form-control.is-invalid + .icon,
.form .form-group.has-icon .form-control.is-invalid + .icon {
  color: #c1002b;
}

form .form-group.has-icon .icon,
.form .form-group.has-icon .icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 15px;
  margin-left: 12px;
  position: absolute;
  right: 0;
}

form .form-group.has-icon.icon-left .form-control,
.form .form-group.has-icon.icon-left .form-control {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2.5rem;
  padding-right: 0;
}

form .form-group.has-icon.icon-left .icon,
.form .form-group.has-icon.icon-left .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  left: 5px;
  right: auto;
}

form .error,
.form .error {
  font-size: 0.875rem;
  color: #c1002b;
}

.form-label {
  font-weight: 700;
  color: #2b354f;
  font-size: 0.925rem;
}

/* 4.2 Buttons ======================================================= */
.btn:focus,
button:focus {
  outline: 0;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  white-space: normal;
  line-height: 1.5;
}

.btn .icon {
  margin-right: 8px;
}

.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.btn-rounded {
  border-radius: 10rem;
}

.btn-circle {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  width: 2rem;
  height: 2rem;
}

.btn-circle.btn-md {
  width: 3rem;
  height: 3rem;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  width: 4rem;
  height: 4rem;
}

.btn-download {
  min-width: 200px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-download p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.45;
}

.btn-download .small {
  margin-top: -2px;
  display: block;
}

.input-group .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(80, 102, 144, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(80, 102, 144, 0.4) !important;
}

.btn-success:hover,
.btn-outline-success:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 201, 183, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(0, 201, 183, 0.4) !important;
}

.btn-info:hover,
.btn-outline-info:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 160, 224, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(0, 160, 224, 0.4) !important;
}

.btn-warning:hover,
.btn-outline-warning:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(254, 184, 104, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(254, 184, 104, 0.4) !important;
}

.btn-danger:hover,
.btn-outline-danger:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(193, 0, 43, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(193, 0, 43, 0.4) !important;
}

.btn-light:hover,
.btn-outline-light:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(241, 244, 248, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(241, 244, 248, 0.4) !important;
}

.btn-dark:hover,
.btn-outline-dark:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(43, 53, 79, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(43, 53, 79, 0.4) !important;
}

.btn-gray:hover,
.btn-outline-gray:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(134, 154, 184, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(134, 154, 184, 0.4) !important;
}

.btn-gray-light:hover,
.btn-outline-gray-light:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(198, 211, 230, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(198, 211, 230, 0.4) !important;
}

.btn-alternate:hover,
.btn-outline-alternate:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(252, 158, 33, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(252, 158, 33, 0.4) !important;
}

.btn-contrast:hover,
.btn-outline-contrast:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 255, 255, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(255, 255, 255, 0.4) !important;
}

.btn-darker:hover,
.btn-outline-darker:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, 0.4) !important;
}

.btn-black:hover,
.btn-outline-black:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, 0.4) !important;
}

.ajax-button {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ajax-button .btn-status {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ajax-button .loading {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-color: transparent !important;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.ajax-button .loading.btn-primary {
  border-top: 1px solid #5533ff;
  border-right: 1px solid #5533ff;
}

.ajax-button .loading.btn-secondary {
  border-top: 1px solid #506690;
  border-right: 1px solid #506690;
}

.ajax-button .loading.btn-success {
  border-top: 1px solid #00c9b7;
  border-right: 1px solid #00c9b7;
}

.ajax-button .loading.btn-info {
  border-top: 1px solid #00a0e0;
  border-right: 1px solid #00a0e0;
}

.ajax-button .loading.btn-warning {
  border-top: 1px solid #feb868;
  border-right: 1px solid #feb868;
}

.ajax-button .loading.btn-danger {
  border-top: 1px solid #c1002b;
  border-right: 1px solid #c1002b;
}

.ajax-button .loading.btn-light {
  border-top: 1px solid #f1f4f8;
  border-right: 1px solid #f1f4f8;
}

.ajax-button .loading.btn-dark {
  border-top: 1px solid #2b354f;
  border-right: 1px solid #2b354f;
}

.ajax-button .loading.btn-gray {
  border-top: 1px solid #869ab8;
  border-right: 1px solid #869ab8;
}

.ajax-button .loading.btn-gray-light {
  border-top: 1px solid #c6d3e6;
  border-right: 1px solid #c6d3e6;
}

.ajax-button .loading.btn-alternate {
  border-top: 1px solid #fc9e21;
  border-right: 1px solid #fc9e21;
}

.ajax-button .loading.btn-contrast {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.ajax-button .loading.btn-darker {
  border-top: 1px solid #161c2d;
  border-right: 1px solid #161c2d;
}

.ajax-button .loading.btn-black {
  border-top: 1px solid #161c2d;
  border-right: 1px solid #161c2d;
}

.ajax-button .loading.loading-end {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0) !important;
          transform: rotate(0deg) scale(0) !important;
}

.ajax-button .done {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 8.2 Inputs ======================================================= */
.form-control {
  color: #6d768b;
  border-color: #d9e2ef;
}

.form-control.form-control-rounded {
  border-radius: 10rem;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 0.875rem;
}

.form-control::-moz-placeholder {
  opacity: 0.5;
  font-size: 0.875rem;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
  font-size: 0.875rem;
}

.form-control::-ms-input-placeholder {
  opacity: 0.5;
  font-size: 0.875rem;
}

.form-control::placeholder {
  opacity: 0.5;
  font-size: 0.875rem;
}

select[multiple].form-control.form-control-rounded,
textarea.form-control.form-control-rounded {
  padding-left: 1rem;
  border-radius: 1rem;
}

.control-label {
  color: #869ab8;
}

.control {
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.control .form-control {
  position: relative;
  display: block;
}

.control .form-control:focus {
  outline: none;
}

.control .control-label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.control select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.control .toggler {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  line-height: 1;
  z-index: 1;
}

.label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.input-group {
  /*.form-control {
    &:focus {
      box-shadow: none;
    }
  }*/
}

.input-group .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group:hover .btn-contrast,
.input-group:hover .btn-light {
  border-color: #98b1d4;
}

.input-group .btn-contrast,
.input-group .btn-light {
  border-color: #d9e2ef;
}

.checkbox label, .radio label {
  cursor: pointer;
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox label:before, .checkbox label:after, .radio label:before, .radio label:after {
  content: '';
}

.checkbox label:before, .radio label:before {
  padding: .5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  margin: 0 .5em 0 0;
  border: 1px solid #d9e2ef;
  display: inline-block;
}

.checkbox label:after, .radio label:after {
  font-size: .7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  left: 3.75px;
}

.checkbox label.error:before, .checkbox label.error:after, .radio label.error:before, .radio label.error:after {
  content: none;
}

.checkbox.bw-2 label:before, .radio.bw-2 label:before {
  border-width: 2px;
}

.checkbox input, .radio input {
  display: none;
}

.checkbox input:checked + label, .radio input:checked + label {
  font-weight: 400;
}

.checkbox input:checked + label:before, .radio input:checked + label:before {
  text-align: center;
  border-color: #5533ff;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.radio label:before {
  border-radius: 50%;
}

.radio label:after {
  font-size: .5rem;
  left: 5.15px;
}

.radio.bw-2 label:after {
  left: 6.2px;
}

.radio input:checked + label:after {
  content: "\f111";
  color: #5533ff;
}

.radio.radio-primary input:checked + label:before {
  border-color: #5533ff;
}

.radio.radio-primary input:checked + label:after {
  color: #5533ff;
}

.radio.radio-primary.radio-outlined label:before {
  border-color: #5533ff;
}

.radio.radio-secondary input:checked + label:before {
  border-color: #506690;
}

.radio.radio-secondary input:checked + label:after {
  color: #506690;
}

.radio.radio-secondary.radio-outlined label:before {
  border-color: #506690;
}

.radio.radio-success input:checked + label:before {
  border-color: #00c9b7;
}

.radio.radio-success input:checked + label:after {
  color: #00c9b7;
}

.radio.radio-success.radio-outlined label:before {
  border-color: #00c9b7;
}

.radio.radio-info input:checked + label:before {
  border-color: #00a0e0;
}

.radio.radio-info input:checked + label:after {
  color: #00a0e0;
}

.radio.radio-info.radio-outlined label:before {
  border-color: #00a0e0;
}

.radio.radio-warning input:checked + label:before {
  border-color: #feb868;
}

.radio.radio-warning input:checked + label:after {
  color: #feb868;
}

.radio.radio-warning.radio-outlined label:before {
  border-color: #feb868;
}

.radio.radio-danger input:checked + label:before {
  border-color: #c1002b;
}

.radio.radio-danger input:checked + label:after {
  color: #c1002b;
}

.radio.radio-danger.radio-outlined label:before {
  border-color: #c1002b;
}

.radio.radio-light input:checked + label:before {
  border-color: #f1f4f8;
}

.radio.radio-light input:checked + label:after {
  color: #f1f4f8;
}

.radio.radio-light.radio-outlined label:before {
  border-color: #f1f4f8;
}

.radio.radio-dark input:checked + label:before {
  border-color: #2b354f;
}

.radio.radio-dark input:checked + label:after {
  color: #2b354f;
}

.radio.radio-dark.radio-outlined label:before {
  border-color: #2b354f;
}

.radio.radio-gray input:checked + label:before {
  border-color: #869ab8;
}

.radio.radio-gray input:checked + label:after {
  color: #869ab8;
}

.radio.radio-gray.radio-outlined label:before {
  border-color: #869ab8;
}

.radio.radio-gray-light input:checked + label:before {
  border-color: #c6d3e6;
}

.radio.radio-gray-light input:checked + label:after {
  color: #c6d3e6;
}

.radio.radio-gray-light.radio-outlined label:before {
  border-color: #c6d3e6;
}

.radio.radio-alternate input:checked + label:before {
  border-color: #fc9e21;
}

.radio.radio-alternate input:checked + label:after {
  color: #fc9e21;
}

.radio.radio-alternate.radio-outlined label:before {
  border-color: #fc9e21;
}

.radio.radio-contrast input:checked + label:before {
  border-color: #ffffff;
}

.radio.radio-contrast input:checked + label:after {
  color: #ffffff;
}

.radio.radio-contrast.radio-outlined label:before {
  border-color: #ffffff;
}

.radio.radio-darker input:checked + label:before {
  border-color: #161c2d;
}

.radio.radio-darker input:checked + label:after {
  color: #161c2d;
}

.radio.radio-darker.radio-outlined label:before {
  border-color: #161c2d;
}

.radio.radio-black input:checked + label:before {
  border-color: #161c2d;
}

.radio.radio-black input:checked + label:after {
  color: #161c2d;
}

.radio.radio-black.radio-outlined label:before {
  border-color: #161c2d;
}

.checkbox label:before {
  border-radius: 0.15rem;
}

.checkbox input:checked + label:before {
  background: #5533ff;
}

.checkbox input:checked + label:after {
  content: "\f00c";
  color: #ffffff;
}

.checkbox.inverted input:checked + label:before {
  background: #ffffff !important;
}

.checkbox.inverted input:checked + label:after {
  color: #5533ff;
}

.checkbox.circle label:before {
  border-radius: 50%;
}

.checkbox.checkbox-primary input:checked + label:before {
  border-color: #5533ff;
  background: #5533ff;
}

.checkbox.checkbox-primary.checkbox-outlined label:before {
  border-color: #5533ff;
}

.checkbox.checkbox-primary.checkbox-solid label:before {
  border-color: #5533ff;
  background: #5533ff;
}

.checkbox.checkbox-primary.inverted input:checked + label:after {
  color: #5533ff;
}

.checkbox.checkbox-secondary input:checked + label:before {
  border-color: #506690;
  background: #506690;
}

.checkbox.checkbox-secondary.checkbox-outlined label:before {
  border-color: #506690;
}

.checkbox.checkbox-secondary.checkbox-solid label:before {
  border-color: #506690;
  background: #506690;
}

.checkbox.checkbox-secondary.inverted input:checked + label:after {
  color: #506690;
}

.checkbox.checkbox-success input:checked + label:before {
  border-color: #00c9b7;
  background: #00c9b7;
}

.checkbox.checkbox-success.checkbox-outlined label:before {
  border-color: #00c9b7;
}

.checkbox.checkbox-success.checkbox-solid label:before {
  border-color: #00c9b7;
  background: #00c9b7;
}

.checkbox.checkbox-success.inverted input:checked + label:after {
  color: #00c9b7;
}

.checkbox.checkbox-info input:checked + label:before {
  border-color: #00a0e0;
  background: #00a0e0;
}

.checkbox.checkbox-info.checkbox-outlined label:before {
  border-color: #00a0e0;
}

.checkbox.checkbox-info.checkbox-solid label:before {
  border-color: #00a0e0;
  background: #00a0e0;
}

.checkbox.checkbox-info.inverted input:checked + label:after {
  color: #00a0e0;
}

.checkbox.checkbox-warning input:checked + label:before {
  border-color: #feb868;
  background: #feb868;
}

.checkbox.checkbox-warning.checkbox-outlined label:before {
  border-color: #feb868;
}

.checkbox.checkbox-warning.checkbox-solid label:before {
  border-color: #feb868;
  background: #feb868;
}

.checkbox.checkbox-warning.inverted input:checked + label:after {
  color: #feb868;
}

.checkbox.checkbox-danger input:checked + label:before {
  border-color: #c1002b;
  background: #c1002b;
}

.checkbox.checkbox-danger.checkbox-outlined label:before {
  border-color: #c1002b;
}

.checkbox.checkbox-danger.checkbox-solid label:before {
  border-color: #c1002b;
  background: #c1002b;
}

.checkbox.checkbox-danger.inverted input:checked + label:after {
  color: #c1002b;
}

.checkbox.checkbox-light input:checked + label:before {
  border-color: #f1f4f8;
  background: #f1f4f8;
}

.checkbox.checkbox-light.checkbox-outlined label:before {
  border-color: #f1f4f8;
}

.checkbox.checkbox-light.checkbox-solid label:before {
  border-color: #f1f4f8;
  background: #f1f4f8;
}

.checkbox.checkbox-light.inverted input:checked + label:after {
  color: #f1f4f8;
}

.checkbox.checkbox-dark input:checked + label:before {
  border-color: #2b354f;
  background: #2b354f;
}

.checkbox.checkbox-dark.checkbox-outlined label:before {
  border-color: #2b354f;
}

.checkbox.checkbox-dark.checkbox-solid label:before {
  border-color: #2b354f;
  background: #2b354f;
}

.checkbox.checkbox-dark.inverted input:checked + label:after {
  color: #2b354f;
}

.checkbox.checkbox-gray input:checked + label:before {
  border-color: #869ab8;
  background: #869ab8;
}

.checkbox.checkbox-gray.checkbox-outlined label:before {
  border-color: #869ab8;
}

.checkbox.checkbox-gray.checkbox-solid label:before {
  border-color: #869ab8;
  background: #869ab8;
}

.checkbox.checkbox-gray.inverted input:checked + label:after {
  color: #869ab8;
}

.checkbox.checkbox-gray-light input:checked + label:before {
  border-color: #c6d3e6;
  background: #c6d3e6;
}

.checkbox.checkbox-gray-light.checkbox-outlined label:before {
  border-color: #c6d3e6;
}

.checkbox.checkbox-gray-light.checkbox-solid label:before {
  border-color: #c6d3e6;
  background: #c6d3e6;
}

.checkbox.checkbox-gray-light.inverted input:checked + label:after {
  color: #c6d3e6;
}

.checkbox.checkbox-alternate input:checked + label:before {
  border-color: #fc9e21;
  background: #fc9e21;
}

.checkbox.checkbox-alternate.checkbox-outlined label:before {
  border-color: #fc9e21;
}

.checkbox.checkbox-alternate.checkbox-solid label:before {
  border-color: #fc9e21;
  background: #fc9e21;
}

.checkbox.checkbox-alternate.inverted input:checked + label:after {
  color: #fc9e21;
}

.checkbox.checkbox-contrast input:checked + label:before {
  border-color: #ffffff;
  background: #ffffff;
}

.checkbox.checkbox-contrast.checkbox-outlined label:before {
  border-color: #ffffff;
}

.checkbox.checkbox-contrast.checkbox-solid label:before {
  border-color: #ffffff;
  background: #ffffff;
}

.checkbox.checkbox-contrast.inverted input:checked + label:after {
  color: #ffffff;
}

.checkbox.checkbox-darker input:checked + label:before {
  border-color: #161c2d;
  background: #161c2d;
}

.checkbox.checkbox-darker.checkbox-outlined label:before {
  border-color: #161c2d;
}

.checkbox.checkbox-darker.checkbox-solid label:before {
  border-color: #161c2d;
  background: #161c2d;
}

.checkbox.checkbox-darker.inverted input:checked + label:after {
  color: #161c2d;
}

.checkbox.checkbox-black input:checked + label:before {
  border-color: #161c2d;
  background: #161c2d;
}

.checkbox.checkbox-black.checkbox-outlined label:before {
  border-color: #161c2d;
}

.checkbox.checkbox-black.checkbox-solid label:before {
  border-color: #161c2d;
  background: #161c2d;
}

.checkbox.checkbox-black.inverted input:checked + label:after {
  color: #161c2d;
}

.radio-inline,
.checkbox-inline {
  padding-left: 0;
}

.input-group .checkbox label:before, .input-group .radio label:before {
  margin-right: 0;
}

.input-group + .input-group {
  margin-top: 10px;
}

/* ==========================================================================
    [2. UTILITIES]
========================================================================== */
/* 2.1 Background ======================================================= */
.image-background {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.image-background.cover {
  background-size: cover;
}

.image-background.contain {
  background-size: contain;
}

.image-background.left-bottom {
  background-position: 0 bottom;
}

.image-background.center-top {
  background-position: center top;
}

.image-background.center-bottom {
  background-position: center bottom;
}

.image-background.p100-top {
  background-position: 100% top;
}

.image-background.p100-bottom {
  background-position: 100% bottom;
}

.parallax {
  position: static;
}

.parallax, .parallax.blurred:before {
  background-attachment: fixed;
}

.parallax.blurred:before {
  position: absolute;
}

.bg-primary.edge.bottom-left {
  position: relative;
}

.bg-primary.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-primary.edge.bottom-right {
  position: relative;
}

.bg-primary.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-primary.edge.top-left {
  position: relative;
}

.bg-primary.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-primary.edge.top-right {
  position: relative;
}

.bg-primary.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-primary.arrow:after {
  background-color: #5533ff;
}

.bg-primary.alpha-1 {
  background-color: rgba(85, 51, 255, 0.1) !important;
}

.bg-primary.alpha-2 {
  background-color: rgba(85, 51, 255, 0.2) !important;
}

.bg-primary.alpha-3 {
  background-color: rgba(85, 51, 255, 0.3) !important;
}

.bg-primary.alpha-4 {
  background-color: rgba(85, 51, 255, 0.4) !important;
}

.bg-primary.alpha-5 {
  background-color: rgba(85, 51, 255, 0.5) !important;
}

.bg-primary.alpha-6 {
  background-color: rgba(85, 51, 255, 0.6) !important;
}

.bg-primary.alpha-7 {
  background-color: rgba(85, 51, 255, 0.7) !important;
}

.bg-primary.alpha-8 {
  background-color: rgba(85, 51, 255, 0.8) !important;
}

.bg-primary.alpha-9 {
  background-color: rgba(85, 51, 255, 0.9) !important;
}

.bg-primary-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#5837ff), to(#5533ff));
  background: linear-gradient(#5837ff, #5533ff);
}

.bg-primary-gradient-start {
  background: #5837ff;
}

.bg-secondary.edge.bottom-left {
  position: relative;
}

.bg-secondary.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-secondary.edge.bottom-right {
  position: relative;
}

.bg-secondary.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-secondary.edge.top-left {
  position: relative;
}

.bg-secondary.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-secondary.edge.top-right {
  position: relative;
}

.bg-secondary.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-secondary.arrow:after {
  background-color: #506690;
}

.bg-secondary.alpha-1 {
  background-color: rgba(80, 102, 144, 0.1) !important;
}

.bg-secondary.alpha-2 {
  background-color: rgba(80, 102, 144, 0.2) !important;
}

.bg-secondary.alpha-3 {
  background-color: rgba(80, 102, 144, 0.3) !important;
}

.bg-secondary.alpha-4 {
  background-color: rgba(80, 102, 144, 0.4) !important;
}

.bg-secondary.alpha-5 {
  background-color: rgba(80, 102, 144, 0.5) !important;
}

.bg-secondary.alpha-6 {
  background-color: rgba(80, 102, 144, 0.6) !important;
}

.bg-secondary.alpha-7 {
  background-color: rgba(80, 102, 144, 0.7) !important;
}

.bg-secondary.alpha-8 {
  background-color: rgba(80, 102, 144, 0.8) !important;
}

.bg-secondary.alpha-9 {
  background-color: rgba(80, 102, 144, 0.9) !important;
}

.bg-secondary-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#516892), to(#506690));
  background: linear-gradient(#516892, #506690);
}

.bg-secondary-gradient-start {
  background: #516892;
}

.bg-success.edge.bottom-left {
  position: relative;
}

.bg-success.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-success.edge.bottom-right {
  position: relative;
}

.bg-success.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-success.edge.top-left {
  position: relative;
}

.bg-success.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-success.edge.top-right {
  position: relative;
}

.bg-success.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-success.arrow:after {
  background-color: #00c9b7;
}

.bg-success.alpha-1 {
  background-color: rgba(0, 201, 183, 0.1) !important;
}

.bg-success.alpha-2 {
  background-color: rgba(0, 201, 183, 0.2) !important;
}

.bg-success.alpha-3 {
  background-color: rgba(0, 201, 183, 0.3) !important;
}

.bg-success.alpha-4 {
  background-color: rgba(0, 201, 183, 0.4) !important;
}

.bg-success.alpha-5 {
  background-color: rgba(0, 201, 183, 0.5) !important;
}

.bg-success.alpha-6 {
  background-color: rgba(0, 201, 183, 0.6) !important;
}

.bg-success.alpha-7 {
  background-color: rgba(0, 201, 183, 0.7) !important;
}

.bg-success.alpha-8 {
  background-color: rgba(0, 201, 183, 0.8) !important;
}

.bg-success.alpha-9 {
  background-color: rgba(0, 201, 183, 0.9) !important;
}

.bg-success-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#00cdba), to(#00c9b7));
  background: linear-gradient(#00cdba, #00c9b7);
}

.bg-success-gradient-start {
  background: #00cdba;
}

.bg-info.edge.bottom-left {
  position: relative;
}

.bg-info.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-info.edge.bottom-right {
  position: relative;
}

.bg-info.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-info.edge.top-left {
  position: relative;
}

.bg-info.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-info.edge.top-right {
  position: relative;
}

.bg-info.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-info.arrow:after {
  background-color: #00a0e0;
}

.bg-info.alpha-1 {
  background-color: rgba(0, 160, 224, 0.1) !important;
}

.bg-info.alpha-2 {
  background-color: rgba(0, 160, 224, 0.2) !important;
}

.bg-info.alpha-3 {
  background-color: rgba(0, 160, 224, 0.3) !important;
}

.bg-info.alpha-4 {
  background-color: rgba(0, 160, 224, 0.4) !important;
}

.bg-info.alpha-5 {
  background-color: rgba(0, 160, 224, 0.5) !important;
}

.bg-info.alpha-6 {
  background-color: rgba(0, 160, 224, 0.6) !important;
}

.bg-info.alpha-7 {
  background-color: rgba(0, 160, 224, 0.7) !important;
}

.bg-info.alpha-8 {
  background-color: rgba(0, 160, 224, 0.8) !important;
}

.bg-info.alpha-9 {
  background-color: rgba(0, 160, 224, 0.9) !important;
}

.bg-info-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a3e4), to(#00a0e0));
  background: linear-gradient(#00a3e4, #00a0e0);
}

.bg-info-gradient-start {
  background: #00a3e4;
}

.bg-warning.edge.bottom-left {
  position: relative;
}

.bg-warning.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-warning.edge.bottom-right {
  position: relative;
}

.bg-warning.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-warning.edge.top-left {
  position: relative;
}

.bg-warning.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-warning.edge.top-right {
  position: relative;
}

.bg-warning.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-warning.arrow:after {
  background-color: #feb868;
}

.bg-warning.alpha-1 {
  background-color: rgba(254, 184, 104, 0.1) !important;
}

.bg-warning.alpha-2 {
  background-color: rgba(254, 184, 104, 0.2) !important;
}

.bg-warning.alpha-3 {
  background-color: rgba(254, 184, 104, 0.3) !important;
}

.bg-warning.alpha-4 {
  background-color: rgba(254, 184, 104, 0.4) !important;
}

.bg-warning.alpha-5 {
  background-color: rgba(254, 184, 104, 0.5) !important;
}

.bg-warning.alpha-6 {
  background-color: rgba(254, 184, 104, 0.6) !important;
}

.bg-warning.alpha-7 {
  background-color: rgba(254, 184, 104, 0.7) !important;
}

.bg-warning.alpha-8 {
  background-color: rgba(254, 184, 104, 0.8) !important;
}

.bg-warning.alpha-9 {
  background-color: rgba(254, 184, 104, 0.9) !important;
}

.bg-warning-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#feba6c), to(#feb868));
  background: linear-gradient(#feba6c, #feb868);
}

.bg-warning-gradient-start {
  background: #feba6c;
}

.bg-danger.edge.bottom-left {
  position: relative;
}

.bg-danger.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-danger.edge.bottom-right {
  position: relative;
}

.bg-danger.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-danger.edge.top-left {
  position: relative;
}

.bg-danger.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-danger.edge.top-right {
  position: relative;
}

.bg-danger.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-danger.arrow:after {
  background-color: #c1002b;
}

.bg-danger.alpha-1 {
  background-color: rgba(193, 0, 43, 0.1) !important;
}

.bg-danger.alpha-2 {
  background-color: rgba(193, 0, 43, 0.2) !important;
}

.bg-danger.alpha-3 {
  background-color: rgba(193, 0, 43, 0.3) !important;
}

.bg-danger.alpha-4 {
  background-color: rgba(193, 0, 43, 0.4) !important;
}

.bg-danger.alpha-5 {
  background-color: rgba(193, 0, 43, 0.5) !important;
}

.bg-danger.alpha-6 {
  background-color: rgba(193, 0, 43, 0.6) !important;
}

.bg-danger.alpha-7 {
  background-color: rgba(193, 0, 43, 0.7) !important;
}

.bg-danger.alpha-8 {
  background-color: rgba(193, 0, 43, 0.8) !important;
}

.bg-danger.alpha-9 {
  background-color: rgba(193, 0, 43, 0.9) !important;
}

.bg-danger-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#c5002c), to(#c1002b));
  background: linear-gradient(#c5002c, #c1002b);
}

.bg-danger-gradient-start {
  background: #c5002c;
}

.bg-light.edge.bottom-left {
  position: relative;
}

.bg-light.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-light.edge.bottom-right {
  position: relative;
}

.bg-light.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-light.edge.top-left {
  position: relative;
}

.bg-light.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-light.edge.top-right {
  position: relative;
}

.bg-light.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-light.arrow:after {
  background-color: #f1f4f8;
}

.bg-light.alpha-1 {
  background-color: rgba(241, 244, 248, 0.1) !important;
}

.bg-light.alpha-2 {
  background-color: rgba(241, 244, 248, 0.2) !important;
}

.bg-light.alpha-3 {
  background-color: rgba(241, 244, 248, 0.3) !important;
}

.bg-light.alpha-4 {
  background-color: rgba(241, 244, 248, 0.4) !important;
}

.bg-light.alpha-5 {
  background-color: rgba(241, 244, 248, 0.5) !important;
}

.bg-light.alpha-6 {
  background-color: rgba(241, 244, 248, 0.6) !important;
}

.bg-light.alpha-7 {
  background-color: rgba(241, 244, 248, 0.7) !important;
}

.bg-light.alpha-8 {
  background-color: rgba(241, 244, 248, 0.8) !important;
}

.bg-light.alpha-9 {
  background-color: rgba(241, 244, 248, 0.9) !important;
}

.bg-light-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f9), to(#f1f4f8));
  background: linear-gradient(#f4f6f9, #f1f4f8);
}

.bg-light-gradient-start {
  background: #f4f6f9;
}

.bg-dark.edge.bottom-left {
  position: relative;
}

.bg-dark.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-dark.edge.bottom-right {
  position: relative;
}

.bg-dark.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-dark.edge.top-left {
  position: relative;
}

.bg-dark.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-dark.edge.top-right {
  position: relative;
}

.bg-dark.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-dark.arrow:after {
  background-color: #2b354f;
}

.bg-dark.alpha-1 {
  background-color: rgba(43, 53, 79, 0.1) !important;
}

.bg-dark.alpha-2 {
  background-color: rgba(43, 53, 79, 0.2) !important;
}

.bg-dark.alpha-3 {
  background-color: rgba(43, 53, 79, 0.3) !important;
}

.bg-dark.alpha-4 {
  background-color: rgba(43, 53, 79, 0.4) !important;
}

.bg-dark.alpha-5 {
  background-color: rgba(43, 53, 79, 0.5) !important;
}

.bg-dark.alpha-6 {
  background-color: rgba(43, 53, 79, 0.6) !important;
}

.bg-dark.alpha-7 {
  background-color: rgba(43, 53, 79, 0.7) !important;
}

.bg-dark.alpha-8 {
  background-color: rgba(43, 53, 79, 0.8) !important;
}

.bg-dark.alpha-9 {
  background-color: rgba(43, 53, 79, 0.9) !important;
}

.bg-dark-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c3751), to(#2b354f));
  background: linear-gradient(#2c3751, #2b354f);
}

.bg-dark-gradient-start {
  background: #2c3751;
}

.bg-gray.edge.bottom-left {
  position: relative;
}

.bg-gray.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-gray.edge.bottom-right {
  position: relative;
}

.bg-gray.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-gray.edge.top-left {
  position: relative;
}

.bg-gray.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-gray.edge.top-right {
  position: relative;
}

.bg-gray.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-gray.arrow:after {
  background-color: #869ab8;
}

.bg-gray.alpha-1 {
  background-color: rgba(134, 154, 184, 0.1) !important;
}

.bg-gray.alpha-2 {
  background-color: rgba(134, 154, 184, 0.2) !important;
}

.bg-gray.alpha-3 {
  background-color: rgba(134, 154, 184, 0.3) !important;
}

.bg-gray.alpha-4 {
  background-color: rgba(134, 154, 184, 0.4) !important;
}

.bg-gray.alpha-5 {
  background-color: rgba(134, 154, 184, 0.5) !important;
}

.bg-gray.alpha-6 {
  background-color: rgba(134, 154, 184, 0.6) !important;
}

.bg-gray.alpha-7 {
  background-color: rgba(134, 154, 184, 0.7) !important;
}

.bg-gray.alpha-8 {
  background-color: rgba(134, 154, 184, 0.8) !important;
}

.bg-gray.alpha-9 {
  background-color: rgba(134, 154, 184, 0.9) !important;
}

.bg-gray-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#889cb9), to(#869ab8));
  background: linear-gradient(#889cb9, #869ab8);
}

.bg-gray-gradient-start {
  background: #889cb9;
}

.bg-gray-light.edge.bottom-left {
  position: relative;
}

.bg-gray-light.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-gray-light.edge.bottom-right {
  position: relative;
}

.bg-gray-light.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-gray-light.edge.top-left {
  position: relative;
}

.bg-gray-light.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-gray-light.edge.top-right {
  position: relative;
}

.bg-gray-light.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-gray-light.arrow:after {
  background-color: #c6d3e6;
}

.bg-gray-light.alpha-1 {
  background-color: rgba(198, 211, 230, 0.1) !important;
}

.bg-gray-light.alpha-2 {
  background-color: rgba(198, 211, 230, 0.2) !important;
}

.bg-gray-light.alpha-3 {
  background-color: rgba(198, 211, 230, 0.3) !important;
}

.bg-gray-light.alpha-4 {
  background-color: rgba(198, 211, 230, 0.4) !important;
}

.bg-gray-light.alpha-5 {
  background-color: rgba(198, 211, 230, 0.5) !important;
}

.bg-gray-light.alpha-6 {
  background-color: rgba(198, 211, 230, 0.6) !important;
}

.bg-gray-light.alpha-7 {
  background-color: rgba(198, 211, 230, 0.7) !important;
}

.bg-gray-light.alpha-8 {
  background-color: rgba(198, 211, 230, 0.8) !important;
}

.bg-gray-light.alpha-9 {
  background-color: rgba(198, 211, 230, 0.9) !important;
}

.bg-gray-light-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#c9d5e7), to(#c6d3e6));
  background: linear-gradient(#c9d5e7, #c6d3e6);
}

.bg-gray-light-gradient-start {
  background: #c9d5e7;
}

.bg-alternate.edge.bottom-left {
  position: relative;
}

.bg-alternate.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-alternate.edge.bottom-right {
  position: relative;
}

.bg-alternate.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-alternate.edge.top-left {
  position: relative;
}

.bg-alternate.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-alternate.edge.top-right {
  position: relative;
}

.bg-alternate.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-alternate.arrow:after {
  background-color: #fc9e21;
}

.bg-alternate.alpha-1 {
  background-color: rgba(252, 158, 33, 0.1) !important;
}

.bg-alternate.alpha-2 {
  background-color: rgba(252, 158, 33, 0.2) !important;
}

.bg-alternate.alpha-3 {
  background-color: rgba(252, 158, 33, 0.3) !important;
}

.bg-alternate.alpha-4 {
  background-color: rgba(252, 158, 33, 0.4) !important;
}

.bg-alternate.alpha-5 {
  background-color: rgba(252, 158, 33, 0.5) !important;
}

.bg-alternate.alpha-6 {
  background-color: rgba(252, 158, 33, 0.6) !important;
}

.bg-alternate.alpha-7 {
  background-color: rgba(252, 158, 33, 0.7) !important;
}

.bg-alternate.alpha-8 {
  background-color: rgba(252, 158, 33, 0.8) !important;
}

.bg-alternate.alpha-9 {
  background-color: rgba(252, 158, 33, 0.9) !important;
}

.bg-alternate-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fca025), to(#fc9e21));
  background: linear-gradient(#fca025, #fc9e21);
}

.bg-alternate-gradient-start {
  background: #fca025;
}

.bg-contrast.edge.bottom-left {
  position: relative;
}

.bg-contrast.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-contrast.edge.bottom-right {
  position: relative;
}

.bg-contrast.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-contrast.edge.top-left {
  position: relative;
}

.bg-contrast.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-contrast.edge.top-right {
  position: relative;
}

.bg-contrast.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-contrast.arrow:after {
  background-color: #ffffff;
}

.bg-contrast.alpha-1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-contrast.alpha-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-contrast.alpha-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-contrast.alpha-4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-contrast.alpha-5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-contrast.alpha-6 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-contrast.alpha-7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-contrast.alpha-8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-contrast.alpha-9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-contrast-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff));
  background: linear-gradient(white, #ffffff);
}

.bg-contrast-gradient-start {
  background: white;
}

.bg-darker.edge.bottom-left {
  position: relative;
}

.bg-darker.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-darker.edge.bottom-right {
  position: relative;
}

.bg-darker.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-darker.edge.top-left {
  position: relative;
}

.bg-darker.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-darker.edge.top-right {
  position: relative;
}

.bg-darker.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-darker.arrow:after {
  background-color: #161c2d;
}

.bg-darker.alpha-1 {
  background-color: rgba(22, 28, 45, 0.1) !important;
}

.bg-darker.alpha-2 {
  background-color: rgba(22, 28, 45, 0.2) !important;
}

.bg-darker.alpha-3 {
  background-color: rgba(22, 28, 45, 0.3) !important;
}

.bg-darker.alpha-4 {
  background-color: rgba(22, 28, 45, 0.4) !important;
}

.bg-darker.alpha-5 {
  background-color: rgba(22, 28, 45, 0.5) !important;
}

.bg-darker.alpha-6 {
  background-color: rgba(22, 28, 45, 0.6) !important;
}

.bg-darker.alpha-7 {
  background-color: rgba(22, 28, 45, 0.7) !important;
}

.bg-darker.alpha-8 {
  background-color: rgba(22, 28, 45, 0.8) !important;
}

.bg-darker.alpha-9 {
  background-color: rgba(22, 28, 45, 0.9) !important;
}

.bg-darker-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#171e30), to(#161c2d));
  background: linear-gradient(#171e30, #161c2d);
}

.bg-darker-gradient-start {
  background: #171e30;
}

.bg-black.edge.bottom-left {
  position: relative;
}

.bg-black.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-black.edge.bottom-right {
  position: relative;
}

.bg-black.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px;
}

.bg-black.edge.top-left {
  position: relative;
}

.bg-black.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-black.edge.top-right {
  position: relative;
}

.bg-black.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px;
}

.bg-black.arrow:after {
  background-color: #161c2d;
}

.bg-black.alpha-1 {
  background-color: rgba(22, 28, 45, 0.1) !important;
}

.bg-black.alpha-2 {
  background-color: rgba(22, 28, 45, 0.2) !important;
}

.bg-black.alpha-3 {
  background-color: rgba(22, 28, 45, 0.3) !important;
}

.bg-black.alpha-4 {
  background-color: rgba(22, 28, 45, 0.4) !important;
}

.bg-black.alpha-5 {
  background-color: rgba(22, 28, 45, 0.5) !important;
}

.bg-black.alpha-6 {
  background-color: rgba(22, 28, 45, 0.6) !important;
}

.bg-black.alpha-7 {
  background-color: rgba(22, 28, 45, 0.7) !important;
}

.bg-black.alpha-8 {
  background-color: rgba(22, 28, 45, 0.8) !important;
}

.bg-black.alpha-9 {
  background-color: rgba(22, 28, 45, 0.9) !important;
}

.bg-black-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#171e30), to(#161c2d));
  background: linear-gradient(#171e30, #161c2d);
}

.bg-black-gradient-start {
  background: #171e30;
}

.bg-dark a:not(.btn),
.bg-darker a:not(.btn) {
  color: #869ab8;
}

.bg-dark a:not(.btn):hover,
.bg-darker a:not(.btn):hover {
  color: #b6c2d4;
}

.arrow {
  position: relative;
}

.arrow:after {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow.top:after, .arrow.bottom:after {
  margin-left: -15px;
  left: 50%;
  border-radius: 10px 5px;
}

.arrow.left:after, .arrow.right:after {
  top: 50%;
  margin-top: -15px;
  border-radius: 5px 10px;
}

.arrow.top:after {
  top: -13px;
}

.arrow.right:after {
  right: -13px;
}

.arrow.bottom:after {
  bottom: -13px;
}

.arrow.left:after {
  left: -13px;
}

.zoom-background {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.zoom-background .image-background {
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.zoom-background .overlay:after {
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
}

.zoom-background:hover.overlay:after {
  opacity: 0;
}

.zoom-background:hover .image-background {
  -webkit-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg);
}

/* 2.2 Border ======================================================= */
.b-t {
  border-top: 1px solid #d9e2ef;
}

.b-r {
  border-right: 1px solid #d9e2ef;
}

.b-b {
  border-bottom: 1px solid #d9e2ef;
}

.b-l {
  border-left: 1px solid #d9e2ef;
}

@media (min-width: 576px) {
  .b-sm-t {
    border-top: 1px solid #d9e2ef;
  }
  .b-sm-r {
    border-right: 1px solid #d9e2ef;
  }
  .b-sm-b {
    border-bottom: 1px solid #d9e2ef;
  }
  .b-sm-l {
    border-left: 1px solid #d9e2ef;
  }
}

@media (min-width: 768px) {
  .b-md-t {
    border-top: 1px solid #d9e2ef;
  }
  .b-md-r {
    border-right: 1px solid #d9e2ef;
  }
  .b-md-b {
    border-bottom: 1px solid #d9e2ef;
  }
  .b-md-l {
    border-left: 1px solid #d9e2ef;
  }
}

@media (min-width: 992px) {
  .b-lg-t {
    border-top: 1px solid #d9e2ef;
  }
  .b-lg-r {
    border-right: 1px solid #d9e2ef;
  }
  .b-lg-b {
    border-bottom: 1px solid #d9e2ef;
  }
  .b-lg-l {
    border-left: 1px solid #d9e2ef;
  }
}

@media (min-width: 1200px) {
  .b-xl-t {
    border-top: 1px solid #d9e2ef;
  }
  .b-xl-r {
    border-right: 1px solid #d9e2ef;
  }
  .b-xl-b {
    border-bottom: 1px solid #d9e2ef;
  }
  .b-xl-l {
    border-left: 1px solid #d9e2ef;
  }
}

@media (min-width: 1400px) {
  .b-xxl-t {
    border-top: 1px solid #d9e2ef;
  }
  .b-xxl-r {
    border-right: 1px solid #d9e2ef;
  }
  .b-xxl-b {
    border-bottom: 1px solid #d9e2ef;
  }
  .b-xxl-l {
    border-left: 1px solid #d9e2ef;
  }
}

.b-primary {
  border-color: #5533ff !important;
}

.shadow-primary {
  -webkit-box-shadow: 0 1px 10px rgba(85, 51, 255, 0.4) !important;
          box-shadow: 0 1px 10px rgba(85, 51, 255, 0.4) !important;
}

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

.shadow-secondary {
  -webkit-box-shadow: 0 1px 10px rgba(80, 102, 144, 0.4) !important;
          box-shadow: 0 1px 10px rgba(80, 102, 144, 0.4) !important;
}

.b-success {
  border-color: #00c9b7 !important;
}

.shadow-success {
  -webkit-box-shadow: 0 1px 10px rgba(0, 201, 183, 0.4) !important;
          box-shadow: 0 1px 10px rgba(0, 201, 183, 0.4) !important;
}

.b-info {
  border-color: #00a0e0 !important;
}

.shadow-info {
  -webkit-box-shadow: 0 1px 10px rgba(0, 160, 224, 0.4) !important;
          box-shadow: 0 1px 10px rgba(0, 160, 224, 0.4) !important;
}

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

.shadow-warning {
  -webkit-box-shadow: 0 1px 10px rgba(254, 184, 104, 0.4) !important;
          box-shadow: 0 1px 10px rgba(254, 184, 104, 0.4) !important;
}

.b-danger {
  border-color: #c1002b !important;
}

.shadow-danger {
  -webkit-box-shadow: 0 1px 10px rgba(193, 0, 43, 0.4) !important;
          box-shadow: 0 1px 10px rgba(193, 0, 43, 0.4) !important;
}

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

.shadow-light {
  -webkit-box-shadow: 0 1px 10px rgba(241, 244, 248, 0.4) !important;
          box-shadow: 0 1px 10px rgba(241, 244, 248, 0.4) !important;
}

.b-dark {
  border-color: #2b354f !important;
}

.shadow-dark {
  -webkit-box-shadow: 0 1px 10px rgba(43, 53, 79, 0.4) !important;
          box-shadow: 0 1px 10px rgba(43, 53, 79, 0.4) !important;
}

.b-gray {
  border-color: #869ab8 !important;
}

.shadow-gray {
  -webkit-box-shadow: 0 1px 10px rgba(134, 154, 184, 0.4) !important;
          box-shadow: 0 1px 10px rgba(134, 154, 184, 0.4) !important;
}

.b-gray-light {
  border-color: #c6d3e6 !important;
}

.shadow-gray-light {
  -webkit-box-shadow: 0 1px 10px rgba(198, 211, 230, 0.4) !important;
          box-shadow: 0 1px 10px rgba(198, 211, 230, 0.4) !important;
}

.b-alternate {
  border-color: #fc9e21 !important;
}

.shadow-alternate {
  -webkit-box-shadow: 0 1px 10px rgba(252, 158, 33, 0.4) !important;
          box-shadow: 0 1px 10px rgba(252, 158, 33, 0.4) !important;
}

.b-contrast {
  border-color: #ffffff !important;
}

.shadow-contrast {
  -webkit-box-shadow: 0 1px 10px rgba(255, 255, 255, 0.4) !important;
          box-shadow: 0 1px 10px rgba(255, 255, 255, 0.4) !important;
}

.b-darker {
  border-color: #161c2d !important;
}

.shadow-darker {
  -webkit-box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
          box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
}

.b-black {
  border-color: #161c2d !important;
}

.shadow-black {
  -webkit-box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
          box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
}

.shadow {
  -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
}

.drop-shadow {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}

.shadow-box {
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.03);
}

.shadow-hover {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.shadow-hover:hover {
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.075) !important;
          box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.075) !important;
}

.rounded-circle-left {
  border-top-left-radius: 5rem !important;
  border-bottom-left-radius: 5rem !important;
}

.rounded-circle-right {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
}

.border-input {
  border: 1px solid #d9e2ef;
}

.bw-2 {
  border-width: 2px;
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.brand-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.brand-facebook:hover {
  color: #ffffff;
  background-color: #324c81;
  border-color: #2f477a;
}

.btn-check:focus + .brand-facebook, .brand-facebook:focus {
  color: #ffffff;
  background-color: #324c81;
  border-color: #2f477a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}

.btn-check:checked + .brand-facebook,
.btn-check:active + .brand-facebook, .brand-facebook:active, .brand-facebook.active,
.show > .brand-facebook.dropdown-toggle {
  color: #ffffff;
  background-color: #2f477a;
  border-color: #2c4372;
}

.btn-check:checked + .brand-facebook:focus,
.btn-check:active + .brand-facebook:focus, .brand-facebook:active:focus, .brand-facebook.active:focus,
.show > .brand-facebook.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}

.brand-facebook:disabled, .brand-facebook.disabled {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.brand-facebook:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
}

.brand-instagram {
  border-color: #8a3ab9;
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.brand-instagram:hover {
  color: #8a3ab9;
  background-color: #8a3ab9;
  border-color: #8a3ab9;
}

.btn-check:focus + .brand-instagram, .brand-instagram:focus {
  color: #8a3ab9;
  background-color: #8a3ab9;
  border-color: #8a3ab9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
}

.btn-check:checked + .brand-instagram,
.btn-check:active + .brand-instagram, .brand-instagram:active, .brand-instagram.active,
.show > .brand-instagram.dropdown-toggle {
  color: #8a3ab9;
  background-color: #8a3ab9;
  border-color: #8a3ab9;
}

.btn-check:checked + .brand-instagram:focus,
.btn-check:active + .brand-instagram:focus, .brand-instagram:active:focus, .brand-instagram.active:focus,
.show > .brand-instagram.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
}

.brand-instagram:disabled, .brand-instagram.disabled {
  color: #161c2d;
  background-color: #00aced;
  border-color: #00aced;
}

.brand-instagram:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 172, 237, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(0, 172, 237, 0.4) !important;
}

.brand-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: #007bb6;
}

.brand-linkedin:hover {
  color: #ffffff;
  background-color: #00699b;
  border-color: #006292;
}

.btn-check:focus + .brand-linkedin, .brand-linkedin:focus {
  color: #ffffff;
  background-color: #00699b;
  border-color: #006292;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
}

.btn-check:checked + .brand-linkedin,
.btn-check:active + .brand-linkedin, .brand-linkedin:active, .brand-linkedin.active,
.show > .brand-linkedin.dropdown-toggle {
  color: #ffffff;
  background-color: #006292;
  border-color: #005c89;
}

.btn-check:checked + .brand-linkedin:focus,
.btn-check:active + .brand-linkedin:focus, .brand-linkedin:active:focus, .brand-linkedin.active:focus,
.show > .brand-linkedin.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
}

.brand-linkedin:disabled, .brand-linkedin.disabled {
  color: #ffffff;
  background-color: #007bb6;
  border-color: #007bb6;
}

.brand-linkedin:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 123, 182, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(0, 123, 182, 0.4) !important;
}

.brand-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.brand-pinterest:hover {
  color: #ffffff;
  background-color: #ad1b21;
  border-color: #a21a1f;
}

.btn-check:focus + .brand-pinterest, .brand-pinterest:focus {
  color: #ffffff;
  background-color: #ad1b21;
  border-color: #a21a1f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
}

.btn-check:checked + .brand-pinterest,
.btn-check:active + .brand-pinterest, .brand-pinterest:active, .brand-pinterest.active,
.show > .brand-pinterest.dropdown-toggle {
  color: #ffffff;
  background-color: #a21a1f;
  border-color: #98181d;
}

.btn-check:checked + .brand-pinterest:focus,
.btn-check:active + .brand-pinterest:focus, .brand-pinterest:active:focus, .brand-pinterest.active:focus,
.show > .brand-pinterest.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
}

.brand-pinterest:disabled, .brand-pinterest.disabled {
  color: #ffffff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.brand-pinterest:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(203, 32, 39, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(203, 32, 39, 0.4) !important;
}

.brand-git {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

.brand-git:hover {
  color: #ffffff;
  background-color: #575757;
  border-color: #525252;
}

.btn-check:focus + .brand-git, .brand-git:focus {
  color: #ffffff;
  background-color: #575757;
  border-color: #525252;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}

.btn-check:checked + .brand-git,
.btn-check:active + .brand-git, .brand-git:active, .brand-git.active,
.show > .brand-git.dropdown-toggle {
  color: #ffffff;
  background-color: #525252;
  border-color: #4d4d4d;
}

.btn-check:checked + .brand-git:focus,
.btn-check:active + .brand-git:focus, .brand-git:active:focus, .brand-git.active:focus,
.show > .brand-git.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}

.brand-git:disabled, .brand-git.disabled {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

.brand-git:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(102, 102, 102, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(102, 102, 102, 0.4) !important;
}

.brand-tumblr {
  color: #ffffff;
  background-color: #32506d;
  border-color: #32506d;
}

.brand-tumblr:hover {
  color: #ffffff;
  background-color: #2b445d;
  border-color: #284057;
}

.btn-check:focus + .brand-tumblr, .brand-tumblr:focus {
  color: #ffffff;
  background-color: #2b445d;
  border-color: #284057;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
}

.btn-check:checked + .brand-tumblr,
.btn-check:active + .brand-tumblr, .brand-tumblr:active, .brand-tumblr.active,
.show > .brand-tumblr.dropdown-toggle {
  color: #ffffff;
  background-color: #284057;
  border-color: #263c52;
}

.btn-check:checked + .brand-tumblr:focus,
.btn-check:active + .brand-tumblr:focus, .brand-tumblr:active:focus, .brand-tumblr.active:focus,
.show > .brand-tumblr.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
}

.brand-tumblr:disabled, .brand-tumblr.disabled {
  color: #ffffff;
  background-color: #32506d;
  border-color: #32506d;
}

.brand-tumblr:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(50, 80, 109, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(50, 80, 109, 0.4) !important;
}

.brand-vimeo {
  color: #161c2d;
  background-color: #aad450;
  border-color: #aad450;
}

.brand-vimeo:hover {
  color: #161c2d;
  background-color: #b7da6a;
  border-color: #b3d862;
}

.btn-check:focus + .brand-vimeo, .brand-vimeo:focus {
  color: #161c2d;
  background-color: #b7da6a;
  border-color: #b3d862;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
}

.btn-check:checked + .brand-vimeo,
.btn-check:active + .brand-vimeo, .brand-vimeo:active, .brand-vimeo.active,
.show > .brand-vimeo.dropdown-toggle {
  color: #161c2d;
  background-color: #bbdd73;
  border-color: #b3d862;
}

.btn-check:checked + .brand-vimeo:focus,
.btn-check:active + .brand-vimeo:focus, .brand-vimeo:active:focus, .brand-vimeo.active:focus,
.show > .brand-vimeo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
}

.brand-vimeo:disabled, .brand-vimeo.disabled {
  color: #161c2d;
  background-color: #aad450;
  border-color: #aad450;
}

.brand-vimeo:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(170, 212, 80, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(170, 212, 80, 0.4) !important;
}

.brand-youtube {
  color: #ffffff;
  background-color: #bb0000;
  border-color: #bb0000;
}

.brand-youtube:hover {
  color: #ffffff;
  background-color: #9f0000;
  border-color: #960000;
}

.btn-check:focus + .brand-youtube, .brand-youtube:focus {
  color: #ffffff;
  background-color: #9f0000;
  border-color: #960000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
}

.btn-check:checked + .brand-youtube,
.btn-check:active + .brand-youtube, .brand-youtube:active, .brand-youtube.active,
.show > .brand-youtube.dropdown-toggle {
  color: #ffffff;
  background-color: #960000;
  border-color: #8c0000;
}

.btn-check:checked + .brand-youtube:focus,
.btn-check:active + .brand-youtube:focus, .brand-youtube:active:focus, .brand-youtube.active:focus,
.show > .brand-youtube.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
}

.brand-youtube:disabled, .brand-youtube.disabled {
  color: #ffffff;
  background-color: #bb0000;
  border-color: #bb0000;
}

.brand-youtube:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(187, 0, 0, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(187, 0, 0, 0.4) !important;
}

.brand-flickr {
  color: #161c2d;
  background-color: #ff0084;
  border-color: #ff0084;
}

.brand-flickr:hover {
  color: #161c2d;
  background-color: #ff2696;
  border-color: #ff1a90;
}

.btn-check:focus + .brand-flickr, .brand-flickr:focus {
  color: #161c2d;
  background-color: #ff2696;
  border-color: #ff1a90;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
}

.btn-check:checked + .brand-flickr,
.btn-check:active + .brand-flickr, .brand-flickr:active, .brand-flickr.active,
.show > .brand-flickr.dropdown-toggle {
  color: #161c2d;
  background-color: #ff339d;
  border-color: #ff1a90;
}

.btn-check:checked + .brand-flickr:focus,
.btn-check:active + .brand-flickr:focus, .brand-flickr:active:focus, .brand-flickr.active:focus,
.show > .brand-flickr.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
}

.brand-flickr:disabled, .brand-flickr.disabled {
  color: #161c2d;
  background-color: #ff0084;
  border-color: #ff0084;
}

.brand-flickr:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 0, 132, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(255, 0, 132, 0.4) !important;
}

.brand-reddit {
  color: #161c2d;
  background-color: #ff4500;
  border-color: #ff4500;
}

.brand-reddit:hover {
  color: #161c2d;
  background-color: #ff6126;
  border-color: #ff581a;
}

.btn-check:focus + .brand-reddit, .brand-reddit:focus {
  color: #161c2d;
  background-color: #ff6126;
  border-color: #ff581a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
}

.btn-check:checked + .brand-reddit,
.btn-check:active + .brand-reddit, .brand-reddit:active, .brand-reddit.active,
.show > .brand-reddit.dropdown-toggle {
  color: #161c2d;
  background-color: #ff6a33;
  border-color: #ff581a;
}

.btn-check:checked + .brand-reddit:focus,
.btn-check:active + .brand-reddit:focus, .brand-reddit:active:focus, .brand-reddit.active:focus,
.show > .brand-reddit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
}

.brand-reddit:disabled, .brand-reddit.disabled {
  color: #161c2d;
  background-color: #ff4500;
  border-color: #ff4500;
}

.brand-reddit:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 69, 0, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(255, 69, 0, 0.4) !important;
}

.brand-dribbble {
  color: #161c2d;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.brand-dribbble:hover {
  color: #161c2d;
  background-color: #ed679b;
  border-color: #ec5e95;
}

.btn-check:focus + .brand-dribbble, .brand-dribbble:focus {
  color: #161c2d;
  background-color: #ed679b;
  border-color: #ec5e95;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
}

.btn-check:checked + .brand-dribbble,
.btn-check:active + .brand-dribbble, .brand-dribbble:active, .brand-dribbble.active,
.show > .brand-dribbble.dropdown-toggle {
  color: #161c2d;
  background-color: #ee70a1;
  border-color: #ec5e95;
}

.btn-check:checked + .brand-dribbble:focus,
.btn-check:active + .brand-dribbble:focus, .brand-dribbble:active:focus, .brand-dribbble.active:focus,
.show > .brand-dribbble.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
}

.brand-dribbble:disabled, .brand-dribbble.disabled {
  color: #161c2d;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.brand-dribbble:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(234, 76, 137, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(234, 76, 137, 0.4) !important;
}

.brand-skype {
  color: #161c2d;
  background-color: #00aff0;
  border-color: #00aff0;
}

.brand-skype:hover {
  color: #161c2d;
  background-color: #26bbf2;
  border-color: #1ab7f2;
}

.btn-check:focus + .brand-skype, .brand-skype:focus {
  color: #161c2d;
  background-color: #26bbf2;
  border-color: #1ab7f2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
}

.btn-check:checked + .brand-skype,
.btn-check:active + .brand-skype, .brand-skype:active, .brand-skype.active,
.show > .brand-skype.dropdown-toggle {
  color: #161c2d;
  background-color: #33bff3;
  border-color: #1ab7f2;
}

.btn-check:checked + .brand-skype:focus,
.btn-check:active + .brand-skype:focus, .brand-skype:active:focus, .brand-skype.active:focus,
.show > .brand-skype.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
}

.brand-skype:disabled, .brand-skype.disabled {
  color: #161c2d;
  background-color: #00aff0;
  border-color: #00aff0;
}

.brand-skype:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 175, 240, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(0, 175, 240, 0.4) !important;
}

.brand-lastfm {
  color: #ffffff;
  background-color: #c3000d;
  border-color: #c3000d;
}

.brand-lastfm:hover {
  color: #ffffff;
  background-color: #a6000b;
  border-color: #9c000a;
}

.btn-check:focus + .brand-lastfm, .brand-lastfm:focus {
  color: #ffffff;
  background-color: #a6000b;
  border-color: #9c000a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
}

.btn-check:checked + .brand-lastfm,
.btn-check:active + .brand-lastfm, .brand-lastfm:active, .brand-lastfm.active,
.show > .brand-lastfm.dropdown-toggle {
  color: #ffffff;
  background-color: #9c000a;
  border-color: #92000a;
}

.btn-check:checked + .brand-lastfm:focus,
.btn-check:active + .brand-lastfm:focus, .brand-lastfm:active:focus, .brand-lastfm.active:focus,
.show > .brand-lastfm.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
}

.brand-lastfm:disabled, .brand-lastfm.disabled {
  color: #ffffff;
  background-color: #c3000d;
  border-color: #c3000d;
}

.brand-lastfm:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(195, 0, 13, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(195, 0, 13, 0.4) !important;
}

.brand-soundcloud {
  color: #161c2d;
  background-color: #ff8800;
  border-color: #ff8800;
}

.brand-soundcloud:hover {
  color: #161c2d;
  background-color: #ff9a26;
  border-color: #ff941a;
}

.btn-check:focus + .brand-soundcloud, .brand-soundcloud:focus {
  color: #161c2d;
  background-color: #ff9a26;
  border-color: #ff941a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
}

.btn-check:checked + .brand-soundcloud,
.btn-check:active + .brand-soundcloud, .brand-soundcloud:active, .brand-soundcloud.active,
.show > .brand-soundcloud.dropdown-toggle {
  color: #161c2d;
  background-color: #ffa033;
  border-color: #ff941a;
}

.btn-check:checked + .brand-soundcloud:focus,
.btn-check:active + .brand-soundcloud:focus, .brand-soundcloud:active:focus, .brand-soundcloud.active:focus,
.show > .brand-soundcloud.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
}

.brand-soundcloud:disabled, .brand-soundcloud.disabled {
  color: #161c2d;
  background-color: #ff8800;
  border-color: #ff8800;
}

.brand-soundcloud:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 136, 0, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(255, 136, 0, 0.4) !important;
}

.brand-behance {
  color: #ffffff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.brand-behance:hover {
  color: #ffffff;
  background-color: #1459d9;
  border-color: #1254cc;
}

.btn-check:focus + .brand-behance, .brand-behance:focus {
  color: #ffffff;
  background-color: #1459d9;
  border-color: #1254cc;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
}

.btn-check:checked + .brand-behance,
.btn-check:active + .brand-behance, .brand-behance:active, .brand-behance.active,
.show > .brand-behance.dropdown-toggle {
  color: #ffffff;
  background-color: #1254cc;
  border-color: #114fbf;
}

.btn-check:checked + .brand-behance:focus,
.btn-check:active + .brand-behance:focus, .brand-behance:active:focus, .brand-behance.active:focus,
.show > .brand-behance.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
}

.brand-behance:disabled, .brand-behance.disabled {
  color: #ffffff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.brand-behance:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(23, 105, 255, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(23, 105, 255, 0.4) !important;
}

.brand-envato {
  color: #161c2d;
  background-color: #82b541;
  border-color: #82b541;
}

.brand-envato:hover {
  color: #161c2d;
  background-color: #95c05e;
  border-color: #8fbc54;
}

.btn-check:focus + .brand-envato, .brand-envato:focus {
  color: #161c2d;
  background-color: #95c05e;
  border-color: #8fbc54;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
}

.btn-check:checked + .brand-envato,
.btn-check:active + .brand-envato, .brand-envato:active, .brand-envato.active,
.show > .brand-envato.dropdown-toggle {
  color: #161c2d;
  background-color: #9bc467;
  border-color: #8fbc54;
}

.btn-check:checked + .brand-envato:focus,
.btn-check:active + .brand-envato:focus, .brand-envato:active:focus, .brand-envato.active:focus,
.show > .brand-envato.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
}

.brand-envato:disabled, .brand-envato.disabled {
  color: #161c2d;
  background-color: #82b541;
  border-color: #82b541;
}

.brand-envato:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(130, 181, 65, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(130, 181, 65, 0.4) !important;
}

.brand-medium {
  color: #161c2d;
  background-color: #00ab6c;
  border-color: #00ab6c;
}

.brand-medium:hover {
  color: #161c2d;
  background-color: #26b882;
  border-color: #1ab37b;
}

.btn-check:focus + .brand-medium, .brand-medium:focus {
  color: #161c2d;
  background-color: #26b882;
  border-color: #1ab37b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
}

.btn-check:checked + .brand-medium,
.btn-check:active + .brand-medium, .brand-medium:active, .brand-medium.active,
.show > .brand-medium.dropdown-toggle {
  color: #161c2d;
  background-color: #33bc89;
  border-color: #1ab37b;
}

.btn-check:checked + .brand-medium:focus,
.btn-check:active + .brand-medium:focus, .brand-medium:active:focus, .brand-medium.active:focus,
.show > .brand-medium.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
}

.brand-medium:disabled, .brand-medium.disabled {
  color: #161c2d;
  background-color: #00ab6c;
  border-color: #00ab6c;
}

.brand-medium:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 171, 108, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(0, 171, 108, 0.4) !important;
}

.brand-spotify {
  color: #161c2d;
  background-color: #1db954;
  border-color: #1db954;
}

.brand-spotify:hover {
  color: #161c2d;
  background-color: #3fc46e;
  border-color: #34c065;
}

.btn-check:focus + .brand-spotify, .brand-spotify:focus {
  color: #161c2d;
  background-color: #3fc46e;
  border-color: #34c065;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
}

.btn-check:checked + .brand-spotify,
.btn-check:active + .brand-spotify, .brand-spotify:active, .brand-spotify.active,
.show > .brand-spotify.dropdown-toggle {
  color: #161c2d;
  background-color: #4ac776;
  border-color: #34c065;
}

.btn-check:checked + .brand-spotify:focus,
.btn-check:active + .brand-spotify:focus, .brand-spotify:active:focus, .brand-spotify.active:focus,
.show > .brand-spotify.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
}

.brand-spotify:disabled, .brand-spotify.disabled {
  color: #161c2d;
  background-color: #1db954;
  border-color: #1db954;
}

.brand-spotify:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(29, 185, 84, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(29, 185, 84, 0.4) !important;
}

.brand-quora {
  color: #ffffff;
  background-color: #a82400;
  border-color: #a82400;
}

.brand-quora:hover {
  color: #ffffff;
  background-color: #8f1f00;
  border-color: #861d00;
}

.btn-check:focus + .brand-quora, .brand-quora:focus {
  color: #ffffff;
  background-color: #8f1f00;
  border-color: #861d00;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
}

.btn-check:checked + .brand-quora,
.btn-check:active + .brand-quora, .brand-quora:active, .brand-quora.active,
.show > .brand-quora.dropdown-toggle {
  color: #ffffff;
  background-color: #861d00;
  border-color: #7e1b00;
}

.btn-check:checked + .brand-quora:focus,
.btn-check:active + .brand-quora:focus, .brand-quora:active:focus, .brand-quora.active:focus,
.show > .brand-quora.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
}

.brand-quora:disabled, .brand-quora.disabled {
  color: #ffffff;
  background-color: #a82400;
  border-color: #a82400;
}

.brand-quora:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(168, 36, 0, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(168, 36, 0, 0.4) !important;
}

.brand-xing {
  color: #ffffff;
  background-color: #026466;
  border-color: #026466;
}

.brand-xing:hover {
  color: #ffffff;
  background-color: #025557;
  border-color: #025052;
}

.btn-check:focus + .brand-xing, .brand-xing:focus {
  color: #ffffff;
  background-color: #025557;
  border-color: #025052;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
}

.btn-check:checked + .brand-xing,
.btn-check:active + .brand-xing, .brand-xing:active, .brand-xing.active,
.show > .brand-xing.dropdown-toggle {
  color: #ffffff;
  background-color: #025052;
  border-color: #024b4d;
}

.btn-check:checked + .brand-xing:focus,
.btn-check:active + .brand-xing:focus, .brand-xing:active:focus, .brand-xing.active:focus,
.show > .brand-xing.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
}

.brand-xing:disabled, .brand-xing.disabled {
  color: #ffffff;
  background-color: #026466;
  border-color: #026466;
}

.brand-xing:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(2, 100, 102, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(2, 100, 102, 0.4) !important;
}

.brand-snapchat {
  color: #161c2d;
  background-color: #fffc00;
  border-color: #fffc00;
}

.brand-snapchat:hover {
  color: #161c2d;
  background-color: #fffc26;
  border-color: #fffc1a;
}

.btn-check:focus + .brand-snapchat, .brand-snapchat:focus {
  color: #161c2d;
  background-color: #fffc26;
  border-color: #fffc1a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
}

.btn-check:checked + .brand-snapchat,
.btn-check:active + .brand-snapchat, .brand-snapchat:active, .brand-snapchat.active,
.show > .brand-snapchat.dropdown-toggle {
  color: #161c2d;
  background-color: #fffd33;
  border-color: #fffc1a;
}

.btn-check:checked + .brand-snapchat:focus,
.btn-check:active + .brand-snapchat:focus, .brand-snapchat:active:focus, .brand-snapchat.active:focus,
.show > .brand-snapchat.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
}

.brand-snapchat:disabled, .brand-snapchat.disabled {
  color: #161c2d;
  background-color: #fffc00;
  border-color: #fffc00;
}

.brand-snapchat:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 252, 0, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(255, 252, 0, 0.4) !important;
}

.brand-whatsapp {
  color: #ffffff;
  background-color: #075e54;
  border-color: #075e54;
}

.brand-whatsapp:hover {
  color: #ffffff;
  background-color: #065047;
  border-color: #064b43;
}

.btn-check:focus + .brand-whatsapp, .brand-whatsapp:focus {
  color: #ffffff;
  background-color: #065047;
  border-color: #064b43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
}

.btn-check:checked + .brand-whatsapp,
.btn-check:active + .brand-whatsapp, .brand-whatsapp:active, .brand-whatsapp.active,
.show > .brand-whatsapp.dropdown-toggle {
  color: #ffffff;
  background-color: #064b43;
  border-color: #05473f;
}

.btn-check:checked + .brand-whatsapp:focus,
.btn-check:active + .brand-whatsapp:focus, .brand-whatsapp:active:focus, .brand-whatsapp.active:focus,
.show > .brand-whatsapp.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
}

.brand-whatsapp:disabled, .brand-whatsapp.disabled {
  color: #ffffff;
  background-color: #075e54;
  border-color: #075e54;
}

.brand-whatsapp:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(7, 94, 84, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(7, 94, 84, 0.4) !important;
}

.brand-rss {
  color: #161c2d;
  background-color: #f26522;
  border-color: #f26522;
}

.brand-rss:hover {
  color: #161c2d;
  background-color: #f47c43;
  border-color: #f37438;
}

.btn-check:focus + .brand-rss, .brand-rss:focus {
  color: #161c2d;
  background-color: #f47c43;
  border-color: #f37438;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
}

.btn-check:checked + .brand-rss,
.btn-check:active + .brand-rss, .brand-rss:active, .brand-rss.active,
.show > .brand-rss.dropdown-toggle {
  color: #161c2d;
  background-color: #f5844e;
  border-color: #f37438;
}

.btn-check:checked + .brand-rss:focus,
.btn-check:active + .brand-rss:focus, .brand-rss:active:focus, .brand-rss.active:focus,
.show > .brand-rss.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
}

.brand-rss:disabled, .brand-rss.disabled {
  color: #161c2d;
  background-color: #f26522;
  border-color: #f26522;
}

.brand-rss:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(242, 101, 34, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(242, 101, 34, 0.4) !important;
}

/* 2.3 Devices ======================================================= */
.iphone,
.iphone-x,
.ipad {
  border: 1px solid #d9e2ef;
  margin: 0 auto;
  position: relative;
}

.iphone:before, .iphone:after,
.iphone-x:before,
.iphone-x:after,
.ipad:before,
.ipad:after {
  content: "";
  position: absolute;
}

.iphone:before,
.iphone-x:before,
.ipad:before {
  width: 45px;
  height: 4px;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.iphone:after,
.iphone-x:after,
.ipad:after {
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  display: block;
  border-radius: 50%;
}

.iphone .screen,
.iphone-x .screen,
.ipad .screen {
  margin: 0 auto;
  overflow: hidden;
}

.iphone .screen img,
.iphone-x .screen img,
.ipad .screen img {
  max-width: 100%;
}

.iphone,
.ipad {
  background: #ffffff;
  max-width: 255px;
  border-radius: 36px;
  padding: 55px 0;
  -webkit-box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
  /* speaker */
  /* camera */
}

.iphone:before,
.ipad:before {
  background: #e3e8eb;
  margin: -25px auto 0;
}

.iphone:after,
.ipad:after {
  top: 30px;
  margin-left: -45px;
  background: #e3e8eb;
}

.iphone .screen,
.ipad .screen {
  width: 90%;
}

.iphone .screen img,
.ipad .screen img {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 17, 53, 0.16);
          box-shadow: 0 0 0 1px rgba(0, 17, 53, 0.16);
}

.iphone .button,
.ipad .button {
  -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
          box-shadow: 0 0 1px 2px #e3e8eb inset;
  border: 1px solid #d9e2ef;
  border-radius: 50%;
  bottom: 1.75%;
  height: 0;
  padding-top: 36px;
  width: 36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.iphone.small,
.ipad.small {
  max-width: 185px;
  border-radius: 26px;
  padding: 45px 0;
}

.iphone.small:before,
.ipad.small:before {
  width: 35px;
}

.iphone.small:after,
.ipad.small:after {
  top: 20px;
}

.iphone.small .button,
.ipad.small .button {
  width: 28px;
  padding-top: 28px;
  margin-left: -8px;
}

.iphone.landscape,
.ipad.landscape {
  padding: 1rem 3rem;
}

.iphone.landscape:before, .iphone.landscape:after,
.ipad.landscape:before,
.ipad.landscape:after {
  left: 16%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iphone.landscape .button,
.ipad.landscape .button {
  left: 100%;
  margin-left: -50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ipad:before {
  content: none;
}

.ipad.portrait:after {
  margin-left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.iphone-x {
  background: #131d2d;
  max-width: 243.75px;
  border-radius: 26px;
  padding: 9.75px;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
  /* speaker */
  /* camera */
}

.iphone-x:before, .iphone-x:after {
  background-color: #1c2b43;
  z-index: 1;
}

.iphone-x:before {
  margin: 0 auto;
}

.iphone-x:after {
  top: 8px;
  margin-left: 33px;
}

.iphone-x .screen {
  border-radius: 13px;
}

.iphone-x .screen img {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);
}

.iphone-x .notch {
  position: absolute;
  border-radius: 13px;
  width: 135.85px;
  height: 22.75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #131d2d;
  top: 0;
  left: 50%;
}

.iphone-x.light {
  background-color: #f1f4f8;
}

.iphone-x.light .notch {
  background-color: #f1f4f8;
}

.iphone-x.light:before, .iphone-x.light:after {
  background-color: #e3e8eb;
}

.device-twin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 425px;
}

.device-twin .mockup {
  -webkit-box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 20px 50px -25px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 20px 50px -25px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.1);
  max-width: 210px;
}

@media (min-width: 768px) {
  .device-twin .phone {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .device-twin .phone.front:hover {
    -webkit-transform: rotate(2deg) translate3d(0, -8px, 0);
            transform: rotate(2deg) translate3d(0, -8px, 0);
  }
  .device-twin .phone.absolute {
    margin-top: -30px;
  }
  .device-twin .phone.absolute:hover {
    -webkit-transform: rotate(-2deg) translate3d(-10px, 0, 0);
            transform: rotate(-2deg) translate3d(-10px, 0, 0);
  }
}

.device-twin.free-width {
  max-width: none;
}

.browser {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(10%, #eef1f3));
  background: linear-gradient(#fff 1%, #eef1f3 10%);
  position: relative;
  padding-top: 2em;
  border-radius: 0.4em;
}

.browser:before {
  display: block;
  position: absolute;
  content: "";
  top: 0.75em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #f44;
  -webkit-box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
          box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
}

.browser img {
  max-width: 100%;
}

.browser.shadow {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.09);
}

.browser.border {
  border: 1px solid #d9e2ef;
}

.fade-bottom:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%, #fff);
  bottom: -25px;
  content: "";
  display: block;
  height: 85px;
  left: 0;
  position: absolute;
  right: 0;
}

.shape-divider {
  position: absolute;
  pointer-events: none;
}

.shape-divider-bottom {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.shape-divider-bottom > * {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

@media (min-width: 768px) {
  .shape-divider-bottom {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.shape-divider-fluid-x > * {
  width: 100%;
  height: auto;
}

.shape-divider-fluid-y > * {
  width: auto;
  height: 100%;
}

.shape-divider svg {
  fill: currentColor;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.gradient {
  background-color: transparent;
}

.gradient.gradient-purple-blue {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#0083dd));
  background-image: linear-gradient(to right top, #a772ff, #0083dd);
}

.gradient.gradient-purple-blue.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.1)), to(rgba(0, 131, 221, 0.1)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.1), rgba(0, 131, 221, 0.1));
}

.gradient.gradient-purple-blue.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.2)), to(rgba(0, 131, 221, 0.2)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.2), rgba(0, 131, 221, 0.2));
}

.gradient.gradient-purple-blue.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.3)), to(rgba(0, 131, 221, 0.3)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.3), rgba(0, 131, 221, 0.3));
}

.gradient.gradient-purple-blue.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.4)), to(rgba(0, 131, 221, 0.4)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.4), rgba(0, 131, 221, 0.4));
}

.gradient.gradient-purple-blue.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.5)), to(rgba(0, 131, 221, 0.5)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.5), rgba(0, 131, 221, 0.5));
}

.gradient.gradient-purple-blue.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.6)), to(rgba(0, 131, 221, 0.6)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.6), rgba(0, 131, 221, 0.6));
}

.gradient.gradient-purple-blue.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.7)), to(rgba(0, 131, 221, 0.7)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.7), rgba(0, 131, 221, 0.7));
}

.gradient.gradient-purple-blue.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.8)), to(rgba(0, 131, 221, 0.8)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(0, 131, 221, 0.8));
}

.gradient.gradient-purple-blue.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.9)), to(rgba(0, 131, 221, 0.9)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.9), rgba(0, 131, 221, 0.9));
}

.gradient.gradient-purple-dark {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#4f2ca9));
  background-image: linear-gradient(to right top, #a772ff, #4f2ca9);
}

.gradient.gradient-purple-dark.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.1)), to(rgba(79, 44, 169, 0.1)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.1), rgba(79, 44, 169, 0.1));
}

.gradient.gradient-purple-dark.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.2)), to(rgba(79, 44, 169, 0.2)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.2), rgba(79, 44, 169, 0.2));
}

.gradient.gradient-purple-dark.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.3)), to(rgba(79, 44, 169, 0.3)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.3), rgba(79, 44, 169, 0.3));
}

.gradient.gradient-purple-dark.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.4)), to(rgba(79, 44, 169, 0.4)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.4), rgba(79, 44, 169, 0.4));
}

.gradient.gradient-purple-dark.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.5)), to(rgba(79, 44, 169, 0.5)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.5), rgba(79, 44, 169, 0.5));
}

.gradient.gradient-purple-dark.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.6)), to(rgba(79, 44, 169, 0.6)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.6), rgba(79, 44, 169, 0.6));
}

.gradient.gradient-purple-dark.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.7)), to(rgba(79, 44, 169, 0.7)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.7), rgba(79, 44, 169, 0.7));
}

.gradient.gradient-purple-dark.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.8)), to(rgba(79, 44, 169, 0.8)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(79, 44, 169, 0.8));
}

.gradient.gradient-purple-dark.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.9)), to(rgba(79, 44, 169, 0.9)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.9), rgba(79, 44, 169, 0.9));
}

.gradient.gradient-purple-navy {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#161c2d));
  background-image: linear-gradient(to right top, #a772ff, #161c2d);
}

.gradient.gradient-purple-navy.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.1)), to(rgba(22, 28, 45, 0.1)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.1), rgba(22, 28, 45, 0.1));
}

.gradient.gradient-purple-navy.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.2)), to(rgba(22, 28, 45, 0.2)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.2), rgba(22, 28, 45, 0.2));
}

.gradient.gradient-purple-navy.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.3)), to(rgba(22, 28, 45, 0.3)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.3), rgba(22, 28, 45, 0.3));
}

.gradient.gradient-purple-navy.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.4)), to(rgba(22, 28, 45, 0.4)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.4), rgba(22, 28, 45, 0.4));
}

.gradient.gradient-purple-navy.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.5)), to(rgba(22, 28, 45, 0.5)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.5), rgba(22, 28, 45, 0.5));
}

.gradient.gradient-purple-navy.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.6)), to(rgba(22, 28, 45, 0.6)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.6), rgba(22, 28, 45, 0.6));
}

.gradient.gradient-purple-navy.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.7)), to(rgba(22, 28, 45, 0.7)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.7), rgba(22, 28, 45, 0.7));
}

.gradient.gradient-purple-navy.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.8)), to(rgba(22, 28, 45, 0.8)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(22, 28, 45, 0.8));
}

.gradient.gradient-purple-navy.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.9)), to(rgba(22, 28, 45, 0.9)));
  background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.9), rgba(22, 28, 45, 0.9));
}

.gradient.gradient-blue-purple {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#a772ff));
  background-image: linear-gradient(to right top, #0083dd, #a772ff);
}

.gradient.gradient-blue-purple.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.1)), to(rgba(167, 114, 255, 0.1)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.1), rgba(167, 114, 255, 0.1));
}

.gradient.gradient-blue-purple.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.2)), to(rgba(167, 114, 255, 0.2)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.2), rgba(167, 114, 255, 0.2));
}

.gradient.gradient-blue-purple.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.3)), to(rgba(167, 114, 255, 0.3)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.3), rgba(167, 114, 255, 0.3));
}

.gradient.gradient-blue-purple.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.4)), to(rgba(167, 114, 255, 0.4)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.4), rgba(167, 114, 255, 0.4));
}

.gradient.gradient-blue-purple.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.5)), to(rgba(167, 114, 255, 0.5)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.5), rgba(167, 114, 255, 0.5));
}

.gradient.gradient-blue-purple.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.6)), to(rgba(167, 114, 255, 0.6)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.6), rgba(167, 114, 255, 0.6));
}

.gradient.gradient-blue-purple.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.7)), to(rgba(167, 114, 255, 0.7)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.7), rgba(167, 114, 255, 0.7));
}

.gradient.gradient-blue-purple.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.8)), to(rgba(167, 114, 255, 0.8)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.8), rgba(167, 114, 255, 0.8));
}

.gradient.gradient-blue-purple.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.9)), to(rgba(167, 114, 255, 0.9)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.9), rgba(167, 114, 255, 0.9));
}

.gradient.gradient-blue-dark {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#00447b));
  background-image: linear-gradient(to right top, #0083dd, #00447b);
}

.gradient.gradient-blue-dark.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.1)), to(rgba(0, 68, 123, 0.1)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.1), rgba(0, 68, 123, 0.1));
}

.gradient.gradient-blue-dark.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.2)), to(rgba(0, 68, 123, 0.2)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.2), rgba(0, 68, 123, 0.2));
}

.gradient.gradient-blue-dark.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.3)), to(rgba(0, 68, 123, 0.3)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.3), rgba(0, 68, 123, 0.3));
}

.gradient.gradient-blue-dark.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.4)), to(rgba(0, 68, 123, 0.4)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.4), rgba(0, 68, 123, 0.4));
}

.gradient.gradient-blue-dark.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.5)), to(rgba(0, 68, 123, 0.5)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.5), rgba(0, 68, 123, 0.5));
}

.gradient.gradient-blue-dark.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.6)), to(rgba(0, 68, 123, 0.6)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.6), rgba(0, 68, 123, 0.6));
}

.gradient.gradient-blue-dark.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.7)), to(rgba(0, 68, 123, 0.7)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.7), rgba(0, 68, 123, 0.7));
}

.gradient.gradient-blue-dark.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.8)), to(rgba(0, 68, 123, 0.8)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.8), rgba(0, 68, 123, 0.8));
}

.gradient.gradient-blue-dark.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.9)), to(rgba(0, 68, 123, 0.9)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.9), rgba(0, 68, 123, 0.9));
}

.gradient.gradient-blue-navy {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#161c2d));
  background-image: linear-gradient(to right top, #0083dd, #161c2d);
}

.gradient.gradient-blue-navy.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.1)), to(rgba(22, 28, 45, 0.1)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.1), rgba(22, 28, 45, 0.1));
}

.gradient.gradient-blue-navy.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.2)), to(rgba(22, 28, 45, 0.2)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.2), rgba(22, 28, 45, 0.2));
}

.gradient.gradient-blue-navy.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.3)), to(rgba(22, 28, 45, 0.3)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.3), rgba(22, 28, 45, 0.3));
}

.gradient.gradient-blue-navy.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.4)), to(rgba(22, 28, 45, 0.4)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.4), rgba(22, 28, 45, 0.4));
}

.gradient.gradient-blue-navy.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.5)), to(rgba(22, 28, 45, 0.5)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.5), rgba(22, 28, 45, 0.5));
}

.gradient.gradient-blue-navy.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.6)), to(rgba(22, 28, 45, 0.6)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.6), rgba(22, 28, 45, 0.6));
}

.gradient.gradient-blue-navy.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.7)), to(rgba(22, 28, 45, 0.7)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.7), rgba(22, 28, 45, 0.7));
}

.gradient.gradient-blue-navy.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.8)), to(rgba(22, 28, 45, 0.8)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.8), rgba(22, 28, 45, 0.8));
}

.gradient.gradient-blue-navy.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.9)), to(rgba(22, 28, 45, 0.9)));
  background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.9), rgba(22, 28, 45, 0.9));
}

.gradient.gradient-navy-purple {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#161c2d), to(#a772ff));
  background-image: linear-gradient(to right top, #161c2d, #a772ff);
}

.gradient.gradient-navy-purple.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.1)), to(rgba(167, 114, 255, 0.1)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.1), rgba(167, 114, 255, 0.1));
}

.gradient.gradient-navy-purple.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.2)), to(rgba(167, 114, 255, 0.2)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.2), rgba(167, 114, 255, 0.2));
}

.gradient.gradient-navy-purple.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.3)), to(rgba(167, 114, 255, 0.3)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.3), rgba(167, 114, 255, 0.3));
}

.gradient.gradient-navy-purple.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.4)), to(rgba(167, 114, 255, 0.4)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.4), rgba(167, 114, 255, 0.4));
}

.gradient.gradient-navy-purple.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.5)), to(rgba(167, 114, 255, 0.5)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.5), rgba(167, 114, 255, 0.5));
}

.gradient.gradient-navy-purple.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.6)), to(rgba(167, 114, 255, 0.6)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.6), rgba(167, 114, 255, 0.6));
}

.gradient.gradient-navy-purple.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.7)), to(rgba(167, 114, 255, 0.7)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.7), rgba(167, 114, 255, 0.7));
}

.gradient.gradient-navy-purple.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.8)), to(rgba(167, 114, 255, 0.8)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.8), rgba(167, 114, 255, 0.8));
}

.gradient.gradient-navy-purple.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.9)), to(rgba(167, 114, 255, 0.9)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.9), rgba(167, 114, 255, 0.9));
}

.gradient.gradient-navy-blue {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#161c2d), to(#0083dd));
  background-image: linear-gradient(to right top, #161c2d, #0083dd);
}

.gradient.gradient-navy-blue.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.1)), to(rgba(0, 131, 221, 0.1)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.1), rgba(0, 131, 221, 0.1));
}

.gradient.gradient-navy-blue.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.2)), to(rgba(0, 131, 221, 0.2)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.2), rgba(0, 131, 221, 0.2));
}

.gradient.gradient-navy-blue.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.3)), to(rgba(0, 131, 221, 0.3)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.3), rgba(0, 131, 221, 0.3));
}

.gradient.gradient-navy-blue.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.4)), to(rgba(0, 131, 221, 0.4)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.4), rgba(0, 131, 221, 0.4));
}

.gradient.gradient-navy-blue.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.5)), to(rgba(0, 131, 221, 0.5)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.5), rgba(0, 131, 221, 0.5));
}

.gradient.gradient-navy-blue.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.6)), to(rgba(0, 131, 221, 0.6)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.6), rgba(0, 131, 221, 0.6));
}

.gradient.gradient-navy-blue.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.7)), to(rgba(0, 131, 221, 0.7)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.7), rgba(0, 131, 221, 0.7));
}

.gradient.gradient-navy-blue.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.8)), to(rgba(0, 131, 221, 0.8)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.8), rgba(0, 131, 221, 0.8));
}

.gradient.gradient-navy-blue.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.9)), to(rgba(0, 131, 221, 0.9)));
  background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.9), rgba(0, 131, 221, 0.9));
}

.gradient.gradient-primary-dark {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#5533ff), to(#161c2d));
  background-image: linear-gradient(to right top, #5533ff, #161c2d);
}

.gradient.gradient-primary-dark.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.1)), to(rgba(22, 28, 45, 0.1)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.1), rgba(22, 28, 45, 0.1));
}

.gradient.gradient-primary-dark.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.2)), to(rgba(22, 28, 45, 0.2)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.2), rgba(22, 28, 45, 0.2));
}

.gradient.gradient-primary-dark.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.3)), to(rgba(22, 28, 45, 0.3)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.3), rgba(22, 28, 45, 0.3));
}

.gradient.gradient-primary-dark.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.4)), to(rgba(22, 28, 45, 0.4)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.4), rgba(22, 28, 45, 0.4));
}

.gradient.gradient-primary-dark.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.5)), to(rgba(22, 28, 45, 0.5)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.5), rgba(22, 28, 45, 0.5));
}

.gradient.gradient-primary-dark.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.6)), to(rgba(22, 28, 45, 0.6)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.6), rgba(22, 28, 45, 0.6));
}

.gradient.gradient-primary-dark.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.7)), to(rgba(22, 28, 45, 0.7)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.7), rgba(22, 28, 45, 0.7));
}

.gradient.gradient-primary-dark.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.8)), to(rgba(22, 28, 45, 0.8)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.8), rgba(22, 28, 45, 0.8));
}

.gradient.gradient-primary-dark.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.9)), to(rgba(22, 28, 45, 0.9)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.9), rgba(22, 28, 45, 0.9));
}

.gradient.gradient-primary-light {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#5533ff), to(#a772ff));
  background-image: linear-gradient(to right top, #5533ff, #a772ff);
}

.gradient.gradient-primary-light.overlay.alpha-1:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.1)), to(rgba(167, 114, 255, 0.1)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.1), rgba(167, 114, 255, 0.1));
}

.gradient.gradient-primary-light.overlay.alpha-2:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.2)), to(rgba(167, 114, 255, 0.2)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.2), rgba(167, 114, 255, 0.2));
}

.gradient.gradient-primary-light.overlay.alpha-3:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.3)), to(rgba(167, 114, 255, 0.3)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.3), rgba(167, 114, 255, 0.3));
}

.gradient.gradient-primary-light.overlay.alpha-4:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.4)), to(rgba(167, 114, 255, 0.4)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.4), rgba(167, 114, 255, 0.4));
}

.gradient.gradient-primary-light.overlay.alpha-5:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.5)), to(rgba(167, 114, 255, 0.5)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.5), rgba(167, 114, 255, 0.5));
}

.gradient.gradient-primary-light.overlay.alpha-6:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.6)), to(rgba(167, 114, 255, 0.6)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.6), rgba(167, 114, 255, 0.6));
}

.gradient.gradient-primary-light.overlay.alpha-7:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.7)), to(rgba(167, 114, 255, 0.7)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.7), rgba(167, 114, 255, 0.7));
}

.gradient.gradient-primary-light.overlay.alpha-8:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.8)), to(rgba(167, 114, 255, 0.8)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.8), rgba(167, 114, 255, 0.8));
}

.gradient.gradient-primary-light.overlay.alpha-9:after {
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.9)), to(rgba(167, 114, 255, 0.9)));
  background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.9), rgba(167, 114, 255, 0.9));
}

/* 2.4 Lists ======================================================= */
.list li + li {
  padding-top: 10px;
}

.list.list-striped li:nth-of-type(2n + 1) {
  background-color: rgba(64, 81, 131, 0.1);
}

.list.list-bordered li {
  border-top: 1px solid #d9e2ef;
}

.list.list-bordered li:last-child {
  border-bottom: 1px solid #d9e2ef;
}

.list.list-inline li {
  display: inline-block;
}

.grid-of-images a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border-bottom: 0;
  margin: 0 5px 5px 0;
}

/* 2.5 Misc ======================================================= */
blockquote {
  position: relative;
  /* .quote {
    opacity: 0.5;
    font-size: $font-size-medium;
    position: absolute;
    left: -16px;
    top: -16px;
  } */
}

blockquote.team-quote .quote {
  left: 0;
  top: -8px;
}

.fullscreen {
  min-height: 100vh;
}

@media (min-width: 576px) {
  .fullscreen-sm {
    min-height: 100vh;
  }
}

@media (min-width: 768px) {
  .fullscreen-md {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .fullscreen-lg {
    min-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .fullscreen-xl {
    min-height: 100vh;
  }
}

@media (min-width: 1400px) {
  .fullscreen-xxl {
    min-height: 100vh;
  }
}

.rounded-split {
  overflow: hidden;
}

.rounded-split:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 50%;
  -webkit-transform: translate3d(90%, -25%, 0);
          transform: translate3d(90%, -25%, 0);
  height: 200%;
  width: 100%;
  -webkit-box-shadow: 0 0 25px 3px rgba(22, 28, 45, 0.05);
          box-shadow: 0 0 25px 3px rgba(22, 28, 45, 0.05);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.op-1 {
  opacity: 0.1;
}

.w-10 {
  width: 10%;
}

.w-10px {
  width: 10px;
}

.op-2 {
  opacity: 0.2;
}

.w-20 {
  width: 20%;
}

.w-20px {
  width: 20px;
}

.op-3 {
  opacity: 0.3;
}

.w-30 {
  width: 30%;
}

.w-30px {
  width: 30px;
}

.op-4 {
  opacity: 0.4;
}

.w-40 {
  width: 40%;
}

.w-40px {
  width: 40px;
}

.op-5 {
  opacity: 0.5;
}

.w-50 {
  width: 50%;
}

.w-50px {
  width: 50px;
}

.op-6 {
  opacity: 0.6;
}

.w-60 {
  width: 60%;
}

.w-60px {
  width: 60px;
}

.op-7 {
  opacity: 0.7;
}

.w-70 {
  width: 70%;
}

.w-70px {
  width: 70px;
}

.op-8 {
  opacity: 0.8;
}

.w-80 {
  width: 80%;
}

.w-80px {
  width: 80px;
}

.op-9 {
  opacity: 0.9;
}

.w-90 {
  width: 90%;
}

.w-90px {
  width: 90px;
}

.arrow-down {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-animation: jump 5s infinite;
          animation: jump 5s infinite;
}

.no-action {
  pointer-events: none;
}

/* 2.6 Overlay ======================================================= */
.overlay {
  position: relative;
}

.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(39, 51, 62, 0.6);
  opacity: 1;
  z-index: 0;
}

.overlay [class^="container"],
.overlay > .content {
  position: relative;
  z-index: 1;
}

.overlay.overlay-primary:after {
  background-color: rgba(85, 51, 255, 0.6);
}

.overlay.overlay-primary.alpha-1:after {
  background-color: rgba(85, 51, 255, 0.1);
}

.overlay.overlay-primary.alpha-2:after {
  background-color: rgba(85, 51, 255, 0.2);
}

.overlay.overlay-primary.alpha-3:after {
  background-color: rgba(85, 51, 255, 0.3);
}

.overlay.overlay-primary.alpha-4:after {
  background-color: rgba(85, 51, 255, 0.4);
}

.overlay.overlay-primary.alpha-5:after {
  background-color: rgba(85, 51, 255, 0.5);
}

.overlay.overlay-primary.alpha-6:after {
  background-color: rgba(85, 51, 255, 0.6);
}

.overlay.overlay-primary.alpha-7:after {
  background-color: rgba(85, 51, 255, 0.7);
}

.overlay.overlay-primary.alpha-8:after {
  background-color: rgba(85, 51, 255, 0.8);
}

.overlay.overlay-primary.alpha-9:after {
  background-color: rgba(85, 51, 255, 0.9);
}

.overlay.overlay-secondary:after {
  background-color: rgba(80, 102, 144, 0.6);
}

.overlay.overlay-secondary.alpha-1:after {
  background-color: rgba(80, 102, 144, 0.1);
}

.overlay.overlay-secondary.alpha-2:after {
  background-color: rgba(80, 102, 144, 0.2);
}

.overlay.overlay-secondary.alpha-3:after {
  background-color: rgba(80, 102, 144, 0.3);
}

.overlay.overlay-secondary.alpha-4:after {
  background-color: rgba(80, 102, 144, 0.4);
}

.overlay.overlay-secondary.alpha-5:after {
  background-color: rgba(80, 102, 144, 0.5);
}

.overlay.overlay-secondary.alpha-6:after {
  background-color: rgba(80, 102, 144, 0.6);
}

.overlay.overlay-secondary.alpha-7:after {
  background-color: rgba(80, 102, 144, 0.7);
}

.overlay.overlay-secondary.alpha-8:after {
  background-color: rgba(80, 102, 144, 0.8);
}

.overlay.overlay-secondary.alpha-9:after {
  background-color: rgba(80, 102, 144, 0.9);
}

.overlay.overlay-success:after {
  background-color: rgba(0, 201, 183, 0.6);
}

.overlay.overlay-success.alpha-1:after {
  background-color: rgba(0, 201, 183, 0.1);
}

.overlay.overlay-success.alpha-2:after {
  background-color: rgba(0, 201, 183, 0.2);
}

.overlay.overlay-success.alpha-3:after {
  background-color: rgba(0, 201, 183, 0.3);
}

.overlay.overlay-success.alpha-4:after {
  background-color: rgba(0, 201, 183, 0.4);
}

.overlay.overlay-success.alpha-5:after {
  background-color: rgba(0, 201, 183, 0.5);
}

.overlay.overlay-success.alpha-6:after {
  background-color: rgba(0, 201, 183, 0.6);
}

.overlay.overlay-success.alpha-7:after {
  background-color: rgba(0, 201, 183, 0.7);
}

.overlay.overlay-success.alpha-8:after {
  background-color: rgba(0, 201, 183, 0.8);
}

.overlay.overlay-success.alpha-9:after {
  background-color: rgba(0, 201, 183, 0.9);
}

.overlay.overlay-info:after {
  background-color: rgba(0, 160, 224, 0.6);
}

.overlay.overlay-info.alpha-1:after {
  background-color: rgba(0, 160, 224, 0.1);
}

.overlay.overlay-info.alpha-2:after {
  background-color: rgba(0, 160, 224, 0.2);
}

.overlay.overlay-info.alpha-3:after {
  background-color: rgba(0, 160, 224, 0.3);
}

.overlay.overlay-info.alpha-4:after {
  background-color: rgba(0, 160, 224, 0.4);
}

.overlay.overlay-info.alpha-5:after {
  background-color: rgba(0, 160, 224, 0.5);
}

.overlay.overlay-info.alpha-6:after {
  background-color: rgba(0, 160, 224, 0.6);
}

.overlay.overlay-info.alpha-7:after {
  background-color: rgba(0, 160, 224, 0.7);
}

.overlay.overlay-info.alpha-8:after {
  background-color: rgba(0, 160, 224, 0.8);
}

.overlay.overlay-info.alpha-9:after {
  background-color: rgba(0, 160, 224, 0.9);
}

.overlay.overlay-warning:after {
  background-color: rgba(254, 184, 104, 0.6);
}

.overlay.overlay-warning.alpha-1:after {
  background-color: rgba(254, 184, 104, 0.1);
}

.overlay.overlay-warning.alpha-2:after {
  background-color: rgba(254, 184, 104, 0.2);
}

.overlay.overlay-warning.alpha-3:after {
  background-color: rgba(254, 184, 104, 0.3);
}

.overlay.overlay-warning.alpha-4:after {
  background-color: rgba(254, 184, 104, 0.4);
}

.overlay.overlay-warning.alpha-5:after {
  background-color: rgba(254, 184, 104, 0.5);
}

.overlay.overlay-warning.alpha-6:after {
  background-color: rgba(254, 184, 104, 0.6);
}

.overlay.overlay-warning.alpha-7:after {
  background-color: rgba(254, 184, 104, 0.7);
}

.overlay.overlay-warning.alpha-8:after {
  background-color: rgba(254, 184, 104, 0.8);
}

.overlay.overlay-warning.alpha-9:after {
  background-color: rgba(254, 184, 104, 0.9);
}

.overlay.overlay-danger:after {
  background-color: rgba(193, 0, 43, 0.6);
}

.overlay.overlay-danger.alpha-1:after {
  background-color: rgba(193, 0, 43, 0.1);
}

.overlay.overlay-danger.alpha-2:after {
  background-color: rgba(193, 0, 43, 0.2);
}

.overlay.overlay-danger.alpha-3:after {
  background-color: rgba(193, 0, 43, 0.3);
}

.overlay.overlay-danger.alpha-4:after {
  background-color: rgba(193, 0, 43, 0.4);
}

.overlay.overlay-danger.alpha-5:after {
  background-color: rgba(193, 0, 43, 0.5);
}

.overlay.overlay-danger.alpha-6:after {
  background-color: rgba(193, 0, 43, 0.6);
}

.overlay.overlay-danger.alpha-7:after {
  background-color: rgba(193, 0, 43, 0.7);
}

.overlay.overlay-danger.alpha-8:after {
  background-color: rgba(193, 0, 43, 0.8);
}

.overlay.overlay-danger.alpha-9:after {
  background-color: rgba(193, 0, 43, 0.9);
}

.overlay.overlay-light:after {
  background-color: rgba(241, 244, 248, 0.6);
}

.overlay.overlay-light.alpha-1:after {
  background-color: rgba(241, 244, 248, 0.1);
}

.overlay.overlay-light.alpha-2:after {
  background-color: rgba(241, 244, 248, 0.2);
}

.overlay.overlay-light.alpha-3:after {
  background-color: rgba(241, 244, 248, 0.3);
}

.overlay.overlay-light.alpha-4:after {
  background-color: rgba(241, 244, 248, 0.4);
}

.overlay.overlay-light.alpha-5:after {
  background-color: rgba(241, 244, 248, 0.5);
}

.overlay.overlay-light.alpha-6:after {
  background-color: rgba(241, 244, 248, 0.6);
}

.overlay.overlay-light.alpha-7:after {
  background-color: rgba(241, 244, 248, 0.7);
}

.overlay.overlay-light.alpha-8:after {
  background-color: rgba(241, 244, 248, 0.8);
}

.overlay.overlay-light.alpha-9:after {
  background-color: rgba(241, 244, 248, 0.9);
}

.overlay.overlay-dark:after {
  background-color: rgba(43, 53, 79, 0.6);
}

.overlay.overlay-dark.alpha-1:after {
  background-color: rgba(43, 53, 79, 0.1);
}

.overlay.overlay-dark.alpha-2:after {
  background-color: rgba(43, 53, 79, 0.2);
}

.overlay.overlay-dark.alpha-3:after {
  background-color: rgba(43, 53, 79, 0.3);
}

.overlay.overlay-dark.alpha-4:after {
  background-color: rgba(43, 53, 79, 0.4);
}

.overlay.overlay-dark.alpha-5:after {
  background-color: rgba(43, 53, 79, 0.5);
}

.overlay.overlay-dark.alpha-6:after {
  background-color: rgba(43, 53, 79, 0.6);
}

.overlay.overlay-dark.alpha-7:after {
  background-color: rgba(43, 53, 79, 0.7);
}

.overlay.overlay-dark.alpha-8:after {
  background-color: rgba(43, 53, 79, 0.8);
}

.overlay.overlay-dark.alpha-9:after {
  background-color: rgba(43, 53, 79, 0.9);
}

.overlay.overlay-gray:after {
  background-color: rgba(134, 154, 184, 0.6);
}

.overlay.overlay-gray.alpha-1:after {
  background-color: rgba(134, 154, 184, 0.1);
}

.overlay.overlay-gray.alpha-2:after {
  background-color: rgba(134, 154, 184, 0.2);
}

.overlay.overlay-gray.alpha-3:after {
  background-color: rgba(134, 154, 184, 0.3);
}

.overlay.overlay-gray.alpha-4:after {
  background-color: rgba(134, 154, 184, 0.4);
}

.overlay.overlay-gray.alpha-5:after {
  background-color: rgba(134, 154, 184, 0.5);
}

.overlay.overlay-gray.alpha-6:after {
  background-color: rgba(134, 154, 184, 0.6);
}

.overlay.overlay-gray.alpha-7:after {
  background-color: rgba(134, 154, 184, 0.7);
}

.overlay.overlay-gray.alpha-8:after {
  background-color: rgba(134, 154, 184, 0.8);
}

.overlay.overlay-gray.alpha-9:after {
  background-color: rgba(134, 154, 184, 0.9);
}

.overlay.overlay-gray-light:after {
  background-color: rgba(198, 211, 230, 0.6);
}

.overlay.overlay-gray-light.alpha-1:after {
  background-color: rgba(198, 211, 230, 0.1);
}

.overlay.overlay-gray-light.alpha-2:after {
  background-color: rgba(198, 211, 230, 0.2);
}

.overlay.overlay-gray-light.alpha-3:after {
  background-color: rgba(198, 211, 230, 0.3);
}

.overlay.overlay-gray-light.alpha-4:after {
  background-color: rgba(198, 211, 230, 0.4);
}

.overlay.overlay-gray-light.alpha-5:after {
  background-color: rgba(198, 211, 230, 0.5);
}

.overlay.overlay-gray-light.alpha-6:after {
  background-color: rgba(198, 211, 230, 0.6);
}

.overlay.overlay-gray-light.alpha-7:after {
  background-color: rgba(198, 211, 230, 0.7);
}

.overlay.overlay-gray-light.alpha-8:after {
  background-color: rgba(198, 211, 230, 0.8);
}

.overlay.overlay-gray-light.alpha-9:after {
  background-color: rgba(198, 211, 230, 0.9);
}

.overlay.overlay-alternate:after {
  background-color: rgba(252, 158, 33, 0.6);
}

.overlay.overlay-alternate.alpha-1:after {
  background-color: rgba(252, 158, 33, 0.1);
}

.overlay.overlay-alternate.alpha-2:after {
  background-color: rgba(252, 158, 33, 0.2);
}

.overlay.overlay-alternate.alpha-3:after {
  background-color: rgba(252, 158, 33, 0.3);
}

.overlay.overlay-alternate.alpha-4:after {
  background-color: rgba(252, 158, 33, 0.4);
}

.overlay.overlay-alternate.alpha-5:after {
  background-color: rgba(252, 158, 33, 0.5);
}

.overlay.overlay-alternate.alpha-6:after {
  background-color: rgba(252, 158, 33, 0.6);
}

.overlay.overlay-alternate.alpha-7:after {
  background-color: rgba(252, 158, 33, 0.7);
}

.overlay.overlay-alternate.alpha-8:after {
  background-color: rgba(252, 158, 33, 0.8);
}

.overlay.overlay-alternate.alpha-9:after {
  background-color: rgba(252, 158, 33, 0.9);
}

.overlay.overlay-contrast:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay.overlay-contrast.alpha-1:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.overlay.overlay-contrast.alpha-2:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.overlay.overlay-contrast.alpha-3:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.overlay.overlay-contrast.alpha-4:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.overlay.overlay-contrast.alpha-5:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay.overlay-contrast.alpha-6:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay.overlay-contrast.alpha-7:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay.overlay-contrast.alpha-8:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay.overlay-contrast.alpha-9:after {
  background-color: rgba(255, 255, 255, 0.9);
}

.overlay.overlay-darker:after {
  background-color: rgba(22, 28, 45, 0.6);
}

.overlay.overlay-darker.alpha-1:after {
  background-color: rgba(22, 28, 45, 0.1);
}

.overlay.overlay-darker.alpha-2:after {
  background-color: rgba(22, 28, 45, 0.2);
}

.overlay.overlay-darker.alpha-3:after {
  background-color: rgba(22, 28, 45, 0.3);
}

.overlay.overlay-darker.alpha-4:after {
  background-color: rgba(22, 28, 45, 0.4);
}

.overlay.overlay-darker.alpha-5:after {
  background-color: rgba(22, 28, 45, 0.5);
}

.overlay.overlay-darker.alpha-6:after {
  background-color: rgba(22, 28, 45, 0.6);
}

.overlay.overlay-darker.alpha-7:after {
  background-color: rgba(22, 28, 45, 0.7);
}

.overlay.overlay-darker.alpha-8:after {
  background-color: rgba(22, 28, 45, 0.8);
}

.overlay.overlay-darker.alpha-9:after {
  background-color: rgba(22, 28, 45, 0.9);
}

.overlay.overlay-black:after {
  background-color: rgba(22, 28, 45, 0.6);
}

.overlay.overlay-black.alpha-1:after {
  background-color: rgba(22, 28, 45, 0.1);
}

.overlay.overlay-black.alpha-2:after {
  background-color: rgba(22, 28, 45, 0.2);
}

.overlay.overlay-black.alpha-3:after {
  background-color: rgba(22, 28, 45, 0.3);
}

.overlay.overlay-black.alpha-4:after {
  background-color: rgba(22, 28, 45, 0.4);
}

.overlay.overlay-black.alpha-5:after {
  background-color: rgba(22, 28, 45, 0.5);
}

.overlay.overlay-black.alpha-6:after {
  background-color: rgba(22, 28, 45, 0.6);
}

.overlay.overlay-black.alpha-7:after {
  background-color: rgba(22, 28, 45, 0.7);
}

.overlay.overlay-black.alpha-8:after {
  background-color: rgba(22, 28, 45, 0.8);
}

.overlay.overlay-black.alpha-9:after {
  background-color: rgba(22, 28, 45, 0.9);
}

.inner-overlay {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.inner-overlay.gradient {
  background-image: linear-gradient(-48deg, #cd92ff 25%, #00a0e0 100%);
}

.zoom-image {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.zoom-image img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.zoom-image.overlay:after {
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
}

.zoom-image:hover.overlay:after {
  opacity: 0;
}

.zoom-image:hover img {
  -webkit-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg);
}

/* 2.7 Position ======================================================= */
.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 576px) {
  .absolute-sm {
    position: absolute !important;
  }
}

@media (min-width: 576px) {
  .center-x-sm {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 576px) {
  .center-y-sm {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 576px) {
  .center-xy-sm {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 768px) {
  .absolute-md {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .center-x-md {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .center-y-md {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .center-xy-md {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 992px) {
  .absolute-lg {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .center-x-lg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .center-y-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .center-xy-lg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 1200px) {
  .absolute-xl {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .center-x-xl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .center-y-xl {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .center-xy-xl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 1400px) {
  .absolute-xxl {
    position: absolute !important;
  }
}

@media (min-width: 1400px) {
  .center-x-xxl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1400px) {
  .center-y-xxl {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1400px) {
  .center-xy-xxl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.left {
  left: 0 !important;
}

.center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 2.8 Responsive ======================================================= */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.row.gap-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.row.gap-y > .col,
.row.gap-y > [class*="col-"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.row.gap-2x {
  margin: -1.5rem;
  margin: -1.5rem;
}

.row.gap-2x > .col,
.row.gap-2x > [class*="col-"] {
  padding: 1.5rem;
  padding: 1.5rem;
}

.shape-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-shape-wrapper {
  position: relative;
}

.shape-left,
.shape-right,
.shape-center,
.shape-top {
  position: absolute;
  max-width: 560px;
}

.transparentize {
  opacity: 0.035;
}

.shape-left {
  left: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 200px;
}

.shape-left.shape-rounded {
  top: 0;
  -webkit-transform: translate3d(-15%, -1%, 0) rotate(28deg) scale(1.4);
          transform: translate3d(-15%, -1%, 0) rotate(28deg) scale(1.4);
}

.shape-right {
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shape-right.w-50 {
  max-width: 50%;
  left: 47vw;
}

.shape-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shape-fill {
  fill: #000000;
}

.shape-fill.shape-fill-primary {
  fill: #5533ff;
}

.shape-fill.shape-fill-secondary {
  fill: #506690;
}

.shape-fill.shape-fill-success {
  fill: #00c9b7;
}

.shape-fill.shape-fill-info {
  fill: #00a0e0;
}

.shape-fill.shape-fill-warning {
  fill: #feb868;
}

.shape-fill.shape-fill-danger {
  fill: #c1002b;
}

.shape-fill.shape-fill-light {
  fill: #f1f4f8;
}

.shape-fill.shape-fill-dark {
  fill: #2b354f;
}

.shape-fill.shape-fill-gray {
  fill: #869ab8;
}

.shape-fill.shape-fill-gray-light {
  fill: #c6d3e6;
}

.shape-fill.shape-fill-alternate {
  fill: #fc9e21;
}

.shape-fill.shape-fill-contrast {
  fill: #ffffff;
}

.shape-fill.shape-fill-darker {
  fill: #161c2d;
}

.shape-fill.shape-fill-black {
  fill: #161c2d;
}

.shape-stroke {
  fill: none;
  stroke: #6146d7;
  stroke-width: 2px;
}

.shape-stroke.shape-stroke-primary {
  stroke: #2b00ff;
}

.shape-stroke.shape-stroke-secondary {
  stroke: #3e4f6f;
}

.shape-stroke.shape-stroke-success {
  stroke: #009689;
}

.shape-stroke.shape-stroke-info {
  stroke: #007cad;
}

.shape-stroke.shape-stroke-warning {
  stroke: #fea035;
}

.shape-stroke.shape-stroke-danger {
  stroke: #8e0020;
}

.shape-stroke.shape-stroke-light {
  stroke: #cfd9e7;
}

.shape-stroke.shape-stroke-dark {
  stroke: #191f2e;
}

.shape-stroke.shape-stroke-gray {
  stroke: #667fa5;
}

.shape-stroke.shape-stroke-gray-light {
  stroke: #a3b8d6;
}

.shape-stroke.shape-stroke-alternate {
  stroke: #e78503;
}

.shape-stroke.shape-stroke-contrast {
  stroke: #e6e6e6;
}

.shape-stroke.shape-stroke-darker {
  stroke: #05070b;
}

.shape-stroke.shape-stroke-black {
  stroke: #05070b;
}

.divider-shape svg.shape-waves {
  height: 100px;
}

@media (min-width: 768px) {
  .divider-shape svg.shape-waves {
    height: 133px;
  }
}

.shape-background {
  background-color: #f9fbfd;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 120px;
  z-index: -1;
}

.shape-background.shape-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: 180%;
}

@media (min-width: 768px) {
  .shape-background.shape-right {
    left: 120%;
  }
}

@media (min-width: 992px) {
  .shape-background.shape-right {
    left: 88%;
  }
}

.shape-background.shape-left {
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  left: -669px;
  max-width: 750px;
  top: -182px;
}

.speech-bubble {
  position: relative;
  background: #5533ff;
  border-radius: 0.4em;
  padding: 0.25rem 0.5rem;
}

.speech-bubble:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #5533ff;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.speech-bubble:after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-animation: pulse 0.5s linear infinite alternate;
          animation: pulse 0.5s linear infinite alternate;
  background-color: #5533ff;
  position: absolute;
  bottom: -20px;
  border-radius: 50%;
  border: 1px solid #5533ff;
  padding: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 2px #5533ff;
            box-shadow: 0 0 8px 2px #5533ff;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 2px #5533ff;
            box-shadow: 0 0 20px 2px #5533ff;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 2px #5533ff;
            box-shadow: 0 0 8px 2px #5533ff;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 2px #5533ff;
            box-shadow: 0 0 20px 2px #5533ff;
  }
}

/* 2.10 Text ======================================================= */
.italic {
  font-style: italic !important;
}

.underline {
  text-decoration: underline !important;
}

.dotted {
  border-bottom: 1px dotted;
}

.strike-through,
s {
  text-decoration: line-through !important;
  color: #b7c0d7;
  font-weight: 300;
}

.text-wrap {
  white-space: normal !important;
}

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

.semi-bold {
  font-weight: 500 !important;
}

.thin {
  font-weight: 100 !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  white-space: normal !important;
}

@media (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .text-sm-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .text-md-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .text-lg-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .text-xl-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  .text-xxl-wrap {
    white-space: normal !important;
  }
}

/* 2.11 Type ======================================================= */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 1rem;
  font-weight: 400;
  color: #161c2d;
}

.heading-line:after {
  content: "";
  display: block;
  margin-top: 32px;
  margin-bottom: 24px;
  width: 40px;
  height: 2px;
  background-color: #5533ff;
}

.text-center .heading-line:after {
  margin-left: auto;
  margin-right: auto;
}

.font-regular {
  font-size: 1rem !important;
}

.font-xs {
  font-size: 0.75rem !important;
}

.font-sm {
  font-size: 0.875rem !important;
}

.font-md {
  font-size: 1.75rem !important;
}

.font-lg {
  font-size: 3.25rem !important;
}

.font-xl {
  font-size: 4.5rem !important;
}

.font-xxl {
  font-size: 6.5rem !important;
}

.font-l {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 5rem !important;
}

.display-2 {
  font-size: 4.5rem !important;
}

.display-3 {
  font-size: 4rem !important;
}

.display-4 {
  font-size: 3.5rem !important;
}

.display-5 {
  font-size: 3rem !important;
}

.display-6 {
  font-size: 2.5rem !important;
}

@media (min-width: 576px) {
  .display-sm-1 {
    font-size: 5rem !important;
  }
  .display-sm-2 {
    font-size: 4.5rem !important;
  }
  .display-sm-3 {
    font-size: 4rem !important;
  }
  .display-sm-4 {
    font-size: 3.5rem !important;
  }
  .display-sm-5 {
    font-size: 3rem !important;
  }
  .display-sm-6 {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .display-md-1 {
    font-size: 5rem !important;
  }
  .display-md-2 {
    font-size: 4.5rem !important;
  }
  .display-md-3 {
    font-size: 4rem !important;
  }
  .display-md-4 {
    font-size: 3.5rem !important;
  }
  .display-md-5 {
    font-size: 3rem !important;
  }
  .display-md-6 {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .display-lg-1 {
    font-size: 5rem !important;
  }
  .display-lg-2 {
    font-size: 4.5rem !important;
  }
  .display-lg-3 {
    font-size: 4rem !important;
  }
  .display-lg-4 {
    font-size: 3.5rem !important;
  }
  .display-lg-5 {
    font-size: 3rem !important;
  }
  .display-lg-6 {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .display-xl-1 {
    font-size: 5rem !important;
  }
  .display-xl-2 {
    font-size: 4.5rem !important;
  }
  .display-xl-3 {
    font-size: 4rem !important;
  }
  .display-xl-4 {
    font-size: 3.5rem !important;
  }
  .display-xl-5 {
    font-size: 3rem !important;
  }
  .display-xl-6 {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 1400px) {
  .display-xxl-1 {
    font-size: 5rem !important;
  }
  .display-xxl-2 {
    font-size: 4.5rem !important;
  }
  .display-xxl-3 {
    font-size: 4rem !important;
  }
  .display-xxl-4 {
    font-size: 3.5rem !important;
  }
  .display-xxl-5 {
    font-size: 3rem !important;
  }
  .display-xxl-6 {
    font-size: 2.5rem !important;
  }
}

.handwritten {
  font-family: "Caveat", cursive, "Poppins", sans-serif;
}

.handwritten.highlight {
  line-height: 1.25em;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.handwritten.highlight:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA3CAMAAADDj2FQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGYUExURQAAAMXe58Te58Xf6Mbf6MTe58Xg5////8Xf5sXf5sTe5sja7MTf58Tf58TX68fd6MPf6Mbb6cXe5sbf5cXe58Tf5sPh58Te6MTe58Te5v///8Tf5sbe58Xf5sTf5sTd5sXf5qr//8zd7sXe5sTe5sTd6Lba2sXf58Tf58Xe5sTf5sTe58Xf5sPh5sXe58Xf58Tf58Xf5szM/7+//8Xf5tTU1MXe58Tf58Hg6sXe5sXe5sLa5sTe5sTe5sTf5sTf58Ph4cXf58Xf58bi4sXc58Tg5cXf58Tf58Tf5sXf5cTe5sTf58Pg58Te5sXe58Xc58ff5sLd5MXe58Xe5sPe6cbi4sPf5sXe5sXe58bd58Xe5sPf58Tf5sTe58Xe58zl5cXf58bd6MTf5sTf5sTf58Te58Tc5sXe5sXf5sXf58Pe58Xe58Te58fc6sXg6MTf5sXf5sXe58Lg5sXf58Te5sPd58Tf5sXe57/U6cHg58Tf5sTf58Te58Xe58Te5MTf5sXf5sXe5sTf5sXe5sXf5sTe5cTe6MXf59gagUYAAACHdFJOUwB3dllaxEsC+5L+DqFgDRc4JHxwl9IrTtf9AfFVsfpc8gMP3OdkB+Gr/NHW0DPP+INzBQTIBqT5GR+FFX+HcYIRgcMSFltiwMlQ34tjlJYsKSa2xi8JSb5uNpx52/WNCtgtaZC49jTlm+tWzLclQ7OT7iqgfmzajgwhSuBX7yeRqZ/o9GplT5WzxmIAAAFXSURBVBgZfcEDdxwBAIXRbznrjW2btY2ktm07tdv3t3s2bU7SzvTdC2zEatiGtRuvBu8gVvU8VlscK34A61ASq70Ra28aa99+rPokVv0erFQc68F1rOdDWC8msBKTszjjeoZTGi5iTRSwngxi3dNhnHLzdqwdTVhbVIWzPrcGK7V2HU5Cm3FW93XtwtmqLM7O1swJnBodDzBODuoaTloXG3AKGr2Mke9VezfG1Vada2FJVZ5/NTarroU/UnWETEuFbn47ljlKSEy60cOiTg0Rdl5qekhFMJI7S1h/h7qKVLTpNBEePZU+l4Hggk4R4eOY9OFlAP0aC4gw8CknjSaCmV51EuntO0lXztRqboC/lI7cGn9TgtcLGUnDUi0rBNkOVUz2vbp/W4vu5llWVNgUy9IbNsViU5fuPB65qSXfykQIqpPZVRlVTPM/Pe+/fJW+Y8z8/DH7C72mVfoIDlnRAAAAAElFTkSuQmCC);
  margin-left: -1.5rem;
  width: 31px;
  height: 55px;
  position: absolute;
}

.fill-primary {
  fill: #5533ff;
}

.fill-secondary {
  fill: #506690;
}

.fill-success {
  fill: #00c9b7;
}

.fill-info {
  fill: #00a0e0;
}

.fill-warning {
  fill: #feb868;
}

.fill-danger {
  fill: #c1002b;
}

.fill-light {
  fill: #f1f4f8;
}

.fill-dark {
  fill: #2b354f;
}

.fill-gray {
  fill: #869ab8;
}

.fill-gray-light {
  fill: #c6d3e6;
}

.fill-alternate {
  fill: #fc9e21;
}

.fill-contrast {
  fill: #ffffff;
}

.fill-darker {
  fill: #161c2d;
}

.fill-black {
  fill: #161c2d;
}

[data-bs-toggle="collapse"] .angle {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: 0.5rem;
}

[data-bs-toggle="collapse"].collapsed .angle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion .card {
  border: 1px solid #d9e2ef;
}

.accordion .card-header {
  border-bottom: none;
  background-color: #f1f4f8;
}

.accordion .card-header .btn:active, .accordion .card-header .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card-header .card-title {
  padding-right: 0;
  padding-left: 0;
}

.accordion .card-title {
  margin-bottom: 0;
}

.accordion:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #d9e2ef !important;
}

.accordion.accordion-clean .card {
  border-bottom: 1px solid #d9e2ef;
}

.accordion.accordion-clean .card-header {
  background-color: #fff;
}

.accordion.accordion-collapsed .card {
  border-bottom: none;
}

.accordion.accordion-collapsed .card:last-of-type {
  border-bottom: 1px solid #d9e2ef;
}

.accordion.accordion-primary .card {
  border-color: #5533ff;
}

.accordion.accordion-primary .card-header {
  background-color: #5533ff;
}

.accordion.accordion-primary .card-header .card-title {
  color: #ffffff;
}

.accordion.accordion-primary:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #5533ff !important;
}

.accordion.accordion-secondary .card {
  border-color: #506690;
}

.accordion.accordion-secondary .card-header {
  background-color: #506690;
}

.accordion.accordion-secondary .card-header .card-title {
  color: #ffffff;
}

.accordion.accordion-secondary:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #506690 !important;
}

.accordion.accordion-success .card {
  border-color: #00c9b7;
}

.accordion.accordion-success .card-header {
  background-color: #00c9b7;
}

.accordion.accordion-success .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-success:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #00c9b7 !important;
}

.accordion.accordion-info .card {
  border-color: #00a0e0;
}

.accordion.accordion-info .card-header {
  background-color: #00a0e0;
}

.accordion.accordion-info .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-info:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #00a0e0 !important;
}

.accordion.accordion-warning .card {
  border-color: #feb868;
}

.accordion.accordion-warning .card-header {
  background-color: #feb868;
}

.accordion.accordion-warning .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-warning:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #feb868 !important;
}

.accordion.accordion-danger .card {
  border-color: #c1002b;
}

.accordion.accordion-danger .card-header {
  background-color: #c1002b;
}

.accordion.accordion-danger .card-header .card-title {
  color: #ffffff;
}

.accordion.accordion-danger:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #c1002b !important;
}

.accordion.accordion-light .card {
  border-color: #f1f4f8;
}

.accordion.accordion-light .card-header {
  background-color: #f1f4f8;
}

.accordion.accordion-light .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-light:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #f1f4f8 !important;
}

.accordion.accordion-dark .card {
  border-color: #2b354f;
}

.accordion.accordion-dark .card-header {
  background-color: #2b354f;
}

.accordion.accordion-dark .card-header .card-title {
  color: #ffffff;
}

.accordion.accordion-dark:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #2b354f !important;
}

.accordion.accordion-gray .card {
  border-color: #869ab8;
}

.accordion.accordion-gray .card-header {
  background-color: #869ab8;
}

.accordion.accordion-gray .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-gray:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #869ab8 !important;
}

.accordion.accordion-gray-light .card {
  border-color: #c6d3e6;
}

.accordion.accordion-gray-light .card-header {
  background-color: #c6d3e6;
}

.accordion.accordion-gray-light .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-gray-light:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #c6d3e6 !important;
}

.accordion.accordion-alternate .card {
  border-color: #fc9e21;
}

.accordion.accordion-alternate .card-header {
  background-color: #fc9e21;
}

.accordion.accordion-alternate .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-alternate:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #fc9e21 !important;
}

.accordion.accordion-contrast .card {
  border-color: #ffffff;
}

.accordion.accordion-contrast .card-header {
  background-color: #ffffff;
}

.accordion.accordion-contrast .card-header .card-title {
  color: #161c2d;
}

.accordion.accordion-contrast:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #ffffff !important;
}

.accordion.accordion-darker .card {
  border-color: #161c2d;
}

.accordion.accordion-darker .card-header {
  background-color: #161c2d;
}

.accordion.accordion-darker .card-header .card-title {
  color: #ffffff;
}

.accordion.accordion-darker:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #161c2d !important;
}

.accordion.accordion-black .card {
  border-color: #161c2d;
}

.accordion.accordion-black .card-header {
  background-color: #161c2d;
}

.accordion.accordion-black .card-header .card-title {
  color: #ffffff;
}

.accordion.accordion-black:not(.accordion-collapsed) .card {
  border-bottom: 1px solid #161c2d !important;
}

.alert-icon {
  border-width: 0;
  border-radius: 0;
  border-left-width: 4rem;
}

.alert-icon .icon {
  width: 4rem;
  position: absolute;
  left: -4rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.alert-thin {
  border-left-width: 5px;
}

.alert-outline,
.alert-thin {
  background-color: transparent;
}

/* 2.9 Badges ======================================================= */
.badge-outline-primary {
  border: 1px solid;
  color: #5533ff;
  background-color: transparent;
  border-color: #5533ff;
}

.badge-outline-primary[href]:hover, .badge-outline-primary[href]:focus {
  color: #fff;
  background-color: #5533ff;
  border-color: #5533ff;
  text-decoration: none;
}

.badge-outline-secondary {
  border: 1px solid;
  color: #506690;
  background-color: transparent;
  border-color: #506690;
}

.badge-outline-secondary[href]:hover, .badge-outline-secondary[href]:focus {
  color: #fff;
  background-color: #506690;
  border-color: #506690;
  text-decoration: none;
}

.badge-outline-success {
  border: 1px solid;
  color: #00c9b7;
  background-color: transparent;
  border-color: #00c9b7;
}

.badge-outline-success[href]:hover, .badge-outline-success[href]:focus {
  color: #fff;
  background-color: #00c9b7;
  border-color: #00c9b7;
  text-decoration: none;
}

.badge-outline-info {
  border: 1px solid;
  color: #00a0e0;
  background-color: transparent;
  border-color: #00a0e0;
}

.badge-outline-info[href]:hover, .badge-outline-info[href]:focus {
  color: #fff;
  background-color: #00a0e0;
  border-color: #00a0e0;
  text-decoration: none;
}

.badge-outline-warning {
  border: 1px solid;
  color: #feb868;
  background-color: transparent;
  border-color: #feb868;
}

.badge-outline-warning[href]:hover, .badge-outline-warning[href]:focus {
  color: #fff;
  background-color: #feb868;
  border-color: #feb868;
  text-decoration: none;
}

.badge-outline-danger {
  border: 1px solid;
  color: #c1002b;
  background-color: transparent;
  border-color: #c1002b;
}

.badge-outline-danger[href]:hover, .badge-outline-danger[href]:focus {
  color: #fff;
  background-color: #c1002b;
  border-color: #c1002b;
  text-decoration: none;
}

.badge-outline-light {
  border: 1px solid;
  color: #f1f4f8;
  background-color: transparent;
  border-color: #f1f4f8;
}

.badge-outline-light[href]:hover, .badge-outline-light[href]:focus {
  color: #fff;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
  text-decoration: none;
}

.badge-outline-dark {
  border: 1px solid;
  color: #2b354f;
  background-color: transparent;
  border-color: #2b354f;
}

.badge-outline-dark[href]:hover, .badge-outline-dark[href]:focus {
  color: #fff;
  background-color: #2b354f;
  border-color: #2b354f;
  text-decoration: none;
}

.badge-outline-gray {
  border: 1px solid;
  color: #869ab8;
  background-color: transparent;
  border-color: #869ab8;
}

.badge-outline-gray[href]:hover, .badge-outline-gray[href]:focus {
  color: #fff;
  background-color: #869ab8;
  border-color: #869ab8;
  text-decoration: none;
}

.badge-outline-gray-light {
  border: 1px solid;
  color: #c6d3e6;
  background-color: transparent;
  border-color: #c6d3e6;
}

.badge-outline-gray-light[href]:hover, .badge-outline-gray-light[href]:focus {
  color: #fff;
  background-color: #c6d3e6;
  border-color: #c6d3e6;
  text-decoration: none;
}

.badge-outline-alternate {
  border: 1px solid;
  color: #fc9e21;
  background-color: transparent;
  border-color: #fc9e21;
}

.badge-outline-alternate[href]:hover, .badge-outline-alternate[href]:focus {
  color: #fff;
  background-color: #fc9e21;
  border-color: #fc9e21;
  text-decoration: none;
}

.badge-outline-contrast {
  border: 1px solid;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.badge-outline-contrast[href]:hover, .badge-outline-contrast[href]:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}

.badge-outline-darker {
  border: 1px solid;
  color: #161c2d;
  background-color: transparent;
  border-color: #161c2d;
}

.badge-outline-darker[href]:hover, .badge-outline-darker[href]:focus {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
  text-decoration: none;
}

.badge-outline-black {
  border: 1px solid;
  color: #161c2d;
  background-color: transparent;
  border-color: #161c2d;
}

.badge-outline-black[href]:hover, .badge-outline-black[href]:focus {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
  text-decoration: none;
}

.strong-top-bordered-card {
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(22, 28, 45, 0.3), 0 -6px 16px -6px rgba(22, 28, 45, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(22, 28, 45, 0.3), 0 -6px 16px -6px rgba(22, 28, 45, 0.025);
}

.strong-top-bordered-card:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #5533ff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.tool-description-card {
  max-width: 80%;
  position: absolute;
  bottom: -8rem;
  left: 10%;
  z-index: 1;
}

@media (min-width: 768px) {
  .tool-description-card {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .tool-description-card {
    max-width: 40%;
  }
}

.card-clean .card-header {
  border-bottom: none;
}

.mfp-content,
.popup-wrapper {
  height: 100%;
}

.mfp-container {
  padding: 0;
}

.popup-wrapper {
  position: relative;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
  right: 0;
  background-color: #161c2d;
}

@media (min-width: 768px) {
  .mfp-content,
  .popup-wrapper {
    height: auto;
  }
  .popup-wrapper {
    padding: 20px 30px;
    margin: 0 auto;
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
    right: -6px;
    background-color: transparent;
  }
}

/* Animated bars ======================================================= */
.progress.progress-sl {
  height: 1px;
}

.progress.progress-ty {
  height: 2px;
}

.progress.progress-xs {
  height: 4px;
}

.progress.progress-sm {
  height: 6px;
}

.progress.progress-md {
  height: 12px;
}

.progress.progress-primary {
  background-color: rgba(85, 51, 255, 0.3);
}

.progress.progress-primary .progress-bar {
  background-color: #5533ff;
}

.progress.progress-secondary {
  background-color: rgba(80, 102, 144, 0.3);
}

.progress.progress-secondary .progress-bar {
  background-color: #506690;
}

.progress.progress-success {
  background-color: rgba(0, 201, 183, 0.3);
}

.progress.progress-success .progress-bar {
  background-color: #00c9b7;
}

.progress.progress-info {
  background-color: rgba(0, 160, 224, 0.3);
}

.progress.progress-info .progress-bar {
  background-color: #00a0e0;
}

.progress.progress-warning {
  background-color: rgba(254, 184, 104, 0.3);
}

.progress.progress-warning .progress-bar {
  background-color: #feb868;
}

.progress.progress-danger {
  background-color: rgba(193, 0, 43, 0.3);
}

.progress.progress-danger .progress-bar {
  background-color: #c1002b;
}

.progress.progress-light {
  background-color: rgba(241, 244, 248, 0.3);
}

.progress.progress-light .progress-bar {
  background-color: #f1f4f8;
}

.progress.progress-dark {
  background-color: rgba(43, 53, 79, 0.3);
}

.progress.progress-dark .progress-bar {
  background-color: #2b354f;
}

.progress.progress-gray {
  background-color: rgba(134, 154, 184, 0.3);
}

.progress.progress-gray .progress-bar {
  background-color: #869ab8;
}

.progress.progress-gray-light {
  background-color: rgba(198, 211, 230, 0.3);
}

.progress.progress-gray-light .progress-bar {
  background-color: #c6d3e6;
}

.progress.progress-alternate {
  background-color: rgba(252, 158, 33, 0.3);
}

.progress.progress-alternate .progress-bar {
  background-color: #fc9e21;
}

.progress.progress-contrast {
  background-color: rgba(255, 255, 255, 0.3);
}

.progress.progress-contrast .progress-bar {
  background-color: #ffffff;
}

.progress.progress-darker {
  background-color: rgba(22, 28, 45, 0.3);
}

.progress.progress-darker .progress-bar {
  background-color: #161c2d;
}

.progress.progress-black {
  background-color: rgba(22, 28, 45, 0.3);
}

.progress.progress-black .progress-bar {
  background-color: #161c2d;
}

.animate-bars .progress-bars {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.animate-bars .progress-bars p {
  font-size: 0.875rem;
}

.animate-bars .progress-bars.progress-vertical {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.animate-bars .progress-bars.progress-vertical p {
  margin-top: 0;
  margin-left: 1rem;
}

.animate-bars .progress-bars.progress-vertical li {
  height: 100px;
  width: 8px;
}

.animate-bars .progress-bars.progress-vertical .progress,
.animate-bars .progress-bars.progress-vertical .progress-bar {
  bottom: 0;
  position: absolute;
  width: 8px;
}

.animate-bars .progress-bars.progress-horizontal {
  width: 100%;
}

.animate-bars .progress-bars.progress-horizontal p {
  margin-top: 0;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.animate-bars .progress-bars.progress-horizontal li + li {
  margin-top: 1.5rem;
}

.animate-bars .progress-bars li {
  position: relative;
}

.navbar-nav {
  position: relative;
}

@media (min-width: 768px) {
  .navbar .dropdown.mega {
    position: static;
  }
}

.nav-process {
  margin-left: -30px;
}

.nav-process .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nav-process .nav-item:before, .nav-process .nav-item:after {
  content: "";
  width: 50%;
  border-top: 1px dashed #5533ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0.375rem;
}

.nav-process .nav-item:before {
  left: 0;
}

.nav-process .nav-item:after {
  right: 0;
}

.nav-process .nav-item:first-of-type:before {
  border: none;
}

.nav-process .nav-item:last-of-type:after {
  border: none;
}

.nav-process.nav-circle .nav-item.active .nav-link:before {
  padding: 0.75rem;
  margin-top: -0.375rem;
}

.nav-process.nav-circle .nav-item.active .nav-link:after {
  content: attr(data-step);
  color: #ffffff;
  font-size: 0.55rem;
  font-weight: 700;
  position: absolute;
  top: 1px;
}

.nav-process.nav-circle .nav-link {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-process.nav-circle .nav-link:before {
  content: "";
  background-color: #5533ff;
  padding: 0.375rem;
  display: block;
  border-radius: 50%;
  margin: 0 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container .swiper-pagination-top {
  bottom: auto;
  top: 0;
}

.swiper-pagination.highlight-active .swiper-pagination-bullet {
  will-change: width;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.swiper-pagination.highlight-active .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 4px;
}

.swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.swiper-button.rounded-circle {
  background-image: none;
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-nav-thumbs .nav-link {
  padding: 0.5rem 0.75rem;
}

.swiper-nav-thumbs .thumb {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.swiper-nav-thumbs .thumb.active {
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
}

.swiper-center-nav .swiper-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-center-nav .swiper-button:hover {
  background-color: #5533ff;
  color: #ffffff;
}

.swiper-center-nav .swiper-button-prev {
  left: 0;
  top: 50%;
}

@media (min-width: 768px) {
  .swiper-center-nav .swiper-button-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .swiper-center-nav .swiper-button-prev:hover {
    -webkit-transform: translate(-50%, -2px);
            transform: translate(-50%, -2px);
  }
}

.swiper-center-nav .swiper-button-next {
  right: 0;
  top: 50%;
}

@media (min-width: 768px) {
  .swiper-center-nav .swiper-button-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .swiper-center-nav .swiper-button-next:hover {
    -webkit-transform: translate(50%, -2px);
            transform: translate(50%, -2px);
  }
}

.table th {
  color: #2b354f;
  font-size: 0.925rem;
}

@media (max-width: 575.98px) {
  .table-responsive {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Behave like a "row" */
  }
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive tr {
    display: block;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive tr {
    border: 1px solid #d9e2ef;
    margin-bottom: 0.5rem;
  }
  .table-responsive td {
    border: none;
    border-bottom: 1px solid #d9e2ef;
    position: relative;
    white-space: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-responsive td:before {
    /* Top/left values mimic padding */
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    /* Label the data */
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    color: #506690;
    opacity: 0.5;
  }
}

.nav-tabs .nav-link {
  letter-spacing: 1.2px;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .nav-tabs .nav-link:hover {
    background-color: transparent;
  }
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link [disabled] {
  color: #c6d3e6 !important;
}

.nav-tabs .nav-link.active {
  color: #5533ff;
}

.nav-tabs.tabs-clean .nav-link {
  border-color: transparent;
}

.nav-tabs.tabs-clean .nav-link .icon {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  margin: auto;
}

.nav-tabs.tabs-clean .nav-link.active {
  border-bottom-color: #5533ff;
}

.nav-tabs.tabs-clean .nav-link.active .icon {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.nav-tabs.tabs-bordered .nav-link.active {
  border-top: 2px solid #5533ff;
}

.nav-tabs.nav-outlined {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}

@media (min-width: 576px) {
  .nav-tabs.nav-outlined {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-tabs.nav-outlined .nav-link {
  border: 1px solid #5533ff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  color: #5533ff;
}

@media (min-width: 576px) {
  .nav-tabs.nav-outlined .nav-link + .nav-link {
    margin-left: -1px;
  }
}

@media (min-width: 768px) {
  .nav-tabs.nav-outlined .nav-link {
    margin-top: 0;
    padding: 0.25rem 1.25rem;
  }
}

.nav-tabs.nav-outlined .nav-link.active {
  background-color: #5533ff;
  color: #ffffff;
}

.nav-tabs.nav-outlined .nav-link:last-child {
  border-right: 1px solid #5533ff;
}

.nav-tabs.nav-outlined.nav-rounded .nav-link {
  border-radius: 5rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .nav-tabs.nav-outlined.nav-rounded .nav-link {
    border-radius: 0;
    margin-right: 0;
  }
  .nav-tabs.nav-outlined.nav-rounded .nav-link:first-child {
    border-radius: 5rem 0 0 5rem;
  }
  .nav-tabs.nav-outlined.nav-rounded .nav-link:last-child {
    border-radius: 0 5rem 5rem 0;
  }
}

@media (min-width: 768px) {
  .nav-tabs.slide + .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
  }
  .nav-tabs.slide + .tab-content > .tab-pane {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin-right: -100%;
    display: block;
    opacity: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .nav-tabs.slide + .tab-content > .tab-pane.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    margin-right: 0;
  }
}

.nav-tabs.nav-tabs-primary .nav-link.active {
  color: #5533ff;
}

.nav-tabs.nav-tabs-primary.tabs-clean .nav-link.active {
  border-bottom-color: #5533ff;
}

.nav-tabs.nav-tabs-primary.tabs-bordered .nav-link.active {
  border-top-color: #5533ff !important;
}

.nav-tabs.nav-tabs-primary.nav-outlined .nav-link {
  border-color: #5533ff;
  color: #5533ff;
}

.nav-tabs.nav-tabs-primary.nav-outlined .nav-link.active {
  background-color: #5533ff;
  color: #ffffff;
}

.nav-tabs.nav-tabs-primary.nav-outlined .nav-link:last-child {
  border-right-color: #5533ff;
}

.nav-tabs.nav-tabs-secondary .nav-link.active {
  color: #506690;
}

.nav-tabs.nav-tabs-secondary.tabs-clean .nav-link.active {
  border-bottom-color: #506690;
}

.nav-tabs.nav-tabs-secondary.tabs-bordered .nav-link.active {
  border-top-color: #506690 !important;
}

.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link {
  border-color: #506690;
  color: #506690;
}

.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link.active {
  background-color: #506690;
  color: #ffffff;
}

.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link:last-child {
  border-right-color: #506690;
}

.nav-tabs.nav-tabs-success .nav-link.active {
  color: #00c9b7;
}

.nav-tabs.nav-tabs-success.tabs-clean .nav-link.active {
  border-bottom-color: #00c9b7;
}

.nav-tabs.nav-tabs-success.tabs-bordered .nav-link.active {
  border-top-color: #00c9b7 !important;
}

.nav-tabs.nav-tabs-success.nav-outlined .nav-link {
  border-color: #00c9b7;
  color: #00c9b7;
}

.nav-tabs.nav-tabs-success.nav-outlined .nav-link.active {
  background-color: #00c9b7;
  color: #ffffff;
}

.nav-tabs.nav-tabs-success.nav-outlined .nav-link:last-child {
  border-right-color: #00c9b7;
}

.nav-tabs.nav-tabs-info .nav-link.active {
  color: #00a0e0;
}

.nav-tabs.nav-tabs-info.tabs-clean .nav-link.active {
  border-bottom-color: #00a0e0;
}

.nav-tabs.nav-tabs-info.tabs-bordered .nav-link.active {
  border-top-color: #00a0e0 !important;
}

.nav-tabs.nav-tabs-info.nav-outlined .nav-link {
  border-color: #00a0e0;
  color: #00a0e0;
}

.nav-tabs.nav-tabs-info.nav-outlined .nav-link.active {
  background-color: #00a0e0;
  color: #ffffff;
}

.nav-tabs.nav-tabs-info.nav-outlined .nav-link:last-child {
  border-right-color: #00a0e0;
}

.nav-tabs.nav-tabs-warning .nav-link.active {
  color: #feb868;
}

.nav-tabs.nav-tabs-warning.tabs-clean .nav-link.active {
  border-bottom-color: #feb868;
}

.nav-tabs.nav-tabs-warning.tabs-bordered .nav-link.active {
  border-top-color: #feb868 !important;
}

.nav-tabs.nav-tabs-warning.nav-outlined .nav-link {
  border-color: #feb868;
  color: #feb868;
}

.nav-tabs.nav-tabs-warning.nav-outlined .nav-link.active {
  background-color: #feb868;
  color: #ffffff;
}

.nav-tabs.nav-tabs-warning.nav-outlined .nav-link:last-child {
  border-right-color: #feb868;
}

.nav-tabs.nav-tabs-danger .nav-link.active {
  color: #c1002b;
}

.nav-tabs.nav-tabs-danger.tabs-clean .nav-link.active {
  border-bottom-color: #c1002b;
}

.nav-tabs.nav-tabs-danger.tabs-bordered .nav-link.active {
  border-top-color: #c1002b !important;
}

.nav-tabs.nav-tabs-danger.nav-outlined .nav-link {
  border-color: #c1002b;
  color: #c1002b;
}

.nav-tabs.nav-tabs-danger.nav-outlined .nav-link.active {
  background-color: #c1002b;
  color: #ffffff;
}

.nav-tabs.nav-tabs-danger.nav-outlined .nav-link:last-child {
  border-right-color: #c1002b;
}

.nav-tabs.nav-tabs-light .nav-link.active {
  color: #f1f4f8;
}

.nav-tabs.nav-tabs-light.tabs-clean .nav-link.active {
  border-bottom-color: #f1f4f8;
}

.nav-tabs.nav-tabs-light.tabs-bordered .nav-link.active {
  border-top-color: #f1f4f8 !important;
}

.nav-tabs.nav-tabs-light.nav-outlined .nav-link {
  border-color: #f1f4f8;
  color: #f1f4f8;
}

.nav-tabs.nav-tabs-light.nav-outlined .nav-link.active {
  background-color: #f1f4f8;
  color: #ffffff;
}

.nav-tabs.nav-tabs-light.nav-outlined .nav-link:last-child {
  border-right-color: #f1f4f8;
}

.nav-tabs.nav-tabs-dark .nav-link.active {
  color: #2b354f;
}

.nav-tabs.nav-tabs-dark.tabs-clean .nav-link.active {
  border-bottom-color: #2b354f;
}

.nav-tabs.nav-tabs-dark.tabs-bordered .nav-link.active {
  border-top-color: #2b354f !important;
}

.nav-tabs.nav-tabs-dark.nav-outlined .nav-link {
  border-color: #2b354f;
  color: #2b354f;
}

.nav-tabs.nav-tabs-dark.nav-outlined .nav-link.active {
  background-color: #2b354f;
  color: #ffffff;
}

.nav-tabs.nav-tabs-dark.nav-outlined .nav-link:last-child {
  border-right-color: #2b354f;
}

.nav-tabs.nav-tabs-gray .nav-link.active {
  color: #869ab8;
}

.nav-tabs.nav-tabs-gray.tabs-clean .nav-link.active {
  border-bottom-color: #869ab8;
}

.nav-tabs.nav-tabs-gray.tabs-bordered .nav-link.active {
  border-top-color: #869ab8 !important;
}

.nav-tabs.nav-tabs-gray.nav-outlined .nav-link {
  border-color: #869ab8;
  color: #869ab8;
}

.nav-tabs.nav-tabs-gray.nav-outlined .nav-link.active {
  background-color: #869ab8;
  color: #ffffff;
}

.nav-tabs.nav-tabs-gray.nav-outlined .nav-link:last-child {
  border-right-color: #869ab8;
}

.nav-tabs.nav-tabs-gray-light .nav-link.active {
  color: #c6d3e6;
}

.nav-tabs.nav-tabs-gray-light.tabs-clean .nav-link.active {
  border-bottom-color: #c6d3e6;
}

.nav-tabs.nav-tabs-gray-light.tabs-bordered .nav-link.active {
  border-top-color: #c6d3e6 !important;
}

.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link {
  border-color: #c6d3e6;
  color: #c6d3e6;
}

.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link.active {
  background-color: #c6d3e6;
  color: #ffffff;
}

.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link:last-child {
  border-right-color: #c6d3e6;
}

.nav-tabs.nav-tabs-alternate .nav-link.active {
  color: #fc9e21;
}

.nav-tabs.nav-tabs-alternate.tabs-clean .nav-link.active {
  border-bottom-color: #fc9e21;
}

.nav-tabs.nav-tabs-alternate.tabs-bordered .nav-link.active {
  border-top-color: #fc9e21 !important;
}

.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link {
  border-color: #fc9e21;
  color: #fc9e21;
}

.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link.active {
  background-color: #fc9e21;
  color: #ffffff;
}

.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link:last-child {
  border-right-color: #fc9e21;
}

.nav-tabs.nav-tabs-contrast .nav-link.active {
  color: #ffffff;
}

.nav-tabs.nav-tabs-contrast.tabs-clean .nav-link.active {
  border-bottom-color: #ffffff;
}

.nav-tabs.nav-tabs-contrast.tabs-bordered .nav-link.active {
  border-top-color: #ffffff !important;
}

.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link {
  border-color: #ffffff;
  color: #ffffff;
}

.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link.active {
  background-color: #ffffff;
  color: #ffffff;
}

.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link:last-child {
  border-right-color: #ffffff;
}

.nav-tabs.nav-tabs-darker .nav-link.active {
  color: #161c2d;
}

.nav-tabs.nav-tabs-darker.tabs-clean .nav-link.active {
  border-bottom-color: #161c2d;
}

.nav-tabs.nav-tabs-darker.tabs-bordered .nav-link.active {
  border-top-color: #161c2d !important;
}

.nav-tabs.nav-tabs-darker.nav-outlined .nav-link {
  border-color: #161c2d;
  color: #161c2d;
}

.nav-tabs.nav-tabs-darker.nav-outlined .nav-link.active {
  background-color: #161c2d;
  color: #ffffff;
}

.nav-tabs.nav-tabs-darker.nav-outlined .nav-link:last-child {
  border-right-color: #161c2d;
}

.nav-tabs.nav-tabs-black .nav-link.active {
  color: #161c2d;
}

.nav-tabs.nav-tabs-black.tabs-clean .nav-link.active {
  border-bottom-color: #161c2d;
}

.nav-tabs.nav-tabs-black.tabs-bordered .nav-link.active {
  border-top-color: #161c2d !important;
}

.nav-tabs.nav-tabs-black.nav-outlined .nav-link {
  border-color: #161c2d;
  color: #161c2d;
}

.nav-tabs.nav-tabs-black.nav-outlined .nav-link.active {
  background-color: #161c2d;
  color: #ffffff;
}

.nav-tabs.nav-tabs-black.nav-outlined .nav-link:last-child {
  border-right-color: #161c2d;
}

/* Wizard styles ~~~~~~~~~~~~~~~~~~~~~~~ */
.sw-theme-circles > ul.step-anchor > li:before, .sw-theme-circles > ul.step-anchor > li:last-of-type:after {
  content: "";
  position: absolute;
  height: 3px;
  top: 50%;
  background-color: #d9e2ef;
  width: 50%;
}

.wizard.sw-main .step-content {
  background-color: transparent;
}

.wizard.sw-main .sw-toolbar {
  background: transparent;
}

.wizard.sw-main > ul.step-anchor {
  background: transparent;
}

.wizard.sw-main .nav-tabs .nav-link {
  letter-spacing: 1px;
  padding: 0.5rem 1rem !important;
}

.wizard.sw-main .nav-tabs .nav-link i {
  font-size: 1rem;
}

.sw-theme-circles > ul.step-anchor:before {
  content: none;
}

.sw-theme-circles > ul.step-anchor > li {
  margin-top: 60px;
  margin-left: 0;
  padding-left: 40px;
  position: relative;
}

.sw-theme-circles > ul.step-anchor > li > a {
  position: relative;
  border: none;
  background: #d9e2ef;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sw-theme-circles > ul.step-anchor > li > a:hover {
  background: #c7d4e7;
}

.sw-theme-circles > ul.step-anchor > li > a > small, .sw-theme-circles > ul.step-anchor > li > a > .small,
.sw-theme-circles > ul.step-anchor > li > a > .small,
.sw-theme-circles > ul.step-anchor > li > a > .desc {
  position: absolute;
  bottom: -1.75rem;
  color: #ccc;
}

.sw-theme-circles > ul.step-anchor > li:before {
  left: 0;
}

.sw-theme-circles > ul.step-anchor > li:last-of-type {
  padding-right: 40px;
}

.sw-theme-circles > ul.step-anchor > li:last-of-type:after {
  right: 0;
}

.sw-theme-circles > ul.step-anchor > li.clickable > a:hover {
  color: #5533ff !important;
}

.sw-theme-circles > ul.step-anchor > li.active:before, .sw-theme-circles > ul.step-anchor > li.active:last-of-type:after, .sw-theme-circles > ul.step-anchor > li.done:before, .sw-theme-circles > ul.step-anchor > li.done:last-of-type:after {
  background-color: #5533ff;
}

.sw-theme-circles > ul.step-anchor > li.active > a {
  color: #fff;
  background: #5533ff;
}

.sw-theme-circles > ul.step-anchor > li.active > a > small, .sw-theme-circles > ul.step-anchor > li.active > a > .small,
.sw-theme-circles > ul.step-anchor > li.active > a > .small,
.sw-theme-circles > ul.step-anchor > li.active > a > .desc {
  color: #5533ff;
}

.sw-theme-circles > ul.step-anchor > li.done > a {
  -webkit-box-shadow: 0 0 0 2px #5533ff !important;
          box-shadow: 0 0 0 2px #5533ff !important;
  color: #00a0e0;
  background: #fff;
}

.sw-theme-circles > ul.step-anchor > li.done > a > small, .sw-theme-circles > ul.step-anchor > li.done > a > .small,
.sw-theme-circles > ul.step-anchor > li.done > a > .small,
.sw-theme-circles > ul.step-anchor > li.done > a > .desc {
  color: #00a0e0;
}

.sw-theme-circles > ul.step-anchor > li.danger > a {
  -webkit-box-shadow: 0 0 0 2px #c1002b !important;
          box-shadow: 0 0 0 2px #c1002b !important;
  color: #fff;
  background: #c1002b;
}

.sw-theme-circles > ul.step-anchor > li.danger > a > small, .sw-theme-circles > ul.step-anchor > li.danger > a > .small,
.sw-theme-circles > ul.step-anchor > li.danger > a > .small,
.sw-theme-circles > ul.step-anchor > li.danger > a > .desc {
  color: #c1002b;
}

.sw-theme-circles > ul.step-anchor > li.disabled > a {
  color: #eee !important;
}

.sw-theme-circles > ul.step-anchor > li.disabled > a:hover {
  color: #eee !important;
}

@media (min-width: 768px) {
  .sw-theme-circles > ul.step-anchor > li {
    margin-top: 0;
  }
}

/* ==========================================================================
    [6. ANIMATIONS]
========================================================================== */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bubble-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-460px);
            transform: translateY(-460px);
  }
}

@keyframes bubble-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-460px);
            transform: translateY(-460px);
  }
}

@-webkit-keyframes bubble-left-v {
  0% {
    margin-bottom: 0;
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    margin-bottom: 460px;
    opacity: 1;
    left: 0;
  }
}

@keyframes bubble-left-v {
  0% {
    margin-bottom: 0;
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    margin-bottom: 460px;
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes shake-v {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes shake-v {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50px;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}

@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg) translate(-165px) rotate(0deg);
            transform: rotate(0deg) translate(-165px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
            transform: rotate(360deg) translate(-165px) rotate(-360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg) translate(-165px) rotate(0deg);
            transform: rotate(0deg) translate(-165px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
            transform: rotate(360deg) translate(-165px) rotate(-360deg);
  }
}

@-webkit-keyframes anti-clockwise {
  0% {
    -webkit-transform: rotate(0deg) translate(165px) rotate(0deg);
            transform: rotate(0deg) translate(165px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
            transform: rotate(-360deg) translate(165px) rotate(360deg);
  }
}

@keyframes anti-clockwise {
  0% {
    -webkit-transform: rotate(0deg) translate(165px) rotate(0deg);
            transform: rotate(0deg) translate(165px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
            transform: rotate(-360deg) translate(165px) rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotating-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating-diagonal {
  0% {
    -webkit-transform: translate(-300px, 150px) rotate(0deg);
            transform: translate(-300px, 150px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(300px, -150px) rotate(180deg);
            transform: translate(300px, -150px) rotate(180deg);
  }
}

@keyframes rotating-diagonal {
  0% {
    -webkit-transform: translate(-300px, 150px) rotate(0deg);
            transform: translate(-300px, 150px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(300px, -150px) rotate(180deg);
            transform: translate(300px, -150px) rotate(180deg);
  }
}

.animation {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.animation--clockwise {
  -webkit-animation: clockwise 30s linear infinite normal;
          animation: clockwise 30s linear infinite normal;
}

.animation--anti-clockwise {
  -webkit-animation: anti-clockwise 30s linear infinite normal;
          animation: anti-clockwise 30s linear infinite normal;
}

.animation--rotating {
  -webkit-animation: rotating 15s linear infinite normal;
          animation: rotating 15s linear infinite normal;
}

.animation--rotating-diagonal {
  -webkit-animation: rotating-diagonal 15s linear infinite alternate;
          animation: rotating-diagonal 15s linear infinite alternate;
}

.animation--rotating-clockwise {
  -webkit-animation: rotating-clockwise 15s linear infinite normal;
          animation: rotating-clockwise 15s linear infinite normal;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
}

/* ==========================================================================
    [4. FORMS]
========================================================================== */
.input-group-register {
  position: relative;
}

.input-group-register label {
  position: absolute;
  bottom: -4px;
  margin-bottom: 0;
}

.input-group-register .btn {
  border-radius: 0.25rem;
  margin: 0;
  height: 60px;
  right: 5px;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-group-register .form-control {
  width: 100%;
  position: relative;
  border-radius: 0.25rem;
  height: 70px;
  line-height: 70px;
  padding: 0 180px 0 30px;
  border: none;
}

/* ==========================================================================
    [3. NAVIGATION]
========================================================================== */
/* 3.1 Navigation base styles ======================================================= */
main {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.navigation {
  background-color: #ffffff;
  min-height: 90px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 575.98px) {
  .navigation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation .dropdown-item:before {
    content: "";
    background-color: #506690;
    padding: 3px;
    left: 0;
    border-radius: 50%;
    opacity: 0.5;
  }
  .navigation .dropdown-item:before {
    position: absolute;
    top: 12px;
  }
  .navigation .dropdown-heading {
    padding-left: 0 !important;
  }
}

.navigation .navbar-toggler {
  -ms-flex-item-align: center;
      align-self: center;
}

.navigation .navbar-toggler .icon-bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #5533ff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  width: 30px;
  height: 2px;
}

.navigation .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .navigation .navbar-toggler .icon-bar:hover {
    background-color: #d9e2ef;
  }
}

.navigation .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation .dropdown-heading {
  margin: 0;
  padding: 0.5rem 1rem;
  font-weight: 700;
  position: relative;
}

.navigation.fixed-top .navbar-collapse {
  height: 100vh;
}

.navigation.navbar-expanded.sidebar-left .collapse {
  left: 0;
}

.navigation.navbar-expanded.sidebar-left .navbar-toggler,
.navigation.navbar-expanded.sidebar-left .navbar-brand,
.navigation.navbar-expanded.sidebar-left main {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.navigation.navbar-expanded.sidebar-right .collapse {
  right: 0;
}

.navigation.navbar-expanded.sidebar-right .navbar-toggler,
.navigation.navbar-expanded.sidebar-right .navbar-brand,
.navigation.navbar-expanded.sidebar-right main {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.navigation.navbar-expanded .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.navigation.navbar-expanded .icon-bar:nth-child(2) {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}

.navigation.navbar-expanded .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(225deg);
          transform: translateY(-15px) rotate(225deg);
}

.navigation.sidebar-left .collapse {
  left: -250px;
  border-right: 1px solid #d9e2ef;
}

.navigation.sidebar-right .collapse {
  right: -250px;
  border-left: 1px solid #d9e2ef;
}

.navigation.sidebar-right .navbar-toggler {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.navigation.sidebar-right .navbar-brand {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.navigation .collapse {
  -webkit-transition: left 0.4s ease 0s;
  transition: left 0.4s ease 0s;
  background-color: #ffffff;
  width: 250px;
  position: fixed;
  margin: 0;
  top: 0;
  bottom: 0;
  display: block;
}

@media (max-width: 575.98px) {
  .navigation .collapse {
    overflow-y: auto;
  }
}

.navigation .logo {
  max-height: 60px;
}

.navigation .dropdown-menu {
  font-size: 0.875rem;
  padding: 1rem 0;
  border: none;
}

.navigation .dropdown-menu .dropdown-item {
  color: #788195;
  position: relative;
}

.navigation .dropdown-menu .dropdown-item.disabled {
  opacity: 0.4;
}

.navigation .sidebar-brand {
  padding: 1rem;
}

.navigation .nav-link {
  color: #5533ff;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
 opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
 opacity 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 1rem;
}

.navigation .nav-link i {
  display: inline-block;
  margin-right: 15px;
}

.navigation .nav-link.active, .navigation .nav-link:hover {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .navigation .nav-link.active, .navigation .nav-link:hover {
    background: #5533ff;
  }
}

.navigation.navbar-sticky {
  position: fixed !important;
  background-color: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
  min-height: 90px;
  z-index: 1030;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.navigation.navbar-sticky .logo {
  display: none;
}

.navigation.navbar-sticky .logo.logo-sticky {
  display: inline-block !important;
}

.navigation.navbar-sticky .logo.logo-sticky + .logo {
  display: none !important;
}

.navigation .btn-outline, .navigation.navbar-sticky .btn-outline {
  color: #5533ff;
  border-color: #5533ff;
}

.navigation .btn-outline:hover, .navigation.navbar-sticky .btn-outline:hover {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.btn-check:focus + .navigation .btn-outline, .navigation .btn-outline:focus, .btn-check:focus + .navigation.navbar-sticky .btn-outline, .navigation.navbar-sticky .btn-outline:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
}

.btn-check:checked + .navigation .btn-outline,
.btn-check:active + .navigation .btn-outline, .navigation .btn-outline:active, .navigation .btn-outline.active, .navigation .btn-outline.dropdown-toggle.show, .btn-check:checked + .navigation.navbar-sticky .btn-outline,
.btn-check:active + .navigation.navbar-sticky .btn-outline, .navigation.navbar-sticky .btn-outline:active, .navigation.navbar-sticky .btn-outline.active, .navigation.navbar-sticky .btn-outline.dropdown-toggle.show {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.btn-check:checked + .navigation .btn-outline:focus,
.btn-check:active + .navigation .btn-outline:focus, .navigation .btn-outline:active:focus, .navigation .btn-outline.active:focus, .navigation .btn-outline.dropdown-toggle.show:focus, .btn-check:checked + .navigation.navbar-sticky .btn-outline:focus,
.btn-check:active + .navigation.navbar-sticky .btn-outline:focus, .navigation.navbar-sticky .btn-outline:active:focus, .navigation.navbar-sticky .btn-outline.active:focus, .navigation.navbar-sticky .btn-outline.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
}

.navigation .btn-outline:disabled, .navigation .btn-outline.disabled, .navigation.navbar-sticky .btn-outline:disabled, .navigation.navbar-sticky .btn-outline.disabled {
  color: #5533ff;
  background-color: transparent;
}

.navigation .btn-outline:hover, .navigation.navbar-sticky .btn-outline:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
}

.navigation .btn-solid, .navigation.navbar-sticky .btn-solid {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.navigation .btn-solid:hover, .navigation.navbar-sticky .btn-solid:hover {
  color: #ffffff;
  background-color: #482bd9;
  border-color: #4429cc;
}

.btn-check:focus + .navigation .btn-solid, .navigation .btn-solid:focus, .btn-check:focus + .navigation.navbar-sticky .btn-solid, .navigation.navbar-sticky .btn-solid:focus {
  color: #ffffff;
  background-color: #482bd9;
  border-color: #4429cc;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
}

.btn-check:checked + .navigation .btn-solid,
.btn-check:active + .navigation .btn-solid, .navigation .btn-solid:active, .navigation .btn-solid.active,
.show > .navigation .btn-solid.dropdown-toggle, .btn-check:checked + .navigation.navbar-sticky .btn-solid,
.btn-check:active + .navigation.navbar-sticky .btn-solid, .navigation.navbar-sticky .btn-solid:active, .navigation.navbar-sticky .btn-solid.active,
.show > .navigation.navbar-sticky .btn-solid.dropdown-toggle {
  color: #ffffff;
  background-color: #4429cc;
  border-color: #4026bf;
}

.btn-check:checked + .navigation .btn-solid:focus,
.btn-check:active + .navigation .btn-solid:focus, .navigation .btn-solid:active:focus, .navigation .btn-solid.active:focus,
.show > .navigation .btn-solid.dropdown-toggle:focus, .btn-check:checked + .navigation.navbar-sticky .btn-solid:focus,
.btn-check:active + .navigation.navbar-sticky .btn-solid:focus, .navigation.navbar-sticky .btn-solid:active:focus, .navigation.navbar-sticky .btn-solid.active:focus,
.show > .navigation.navbar-sticky .btn-solid.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
}

.navigation .btn-solid:disabled, .navigation .btn-solid.disabled, .navigation.navbar-sticky .btn-solid:disabled, .navigation.navbar-sticky .btn-solid.disabled {
  color: #ffffff;
  background-color: #5533ff;
  border-color: #5533ff;
}

.navigation .btn-solid:hover, .navigation.navbar-sticky .btn-solid:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
          box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
}

@media (min-width: 768px) {
  .navigation {
    background-color: #ffffff;
    padding: 0;
  }
  .navigation:not(.fixed-top) {
    position: static;
    top: -90px;
  }
  .navigation.fixed-top {
    background-color: transparent;
  }
  .navigation.fixed-top .navbar-collapse {
    height: auto;
  }
  .navigation.fixed-top .nav-link {
    color: #ffffff;
  }
  .navigation.fixed-top .nav-link.active, .navigation.fixed-top .nav-link:hover {
    color: #f1f4f8;
  }
  .navigation.navbar-sticky {
    background-color: #ffffff;
    top: 0;
  }
  .navigation.navbar-sticky .nav-link {
    color: #6d768b;
  }
  .navigation.navbar-sticky .nav-link.active, .navigation.navbar-sticky .nav-link:hover {
    color: #5533ff;
  }
  .navigation.navbar-expanded .navbar-toggler,
  .navigation.navbar-expanded .navbar-brand,
  .navigation.navbar-expanded main {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .navigation.sidebar-left .collapse {
    left: 0;
    border-right: none;
  }
  .navigation.sidebar-right .collapse {
    right: 0;
    border-left: none;
  }
  .navigation.sidebar-right .navbar-brand {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .navigation.dark-link .nav-link {
    color: #002b48;
    opacity: 0.7;
  }
  .navigation.dark-link .nav-link.active, .navigation.dark-link .nav-link:hover {
    opacity: 1;
    color: black;
  }
  .navigation.dark-link .btn-outline {
    color: #5533ff;
    border-color: #5533ff;
  }
  .navigation.dark-link .btn-outline:hover {
    color: #ffffff;
    background-color: #5533ff;
    border-color: #5533ff;
  }
  .btn-check:focus + .navigation.dark-link .btn-outline, .navigation.dark-link .btn-outline:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
  }
  .btn-check:checked + .navigation.dark-link .btn-outline,
  .btn-check:active + .navigation.dark-link .btn-outline, .navigation.dark-link .btn-outline:active, .navigation.dark-link .btn-outline.active, .navigation.dark-link .btn-outline.dropdown-toggle.show {
    color: #ffffff;
    background-color: #5533ff;
    border-color: #5533ff;
  }
  .btn-check:checked + .navigation.dark-link .btn-outline:focus,
  .btn-check:active + .navigation.dark-link .btn-outline:focus, .navigation.dark-link .btn-outline:active:focus, .navigation.dark-link .btn-outline.active:focus, .navigation.dark-link .btn-outline.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
  }
  .navigation.dark-link .btn-outline:disabled, .navigation.dark-link .btn-outline.disabled {
    color: #5533ff;
    background-color: transparent;
  }
  .navigation.dark-link .btn-solid {
    color: #ffffff;
    background-color: #5533ff;
    border-color: #5533ff;
  }
  .navigation.dark-link .btn-solid:hover {
    color: #ffffff;
    background-color: #482bd9;
    border-color: #4429cc;
  }
  .btn-check:focus + .navigation.dark-link .btn-solid, .navigation.dark-link .btn-solid:focus {
    color: #ffffff;
    background-color: #482bd9;
    border-color: #4429cc;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
  }
  .btn-check:checked + .navigation.dark-link .btn-solid,
  .btn-check:active + .navigation.dark-link .btn-solid, .navigation.dark-link .btn-solid:active, .navigation.dark-link .btn-solid.active,
  .show > .navigation.dark-link .btn-solid.dropdown-toggle {
    color: #ffffff;
    background-color: #4429cc;
    border-color: #4026bf;
  }
  .btn-check:checked + .navigation.dark-link .btn-solid:focus,
  .btn-check:active + .navigation.dark-link .btn-solid:focus, .navigation.dark-link .btn-solid:active:focus, .navigation.dark-link .btn-solid.active:focus,
  .show > .navigation.dark-link .btn-solid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
  }
  .navigation.dark-link .btn-solid:disabled, .navigation.dark-link .btn-solid.disabled {
    color: #ffffff;
    background-color: #5533ff;
    border-color: #5533ff;
  }
  .navigation .collapse {
    position: relative;
    width: auto;
    background: transparent;
  }
  .navigation .nav-link {
    color: #6d768b;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .navigation .nav-link i {
    display: none;
  }
  .navigation .nav-link.active, .navigation .nav-link:hover {
    color: #4f586c;
  }
  .navigation .dropdown.show .dropdown-toggle {
    color: #abbcd5;
  }
  .navigation .sidebar-brand {
    display: none;
  }
  .navigation .btn-outline {
    color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
  }
  .navigation .btn-outline:hover {
    color: #161c2d;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .btn-check:focus + .navigation .btn-outline, .navigation .btn-outline:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  }
  .btn-check:checked + .navigation .btn-outline,
  .btn-check:active + .navigation .btn-outline, .navigation .btn-outline:active, .navigation .btn-outline.active, .navigation .btn-outline.dropdown-toggle.show {
    color: #161c2d;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .btn-check:checked + .navigation .btn-outline:focus,
  .btn-check:active + .navigation .btn-outline:focus, .navigation .btn-outline:active:focus, .navigation .btn-outline.active:focus, .navigation .btn-outline.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  }
  .navigation .btn-outline:disabled, .navigation .btn-outline.disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .navigation .btn-solid {
    color: #161c2d;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .navigation .btn-solid:hover {
    color: #161c2d;
    background-color: white;
    border-color: white;
  }
  .btn-check:focus + .navigation .btn-solid, .navigation .btn-solid:focus {
    color: #161c2d;
    background-color: white;
    border-color: white;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
  }
  .btn-check:checked + .navigation .btn-solid,
  .btn-check:active + .navigation .btn-solid, .navigation .btn-solid:active, .navigation .btn-solid.active,
  .show > .navigation .btn-solid.dropdown-toggle {
    color: #161c2d;
    background-color: white;
    border-color: white;
  }
  .btn-check:checked + .navigation .btn-solid:focus,
  .btn-check:active + .navigation .btn-solid:focus, .navigation .btn-solid:active:focus, .navigation .btn-solid.active:focus,
  .show > .navigation .btn-solid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(220, 221, 224, 0.5);
  }
  .navigation .btn-solid:disabled, .navigation .btn-solid.disabled {
    color: #161c2d;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .navigation .dropdown-menu {
    margin-top: -10px;
    border: 1px solid #d9e2ef;
    min-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  }
  .navigation.navbar-sticky .dropdown-menu {
    margin-top: -3px;
  }
}

.nav-pills-light .nav-link {
  opacity: 0.7;
  color: #40495d;
  border: 1px solid transparent;
}

.nav-pills-light .nav-link:hover, .nav-pills-light .nav-link.active {
  opacity: 1;
}

.nav-pills-light .nav-link.active {
  background-color: #ffffff;
  color: #40495d;
  -webkit-box-shadow: 0 0 64px rgba(183, 192, 215, 0.5);
          box-shadow: 0 0 64px rgba(183, 192, 215, 0.5);
  border: 1px solid #d9e2ef;
}

.nav-pills-outline .nav-link {
  border-radius: 0;
  padding: 0.5rem;
  position: relative;
}

.nav-pills-outline .nav-link:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  content: "";
  height: 2px;
  background-color: #5533ff;
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
}

.nav-pills-outline .nav-link.active {
  background-color: #ffffff;
  color: #5533ff;
}

.nav-pills-outline .nav-link.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-pills:not(.nav-pills-light) .nav-link.active h6, .nav-pills:not(.nav-pills-light) .nav-link.active .h6 {
  color: #ffffff;
}

.st-nav {
  z-index: 500;
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.st-nav ul {
  padding: 0;
  margin: 0;
}

.st-nav li {
  list-style: none;
}

.st-nav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #3f179a;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.st-nav a:hover {
  color: #3f179a;
}

.st-nav .st-nav-menu {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .st-nav .st-nav-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.st-nav .st-nav-section.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.st-nav .st-nav-section.st-nav-primary, .st-nav .st-nav-section.st-nav-secondary {
  display: none;
}

.st-nav .st-nav-section.st-nav-primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.st-nav .st-nav-section.st-nav-primary.stick-right {
  margin-left: auto;
}

.st-nav .st-nav-section.st-nav-primary.stick-right + .st-nav-secondary {
  margin-left: 1rem;
}

.st-nav .st-nav-section.st-nav-secondary {
  margin-left: auto;
}

.st-nav .st-nav-section.st-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.st-nav .dropdown-item {
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}

.st-nav .dropdown-item:hover {
  background-color: transparent;
}

.st-nav .st-root-link {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.st-nav .st-nav-section.logo .st-root-link {
  padding-left: 20px !important;
}

.st-nav .st-nav-section.st-nav-secondary .st-root-link:last-child {
  padding-right: 20px !important;
}

.st-nav .st-nav-section.st-nav-primary .st-root-link {
  font-weight: 400;
}

.st-nav .st-has-dropdown:not([href]) {
  cursor: default;
}

.st-nav .st-dropdown-root {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 70px;
  pointer-events: none;
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
          transform-origin: 50% -50px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: none;
}

.st-nav.dropdown-active .st-dropdown-root {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}

.st-nav .st-dropdown-bg {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 520px;
  height: 400px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.st-nav .st-alt-bg,
.st-nav .st-dropdown-bg {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.st-nav .st-alt-bg {
  right: 0;
  height: 1000px;
  background: #f1f4f8;
}

.st-nav .st-dropdown-arrow {
  top: -6px;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 4px 0 0 0;
  background: #ffffff;
  -webkit-box-shadow: -3px -3px 5px rgba(80, 102, 144, 0.04);
          box-shadow: -3px -3px 5px rgba(80, 102, 144, 0.04);
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.st-nav .st-dropdown-container {
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  overflow: hidden;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
}

.st-nav .st-dropdown-section {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  background: #ffffff;
}

.st-nav .st-dropdown-section.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.st-nav .st-dropdown-section.left {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

.st-nav .st-dropdown-section.right {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

.st-nav.dropdown-active .st-dropdown-section.active {
  pointer-events: auto;
}

.st-nav.no-dropdown-transition .st-alt-bg,
.st-nav.no-dropdown-transition .st-dropdown-arrow,
.st-nav.no-dropdown-transition .st-dropdown-bg,
.st-nav.no-dropdown-transition .st-dropdown-container,
.st-nav.no-dropdown-transition .st-dropdown-section {
  -webkit-transition: none;
  transition: none;
}

.st-nav .st-dropdown-content {
  position: absolute;
}

.st-nav .st-dropdown-content-group {
  padding: 20px 35px;
}

.st-nav .st-dropdown-content-group .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

.st-nav .st-dropdown-content-group h4, .st-nav .st-dropdown-content-group .h4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.025em;
  margin: 0 0 0.5rem;
  color: #869ab8;
}

.st-nav .link-title {
  margin: 0 0 0.5rem;
  color: #2b354f;
  font-size: 1rem;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.st-nav .st-nav-section.st-nav-mobile .st-root-link {
  cursor: pointer;
  position: relative;
}

.st-nav .st-nav-section.st-nav-mobile .st-root-link .icon-bar {
  background-color: #3f179a;
}

.st-nav .st-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.st-nav .st-popup-container {
  background: #ffffff;
  -webkit-box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-size: 17px;
  line-height: 40px;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: rotate3d(1, 1, 0, -15deg);
          transform: rotate3d(1, 1, 0, -15deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.st-nav .st-nav-section.st-nav-mobile.st-popup-active .st-popup-container {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  pointer-events: auto;
}

.st-nav .st-popup a {
  display: block;
}

.st-nav .st-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}

.st-nav .st-popup-close-button:after, .st-nav .st-popup-close-button:before {
  content: "";
  position: absolute;
  background: #3f179a;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.st-nav .st-popup-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .st-nav .st-nav-section.st-nav-primary, .st-nav .st-nav-section.st-nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st-nav .st-nav-section.st-nav-mobile {
    display: none;
  }
  .st-nav .st-dropdown-root {
    display: block;
  }
}

/* ==========================================================================
    [5. FORMS]
========================================================================== */
/* Cookie-Consent Custom CSS */
.cc-theme-custom.cc-window {
  color: #fff;
}

.cc-theme-custom.cc-banner .cc-message {
  width: auto;
  background: #0083dd;
  padding: 20px 76px 20px 16px;
  border-radius: 10px;
  margin-right: -70px;
  margin-left: 10%;
}

.cc-theme-custom .cc-link,
.cc-theme-custom .cc-link:visited {
  color: red;
}

.cc-theme-custom .cc-btn {
  background: #0000ff;
  background: radial-gradient(ellipse at center, #0000ff 0%, #99007c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#99007c',GradientType=1 );
  padding: 58px 0;
  color: red;
  border: 4px dotted red;
  border-radius: 100px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  height: 150px;
  width: 150px;
  padding: 0;
  line-height: 10;
}

.cc-theme-custom .cc-btn:hover {
  background: #99007c;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.credit-card {
  overflow: hidden;
}

.credit-card .shape {
  position: absolute;
  z-index: 1;
}

.credit-card .card-body {
  z-index: 1;
}

.credit-card .safe-digit {
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 50%;
  background-color: #abbcd5;
  margin-right: 3px;
}

.credit-card .safe-digit:last-child {
  margin-right: 0;
}

.credit-card-st1 .shape-1 {
  left: 25%;
  top: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.credit-card-st1 .shape-1 div {
  opacity: 0.4;
  height: 250px;
  width: 350px;
  background: #d9e2ef;
  border-radius: 50%;
}

.credit-card-st1 .shape-2 {
  left: 15%;
  top: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.credit-card-st1 .shape-2 div {
  opacity: 0.3;
  width: 250px;
  height: 250px;
  background: #d9e2ef;
  border-radius: 50%;
  margin: 0;
}

.credit-card-st2 .shape-1 {
  right: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}

.credit-card-st2 .shape-1 div {
  opacity: 0.7;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #f1f4f8;
  position: relative;
  top: -50px;
}

.credit-card-st2 .shape-1 div:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -50px;
  top: 50px;
  border: 50px solid transparent;
  border-top-color: #f1f4f8;
}

.credit-card-st2 .shape-2 {
  right: 0;
  top: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.credit-card-st2 .shape-2 div {
  opacity: 0.5;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-bottom-color: #f1f4f8;
  position: relative;
  top: -60px;
}

.credit-card-st2 .shape-2 div:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -60px;
  top: 60px;
  border: 60px solid transparent;
  border-top-color: #f1f4f8;
}

.credit-card-st3 .shape-1 {
  left: 0;
  right: 0;
  height: 50%;
  top: 50%;
  background-color: #f1f4f8;
  opacity: 0.6;
}

.credit-card-st3 .shape-2 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.credit-card-st3 .shape-2 div {
  width: 250px;
  height: 250px;
  border: 2px solid #d9e2ef;
  border-radius: 50%;
}

/* 5.3 Icons ======================================================= */
.icon-shape {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /**
  .shape,
  .shape-lg {
    max-width: $font-size-large;
  }

  .shape-xl {
    max-width: $font-size-extra-large;
  }

  .shape-xxl {
    max-width: $font-size-xx-large;
  } **/
}

.icon-shape .icon {
  margin: 0;
}

.list-icon {
  list-style-type: none;
}

.list-icon li > * {
  display: table-cell;
}

.list-icon li i {
  padding-right: 15px;
}

.icon-block {
  padding: 15px;
  margin-bottom: 15px;
}

.icon-block p {
  margin-top: 10px;
}

.icon-anime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 90px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.icon-anime .icon {
  margin: 0;
}

.icon-anime .shape {
  width: 50%;
  height: 100%;
  z-index: -1;
  padding: 1.5rem 0;
  margin-left: -25%;
}

.icon-anime .shape.circle {
  border-radius: 50%;
}

.icon-anime .shape.outlined {
  border-style: solid;
}

@media (min-width: 768px) {
  .icon-anime {
    margin-right: 0;
    margin-left: 0;
  }
}

.shapes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background-shape-main {
  background-color: #5533ff;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 120px;
  z-index: -1;
}

.transparentize {
  opacity: 0.035;
}

/* 5.2 Mockups ======================================================= */
.mockup-wrapper {
  position: relative;
}

.mockup {
  position: relative;
  margin: 0 auto;
  max-width: 255px;
}

.mockup img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cutout {
  position: relative;
}

.cutout.bottom-right {
  position: relative;
}

.cutout.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,30 100,30 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.cutout.bottom-left {
  position: relative;
}

.cutout.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,30 100,30 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.cutout.x2.bottom-right {
  position: relative;
}

.cutout.x2.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 60' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,60 100,60 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.cutout.x2.bottom-left {
  position: relative;
}

.cutout.x2.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 60' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,60 100,60 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

/* ==========================================================================
    [9. CUSTOM]
========================================================================== */
p {
  margin: 1rem 0;
}

.logo {
  max-width: 180px;
}

hr[class*="bg"] {
  border-top: 0;
  height: 1px;
}

.nav-process {
  min-height: 60px;
}

/* ==========================================================================
    [6. SECTIONS]
========================================================================== */
.app-safety .shape {
  position: absolute;
}

.app-safety .shape-triangle {
  left: 25%;
  top: 0;
  -webkit-transform: translate(100%, -15%) rotate(65deg);
          transform: translate(100%, -15%) rotate(65deg);
}

.app-safety .shape-triangle div {
  position: relative;
  background-color: #5533ff;
  background: linear-gradient(45deg, #5533ff 0, #5533ff 100%);
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.app-safety .shape-triangle div:before, .app-safety .shape-triangle div:after {
  content: "";
  position: absolute;
  background-color: inherit;
  background: inherit;
}

.app-safety .shape-triangle div, .app-safety .shape-triangle div:before, .app-safety .shape-triangle div:after {
  width: 250px;
  height: 250px;
  border-top-right-radius: 30%;
}

.app-safety .shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.app-safety .shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

@media (min-width: 768px) {
  .app-safety .shape-triangle {
    left: 5%;
  }
}

.app-safety .shape-circle {
  right: 5%;
  top: 65%;
}

.app-safety .shape-circle div {
  width: 100px;
  height: 100px;
  background: #a772ff;
  border-radius: 50%;
  margin: 0;
}

@media (min-width: 768px) {
  .app-safety .shape-circle {
    right: 15%;
    top: 5%;
  }
}

.app-safety .shape-ring {
  left: 0;
  top: 25%;
  -webkit-transform: translate3d(10%, -35%, 0);
          transform: translate3d(10%, -35%, 0);
}

.app-safety .shape-ring div {
  opacity: 0.15;
  width: 660px;
  height: 660px;
  border: 75px solid #f1f4f8;
  border-radius: 50%;
}

.app-safety .shape.pattern-dots {
  bottom: 0;
  left: 25%;
  width: 200px;
  height: 50%;
  background-color: transparent;
  background-image: radial-gradient(#d9e2ef 3px, transparent 3px);
  background-size: 30px 30px;
}

.advanced-automation-solution {
  background: linear-gradient(-135deg, #53f 25%, #05d5ff 100%);
}

.advanced-automation-solution:before {
  content: '';
  position: absolute;
  width: 150%;
  height: 600px;
  left: 50%;
  top: 65%;
  -webkit-transform: translate3d(-50%, 10%, 0);
          transform: translate3d(-50%, 10%, 0);
  background-color: #fff;
  z-index: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 125px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 125px 15px rgba(255, 255, 255, 0.5);
}

@media (min-width: 576px) {
  .advanced-automation-solution:before {
    top: 55%;
  }
}

@media (min-width: 992px) {
  .advanced-automation-solution:before {
    top: 50%;
  }
}

.card-blog .author-picture {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #fff;
  padding: 3px;
}

.blog-single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: auto 315px;
  background-position: center 10rem;
}

.blog-single-header .container {
  margin-top: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-quote {
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 0 4rem;
  position: relative;
}

.blog-quote:before {
  font-size: 3.25rem;
  opacity: 0.2;
  left: 0;
  top: 0;
}

.blog-quote p {
  font-size: 1.75rem;
  line-height: 1.3em;
  font-weight: 300;
}

.blog-post h4, .blog-post .h4 {
  margin-top: 2.5rem;
}

.blog-post p {
  letter-spacing: 0.5px;
  margin: 1.25rem 0;
}

.built-tech .shape {
  position: absolute;
}

.built-tech .shape-circle {
  top: 0;
  left: 0;
}

.built-tech .shape-circle div {
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  width: 400px;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5533ff), to(#8053ff));
  background: linear-gradient(to bottom, #5533ff, #8053ff);
  border-radius: 50%;
  margin: 0;
}

.built-tech .mockup {
  max-width: 100px;
}

.bubbles-wrapper {
  position: relative;
}

.bubbles-wrapper .icon {
  position: absolute;
  will-change: transform,opacity;
  margin: 0;
}

.bubbles-wrapper .bubble {
  -webkit-animation: bubble-animate-v 8s linear infinite;
          animation: bubble-animate-v 8s linear infinite;
}

.extending-core .shape-background.shape-left {
  left: -320px;
  -webkit-box-shadow: 0 0 60px 0 rgba(80, 102, 144, 0.05);
          box-shadow: 0 0 60px 0 rgba(80, 102, 144, 0.05);
  max-width: 100%;
}

.extending-core .icons-wrapper {
  min-height: 460px;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .extending-core .icons-wrapper {
    margin-top: 0;
  }
}

.extending-core .floating:nth-child(1) {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}

.extending-core .floating:nth-child(2) {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}

.extending-core .floating:nth-child(3) {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}

.extending-core .floating:nth-child(4) {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}

.extending-core .floating:nth-child(5) {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
}

.extending-core .floating:nth-child(6) {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}

.extending-core .floating:nth-child(7) {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.extending-core .floating:nth-child(8) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.extending-core .shape {
  position: absolute;
}

.extending-core .shape-circle {
  bottom: 0;
  right: 0;
}

.extending-core .shape-circle div {
  width: 450px;
  height: 450px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#f9fbfd));
  background: linear-gradient(to bottom, #f1f4f8, #f9fbfd);
  border-radius: 50%;
  margin: 0;
}

.focus-on-success .shape {
  position: absolute;
}

.focus-on-success .shape-triangle {
  left: 5%;
  top: 0;
  -webkit-transform: translate(100%, -15%) rotate(65deg);
          transform: translate(100%, -15%) rotate(65deg);
}

.focus-on-success .shape-triangle div {
  position: relative;
  background-color: #5533ff;
  background: linear-gradient(45deg, #5533ff 0, #5533ff 100%);
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.focus-on-success .shape-triangle div:before, .focus-on-success .shape-triangle div:after {
  content: "";
  position: absolute;
  background-color: inherit;
  background: inherit;
}

.focus-on-success .shape-triangle div, .focus-on-success .shape-triangle div:before, .focus-on-success .shape-triangle div:after {
  width: 250px;
  height: 250px;
  border-top-right-radius: 30%;
}

.focus-on-success .shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.focus-on-success .shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

@media (min-width: 768px) {
  .get-started .floating-box {
    position: absolute;
    top: 75%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    max-width: 592px;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .get-started .floating-box {
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 60%;
    left: 0;
    bottom: 1.5%;
  }
}

@media (min-width: 1200px) {
  .get-started .floating-box {
    width: 50%;
  }
}

.get-started .play-video {
  display: none;
}

@media (min-width: 992px) {
  .get-started .play-video {
    position: absolute;
    height: 10em;
    z-index: 1;
    bottom: 14.5%;
    right: 6.5%;
    width: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.get-started .browser {
  display: none;
}

@media (min-width: 768px) {
  .get-started .browser {
    display: block;
  }
}

@media (min-width: 992px) {
  .get-started .browser {
    width: 80%;
  }
}

.how-it-works .mockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how-it-works .shape {
  position: absolute;
}

.how-it-works .shape-circle {
  width: 50%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#f9fbfd));
  background: linear-gradient(to bottom, #f1f4f8, #f9fbfd);
  border-radius: 50%;
  margin: 0;
}

.how-it-works .shape-ring {
  right: 0;
  top: 50%;
}

.how-it-works .shape-ring div {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  width: 300px;
  height: 300px;
  border: 10px solid #5533ff;
  border-radius: 50%;
}

.how-it-works .img-step {
  max-height: 250px;
}

.latest-projects .project-detail .description {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.latest-projects .project-detail:hover .description {
  opacity: 0.9;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 6.1 General styles ======================================================= */
section,
.section {
  position: relative;
}

section [class^="container"],
.section [class^="container"] {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

section [class^="container"].bring-to-front,
.section [class^="container"].bring-to-front {
  z-index: 9;
}

@media (min-width: 768px) {
  section [class^="container"],
  .section [class^="container"] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

section .container-wide,
.section .container-wide {
  overflow-x: hidden;
}

section .container-wide .row,
.section .container-wide .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

section.shadow,
.section.shadow {
  z-index: 1;
}

.section-heading {
  margin-bottom: 60px;
  position: relative;
}

.section-heading h2, .section-heading .h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2.875rem;
}

.section-heading p {
  font-weight: 300;
}

@media (min-width: 768px) {
  .partners img {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .partners img:hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.centered-screen {
  position: relative;
}

.centered-screen .screen-highlight {
  bottom: 45px;
}

.centered-screen .message {
  bottom: 130px;
  z-index: 1;
}

.off-left-background {
  background-position: 20px 20px;
  background-size: 60px;
}

@media (min-width: 768px) {
  .off-left-background {
    background-position: -60px 20px;
    background-size: contain;
  }
  .off-left-background:hover {
    background-position: -30px 0px;
  }
}

@media (min-width: 768px) {
  .send-and-receive .off-left-background {
    background-position: -30px 20px;
  }
  .send-and-receive .off-left-background:hover {
    background-position: -10px 0px;
  }
}

.lift-hover {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.lift-hover:hover {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.shape-testimonials .shapes-container {
  z-index: 1;
}

.shape-testimonials .shape {
  position: absolute;
}

.shape-testimonials .shape-triangle {
  left: 0;
  top: 0;
  -webkit-transform: translate(25%, 200%) rotate(90deg);
          transform: translate(25%, 200%) rotate(90deg);
}

.shape-testimonials .shape-triangle div {
  position: relative;
  background-color: #5533ff;
  background: linear-gradient(45deg, #5533ff 0, #5533ff 100%);
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.shape-testimonials .shape-triangle div:before, .shape-testimonials .shape-triangle div:after {
  content: "";
  position: absolute;
  background-color: inherit;
  background: inherit;
}

.shape-testimonials .shape-triangle div, .shape-testimonials .shape-triangle div:before, .shape-testimonials .shape-triangle div:after {
  width: 200px;
  height: 200px;
  border-top-right-radius: 30%;
}

.shape-testimonials .shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.shape-testimonials .shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

@media (min-width: 768px) {
  .shape-testimonials .shape-triangle {
    -webkit-transform: translate(25%, 25%) rotate(90deg);
            transform: translate(25%, 25%) rotate(90deg);
  }
  .shape-testimonials .shape-triangle div {
    position: relative;
    background-color: #5533ff;
    background: linear-gradient(45deg, #5533ff 0, #5533ff 100%);
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
            transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  }
  .shape-testimonials .shape-triangle div:before, .shape-testimonials .shape-triangle div:after {
    content: "";
    position: absolute;
    background-color: inherit;
    background: inherit;
  }
  .shape-testimonials .shape-triangle div, .shape-testimonials .shape-triangle div:before, .shape-testimonials .shape-triangle div:after {
    width: 480px;
    height: 480px;
    border-top-right-radius: 30%;
  }
  .shape-testimonials .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
            transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  }
  .shape-testimonials .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
            transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  }
}

.user-reviews {
  min-height: 450px;
  position: relative;
}

.user-reviews .user {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.user-reviews .user.active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.user-reviews .user.active img {
  -webkit-box-shadow: 0 0 5px 10px rgba(43, 53, 79, 0.05) !important;
          box-shadow: 0 0 5px 10px rgba(43, 53, 79, 0.05) !important;
  padding: 2px;
}

.features-carousel {
  background-color: #f1f4f8;
}

.features-carousel .swiper-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .features-carousel .swiper-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5rem;
    width: 25%;
    z-index: 2;
    left: 75%;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #f1f4f8), to(rgba(241, 244, 248, 0.1)));
    background: linear-gradient(to left, #f1f4f8 10%, rgba(241, 244, 248, 0.1));
  }
}

.features-carousel .features-nav-next {
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
  z-index: 3;
  cursor: pointer;
  padding-right: 1rem;
}

.features-carousel .features-nav-next .features-nav-icon {
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.features-carousel .features-nav-next:hover {
  color: #00a0e0;
}

.features-carousel .features-nav-next:hover .features-nav-icon {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

/* 6.4 Testimonials ======================================================= */
.singl-testimonial .image-background + .text {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .singl-testimonial .image-background + .text {
    margin-bottom: 0;
  }
}

.singl-testimonial .image-background {
  min-height: 390px;
}

.singl-testimonial .testimonial-img {
  max-width: 70%;
}

.singl-testimonial .testimonial-img.decorated {
  position: relative;
}

.singl-testimonial .testimonial-img.decorated:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #5533ff;
  -webkit-transform: translate3d(-25%, -25%, 0);
          transform: translate3d(-25%, -25%, 0);
  z-index: -1;
  border-radius: 0.25rem;
}

.singl-testimonial .user-review {
  overflow: hidden;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

@media (min-width: 992px) {
  .singl-testimonial .user-review {
    -webkit-transform: translate(-25%, 25%);
            transform: translate(-25%, 25%);
  }
}

.singl-testimonial .user-review blockquote:before {
  -webkit-transform: translate(-70%, 0);
          transform: translate(-70%, 0);
  font-size: 6rem;
  opacity: 0.3;
}

@media (min-width: 992px) {
  .singl-testimonial .user-review blockquote {
    font-size: 1.25rem;
  }
}

.singl-testimonial .user-review .shape-wrapper {
  z-index: -1;
}

.singl-testimonial .user-review .svg-review-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}

.singl-testimonial .user-review .svg-review-bottom.back {
  -webkit-transform: translate(-49%, -1%) scale(1.1);
          transform: translate(-49%, -1%) scale(1.1);
  z-index: 0;
}

.singl-testimonial .user-review .svg-review-bottom.left {
  -webkit-transform: rotate(-45deg) translate(-146%, -143%) scale(1.7);
          transform: rotate(-45deg) translate(-146%, -143%) scale(1.7);
  z-index: -1;
}

.singl-testimonial .reviews-navigation {
  position: absolute;
  top: 90%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin-top: 2rem;
}

.singl-testimonial .reviews-navigation .reviews-nav {
  cursor: pointer;
  background-color: #5533ff;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .singl-testimonial .reviews-navigation .reviews-nav {
    background-color: #f1f4f8;
    color: #6d768b;
  }
  .singl-testimonial .reviews-navigation .reviews-nav:hover {
    background-color: #5533ff;
    color: #ffffff;
  }
}

.singl-testimonial .reviews-navigation .reviews-nav-prev {
  margin-right: 2rem;
}

@media (max-width: 767.98px) {
  .singl-testimonial .reviews-navigation {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .singl-testimonial .reviews-navigation {
    top: 10px;
    right: 13%;
  }
}

.signature {
  max-width: 140px;
}

.trending-design .shape {
  position: absolute;
}

.trending-design .shape-square {
  left: 55%;
  top: 0;
  -webkit-transform: translate(100%, -15%) rotate(65deg);
          transform: translate(100%, -15%) rotate(65deg);
  width: 350px;
  height: 350px;
  border: 30px solid theme-color(primary);
}

.path-success .shape-ring {
  border-radius: 50%;
  height: 920px;
  width: 920px;
  border: 100px solid #f1f4f8;
  max-width: none;
  margin-right: -25%;
}

@media (min-width: 1200px) {
  .path-success .shape-ring {
    margin-right: 0;
  }
}

.lightweight-template .learn-more {
  margin-bottom: 18rem;
}

.perspective-mockups {
  pointer-events: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  margin-left: 85px;
  -webkit-transform: scale(0.5) rotate(12deg) translateX(-50%);
          transform: scale(0.5) rotate(12deg) translateX(-50%);
  -webkit-transform-origin: 0 20%;
          transform-origin: 0 20%;
  z-index: 3;
}

.perspective-mockups > div {
  margin: 0 50px;
}

.perspective-mockups .ipad {
  max-width: 100%;
}

.perspective-mockups.hidden-preload {
  visibility: hidden;
}

.perspective-mockups .phone-big {
  display: none;
}

.perspective-mockups .phone-small {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 225px;
}

.perspective-mockups .tablet.landscape {
  width: 512px;
  margin: 0;
}

.perspective-mockups .tablet.portrait {
  width: 450px;
  margin-top: 0;
}

@media (min-width: 576px) {
  .perspective-mockups {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .lightweight-template .learn-more {
    margin-bottom: 0;
  }
  .perspective-mockups {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 512px;
    top: 215px;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .perspective-mockups.hidden-preload {
    visibility: visible;
  }
  .perspective-mockups .tablet {
    margin: 0 !important;
    max-width: 100%;
  }
  .perspective-mockups .tablet.portrait {
    display: none;
  }
  .perspective-mockups .tablet.landscape {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    width: 512px;
  }
  .perspective-mockups .phone-small {
    margin: 0 0 50px 176px;
  }
}

@media (min-width: 1200px) {
  .perspective-mockups {
    width: 829px;
    margin-left: -10px;
    top: 100px;
  }
  .perspective-mockups > div {
    margin: 0 auto;
  }
  .perspective-mockups .tablet.landscape {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .perspective-mockups .tablet.portrait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin-top: 50px !important;
  }
  .perspective-mockups .phone-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 267px;
  }
  .perspective-mockups .phone-small {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 50px 50px 0 0;
  }
}

/* 6.6 Screenshots ======================================================= */
.screenshots .swiper-container {
  padding: 3.58rem 0 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.screenshots .swiper-container .mobile-device {
  max-width: 240px;
  position: absolute;
  left: 0;
  right: 0;
}

.screenshots .swiper-container .mobile-device .screen {
  width: 212px;
  height: 460px;
}

.screenshots .swiper-container .mobile-device.iphone-x .notch {
  z-index: 2;
}

.screenshots .swiper-container .mobile-device.iphone-x:before, .screenshots .swiper-container .mobile-device.iphone-x:after {
  z-index: 3;
}

.screenshots .swiper-container .swiper-slide {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.screenshots .swiper-container .swiper-slide img {
  border-radius: 13px;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.015);
          box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.015);
}

.screenshots .swiper-container .swiper-slide-prev,
.screenshots .swiper-container .swiper-slide-next {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.85;
}

.screenshots .swiper-container .swiper-slide-active {
  border-radius: 13px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #d9e2ef;
  z-index: 100;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.screenshots .swiper-container > .swiper-pagination-bullets {
  bottom: 4rem;
}

/* 6.3 Footer ======================================================= */
.site-footer {
  font-size: .9em;
}

.site-footer h4, .site-footer .h4 {
  margin-bottom: 15px;
}

.site-footer .logo {
  max-height: 56px;
}

.site-footer .btn-download {
  min-width: 150px;
}

.why-us .shape-wrapper {
  overflow: visible;
}

.why-us .shape-background {
  background-color: #3f179a;
  max-width: 70%;
}

.why-us .shape-background.right {
  -webkit-transform: rotate(45deg) translate(50%, -50%);
          transform: rotate(45deg) translate(50%, -50%);
}

.why-us .shape-background.left {
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
}

.why-icon-list:before {
  content: "";
  width: 1px;
  border: 1px dashed #00a0e0;
  position: absolute;
  bottom: 80px;
  top: 50px;
  left: 50px;
  z-index: -1;
}

.why-icon-list .list-item {
  margin-bottom: 4rem;
}

.why-icon-list .list-item:last-child {
  margin-bottom: 0;
}

.why-people-love-us .bubble {
  z-index: 1;
  position: absolute;
  max-width: 60%;
}

.why-people-love-us .bubble-left {
  top: 18%;
}

.why-people-love-us .bubble-right {
  right: 1.5rem;
  top: 64%;
}

@media (min-width: 768px) {
  .why-people-love-us .bubble {
    max-width: 50%;
  }
  .why-people-love-us .bubble-left {
    top: 21%;
  }
  .why-people-love-us .bubble-right {
    right: 3rem;
  }
}

.why-people-love-us .shape {
  position: absolute;
}

.why-people-love-us .shape-circle-1 {
  left: 7%;
  top: 60%;
}

.why-people-love-us .shape-circle-1 div {
  width: 150px;
  height: 150px;
  background: #fc9e21;
  border-radius: 50%;
  margin: 0;
}

@media (min-width: 768px) {
  .why-people-love-us .shape-circle-1 {
    left: 25%;
    top: 5%;
  }
}

.why-people-love-us .shape-circle-2 {
  left: 60%;
  top: 70%;
}

.why-people-love-us .shape-circle-2 div {
  width: 120px;
  height: 120px;
  background: rgba(252, 158, 33, 0.8);
  border-radius: 50%;
  margin: 0;
}

@media (min-width: 768px) {
  .why-people-love-us .shape-circle-2 {
    left: 22%;
    top: 23%;
  }
}

.why-people-love-us .shape-circle-3 {
  left: 40%;
  top: 78%;
}

.why-people-love-us .shape-circle-3 div {
  width: 120px;
  height: 120px;
  background: #fc9e21;
  border-radius: 50%;
  margin: 0;
}

.why-people-love-us .shape-circle-4 {
  left: 25%;
  top: 70%;
}

.why-people-love-us .shape-circle-4 div {
  width: 50px;
  height: 50px;
  background: #5533ff;
  border-radius: 50%;
  margin: 0;
}

.why-people-love-us .shape-triangle {
  top: 80%;
  right: 0;
}

.why-people-love-us .shape-triangle div {
  position: relative;
  background-color: #5533ff;
  background: linear-gradient(45deg, #5533ff 0, #5533ff 100%);
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}

.why-people-love-us .shape-triangle div:before, .why-people-love-us .shape-triangle div:after {
  content: "";
  position: absolute;
  background-color: inherit;
  background: inherit;
}

.why-people-love-us .shape-triangle div, .why-people-love-us .shape-triangle div:before, .why-people-love-us .shape-triangle div:after {
  width: 95px;
  height: 95px;
  border-top-right-radius: 30%;
}

.why-people-love-us .shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.why-people-love-us .shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.why-people-love-us .shape.pattern-dots-1 {
  bottom: 0;
  left: 20%;
  width: 200px;
  height: 30%;
  background-color: transparent;
  background-image: radial-gradient(#d9e2ef 2px, transparent 2px);
  background-size: 20px 20px;
}

@media (min-width: 768px) {
  .why-people-love-us .shape.pattern-dots-1 {
    bottom: 20%;
    height: 50%;
  }
}

@media (min-width: 768px) {
  .why-choose-us .section-heading {
    margin-bottom: 120px;
  }
}

.why-choose-us .section-heading p.lead {
  width: 70%;
}

.why-choose-us .browser {
  -webkit-transform: translate(40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(7deg);
          transform: translate(40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(7deg);
  width: 380px;
  bottom: 0;
}

@media (min-width: 768px) {
  .why-choose-us .browser {
    bottom: auto;
    width: 780px;
  }
}

.why-choose-us .iphone-x {
  -webkit-transform: translate(-20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
          transform: translate(-20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
}

@media (max-width: 575.98px) {
  .why-choose-us .iphone-x {
    width: 60%;
    margin-right: 0;
    margin-left: 0;
  }
}

.why-choose-us .list-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-choose-us .icon-shape {
  min-width: 80px;
}

.why-choose-us .shapes-container {
  z-index: 2;
}

.why-choose-us .pattern {
  position: absolute;
}

.why-choose-us .pattern-dots {
  bottom: 7rem;
  left: 60%;
  width: 50%;
  height: 155px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background-color: transparent;
  background-image: radial-gradient(#f1f4f8 2px, transparent 2px);
  background-size: 20px 20px;
}

.slider-testimonials .swiper-button-prev {
  top: 100%;
}

@media (min-width: 768px) {
  .slider-testimonials .swiper-button-prev {
    top: 50%;
  }
}

.slider-testimonials .swiper-button-next {
  top: 0;
}

@media (min-width: 768px) {
  .slider-testimonials .swiper-button-next {
    top: 50%;
  }
}

.slider-testimonials [class^="col"] {
  position: relative;
}

.slider-testimonials .image-background {
  max-height: 500px;
}

@media (min-width: 768px) {
  .slider-testimonials .image-background {
    max-height: 580px;
  }
}

@media (min-width: 1200px) {
  .slider-testimonials .image-background {
    max-height: 500px;
  }
}

.slider-testimonials .card-body {
  padding: 4rem 2.5rem;
}

.slider-testimonials .divider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  background-color: #fff;
  height: 150px;
  display: none;
}

@media (min-width: 768px) {
  .slider-testimonials .divider {
    width: 200%;
    display: block;
  }
}

@media (min-width: 992px) {
  .slider-testimonials .divider {
    width: 150%;
  }
}

.anime-background .shape-main {
  position: absolute !important;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.anime-background .shape-main.left {
  -webkit-transform: skew(0deg, 2deg);
          transform: skew(0deg, 2deg);
  background-image: linear-gradient(45deg, #d9e2ef 0, #f1f4f8 35%, #f9fbfd 100%);
}

.anime-background .shape-main.right {
  -webkit-transform: skew(0deg, -2deg);
          transform: skew(0deg, -2deg);
  background-image: linear-gradient(-45deg, #d9e2ef 0, #f1f4f8 35%, #f9fbfd 100%);
}

@media (min-width: 768px) {
  .anime-background .shape-main {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .anime-background [class^="container"] {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.with-promo .shape {
  position: absolute;
}

.with-promo .mockup {
  max-width: 285px;
}

.with-promo .promo-box {
  border: none;
  z-index: 2;
}

.with-promo .promo-box .circle-icon {
  position: absolute;
}

.with-promo .promo-box.bottom-left {
  left: 0;
  bottom: 0;
}

.with-promo .promo-box.bottom-left + .shapes-container .shape.pattern {
  z-index: 0;
}

.with-promo .promo-box.bottom-left + .shapes-container .shape.pattern-dots {
  top: 0;
  right: 0;
  width: 200px;
  height: 70%;
  -webkit-transform: translate(50%, -30%);
          transform: translate(50%, -30%);
  background-color: transparent;
  background-image: radial-gradient(#d9e2ef 2px, transparent 2px);
  background-size: 15px 15px;
}

.with-promo .promo-box.bottom-left .circle-icon {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.with-promo .promo-box.top-right {
  bottom: 0;
  right: 0;
}

.with-promo .promo-box.top-right + .shapes-container .shape.pattern {
  z-index: 0;
}

.with-promo .promo-box.top-right + .shapes-container .shape.pattern-dots {
  top: 0;
  left: 0;
  width: 200px;
  height: 70%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  background-color: transparent;
  background-image: radial-gradient(#d9e2ef 2px, transparent 2px);
  background-size: 15px 15px;
}

.with-promo .promo-box.top-right .circle-icon {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.with-promo .promo-box p {
  margin: 0;
}

@media (min-width: 768px) {
  .with-promo .promo-box {
    position: absolute;
  }
  .with-promo .promo-box.bottom-left {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .with-promo .promo-box.top-right {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}

.with-promo .shapes-container {
  z-index: -1;
}

.wallet {
  max-width: 330px;
  margin: 0 auto;
  position: relative;
}

.wallet,
.wallet .card {
  border: 0;
  border-radius: 1rem;
}

.wallet .card-details {
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}

.wallet .btn-place-order {
  border-radius: 0 0 1rem 1rem;
}

.smart-wallet .shape {
  position: absolute;
  z-index: 1;
}

.smart-wallet .shape.pattern {
  z-index: 0;
}

.smart-wallet .shape.pattern-dots {
  bottom: 20rem;
  right: 30%;
  width: 250px;
  height: 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: transparent;
  background-image: radial-gradient(#d9e2ef 2px, transparent 2px);
  background-size: 20px 20px;
}

.payment-features .shape-circle {
  width: 80px;
  height: 80px;
  background: #5533ff;
  border-radius: 50%;
  margin: 0;
}

/* ==========================================================================
    [7. PRICING]
========================================================================== */
/* 7.1 General styles ======================================================= */
.pricing p {
  line-height: 1.5em;
}

.pricing .pricing-value {
  font-family: "Poppins", sans-serif;
  font-size: 3.25rem;
}

.pricing .pricing-value .price {
  position: relative;
}

.pricing .pricing-value .price:before, .pricing .pricing-value .price:after {
  font-size: 0.35em;
  font-weight: 300;
  font-style: italic;
}

.pricing .pricing-value .price:before {
  position: absolute;
  content: "$";
  top: 10px;
  left: -15px;
}

.pricing .pricing-value .price:after {
  position: relative;
  content: "/mo";
}

.pricing .pricing-value .price.yearly:after {
  content: "/yr";
}

.odometer-inside {
  display: inline;
}

/* 7.2 Pricing heading ======================================================= */
.pricing.heading .pricing-plan {
  padding: 0;
}

.pricing.heading .pricing-plan .pricing-details {
  padding: 15px;
}

.pricing-table .pricing-table-tabs {
  width: 100%;
}

.pricing-table .pricing-table-tabs label {
  width: 33.33%;
  padding: 12px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pricing-table .pricing-details {
  margin-top: 0;
}

.pricing-table table {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-table table th, .pricing-table table td {
  padding: 10px 15px;
  vertical-align: middle !important;
}

.pricing-table table th {
  background-color: theme-color(light);
  font-weight: normal;
}

.pricing-table table td {
  text-align: center;
}

.pricing-table table thead th {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f4f8;
  color: #5533ff;
  border-color: #c6d3e6;
}

.pricing-table table thead th.title {
  color: #6d768b;
}

.pricing-table table thead th.title.clear {
  background-color: #ffffff;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #d9e2ef;
}

.pricing-table table tbody.pricing-details th {
  background-color: transparent;
}

.pricing-table table tfoot {
  font-size: 0.8em;
}

.pricing-table table tfoot td {
  border: 0;
}

.pricing-table table .pricing-prev {
  float: left;
}

.pricing-table table .pricing-next {
  float: right;
}

.pricing-table table .visible-cell {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table .show-annually {
  display: none;
}

.pricing-table .yearly-display .show-annually {
  display: block;
}

@media (max-width: 575.98px) {
  .pricing-table table .expand-mobile th, .pricing-table table .expand-mobile td {
    display: none;
  }
  .pricing-table table td[headers*='ph-'] {
    display: none;
  }
  .pricing-table table tbody th {
    width: 0;
  }
}

.pricing-table .ribbon {
  width: 100px;
  height: 50px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.25);
          box-shadow: 0 2px 3px rgba(136, 136, 136, 0.25);
  background: #cd92ff;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem .5rem;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

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

.visible-block, .visible-cell {
  visibility: visible !important;
}

/* ==========================================================================
    [8. PAGE HEADING]
========================================================================== */
.navigation.fixed-top + main .header {
  padding-top: 50px;
}

.header {
  position: relative;
}

.header .container {
  position: relative;
  margin: 0 auto;
}

.header.fullscreen .mockup {
  max-width: 70%;
}

.header .mockup-half {
  max-height: 350px;
}

.header.page .container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.header .big-circle {
  background-color: transparent !important;
  overflow: hidden;
}

.header .big-circle.bg-primary:after {
  background-color: #5533ff;
}

.header .big-circle.bg-secondary:after {
  background-color: #506690;
}

.header .big-circle.bg-success:after {
  background-color: #00c9b7;
}

.header .big-circle.bg-info:after {
  background-color: #00a0e0;
}

.header .big-circle.bg-warning:after {
  background-color: #feb868;
}

.header .big-circle.bg-danger:after {
  background-color: #c1002b;
}

.header .big-circle.bg-light:after {
  background-color: #f1f4f8;
}

.header .big-circle.bg-dark:after {
  background-color: #2b354f;
}

.header .big-circle.bg-gray:after {
  background-color: #869ab8;
}

.header .big-circle.bg-gray-light:after {
  background-color: #c6d3e6;
}

.header .big-circle.bg-alternate:after {
  background-color: #fc9e21;
}

.header .big-circle.bg-contrast:after {
  background-color: #ffffff;
}

.header .big-circle.bg-darker:after {
  background-color: #161c2d;
}

.header .big-circle.bg-black:after {
  background-color: #161c2d;
}

.header .big-circle:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  -webkit-transform: translate3D(-25%, -50%, 0);
          transform: translate3D(-25%, -50%, 0);
}

@media (min-width: 768px) {
  .header .big-circle:after {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

.header-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .mobile-device[class*="absolute"] {
    margin-top: -45px !important;
  }
}

.integrations-header .container {
  padding-bottom: 600px;
}

.integrations-header .background-shape-main {
  bottom: 0;
  width: 100%;
  height: 200%;
  border-radius: 100px;
  -webkit-transform: translate(0, -45%) rotate(-12deg);
          transform: translate(0, -45%) rotate(-12deg);
  background-image: linear-gradient(45deg, #f1f4f8 40%, #506690 100%);
}

@media (min-width: 768px) {
  .integrations-header .background-shape-main {
    -webkit-transform: translate(0, -70%) rotate(-12deg);
            transform: translate(0, -70%) rotate(-12deg);
  }
}

.integrations-header .bubbles-wrap {
  z-index: 2;
  overflow: hidden;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.integrations-header .bubbles-container {
  position: relative;
}

.integrations-header .bubble {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  background-image: url(../img/integration/spritesheet.png);
  background-size: 1076px 1076px;
}

.integrations-header .bubble.bubble-1 {
  background-position: 0px 0px;
}

.integrations-header .bubble.bubble-2 {
  background-position: -154px 0px;
}

.integrations-header .bubble.bubble-3 {
  background-position: -308px 0px;
}

.integrations-header .bubble.bubble-4 {
  background-position: -462px 0px;
}

.integrations-header .bubble.bubble-5 {
  background-position: -616px 0px;
}

.integrations-header .bubble.bubble-6 {
  background-position: -770px 0px;
}

.integrations-header .bubble.bubble-7 {
  background-position: -924px 0px;
}

.integrations-header .bubble.bubble-8 {
  background-position: 0px -154px;
}

.integrations-header .bubble.bubble-9 {
  background-position: -154px -154px;
}

.integrations-header .bubble.bubble-10 {
  background-position: -308px -154px;
}

.integrations-header .bubble.bubble-11 {
  background-position: -462px -154px;
}

.integrations-header .bubble.bubble-12 {
  background-position: -616px -154px;
}

.integrations-header .bubble.bubble-13 {
  background-position: -770px -154px;
}

.integrations-header .bubble.bubble-14 {
  background-position: -924px -154px;
}

.integrations-header .bubble.bubble-15 {
  background-position: 0px -308px;
}

.integrations-header .bubble.bubble-16 {
  background-position: -154px -308px;
}

.integrations-header .bubble.bubble-17 {
  background-position: -308px -308px;
}

.integrations-header .bubble.bubble-18 {
  background-position: -462px -308px;
}

.integrations-header .bubble.bubble-19 {
  background-position: -616px -308px;
}

.integrations-header .bubble.bubble-20 {
  background-position: -770px -308px;
}

.integrations-header .bubble.bubble-21 {
  background-position: -924px -308px;
}

.integrations-header .bubble.bubble-22 {
  background-position: 0px -462px;
}

.integrations-header .bubble.bubble-23 {
  background-position: -154px -462px;
}

.integrations-header .bubble.bubble-24 {
  background-position: -308px -462px;
}

.integrations-header .bubble.bubble-25 {
  background-position: -462px -462px;
}

.integrations-header .bubble.bubble-26 {
  background-position: -616px -462px;
}

.integrations-header .bubble.bubble-27 {
  background-position: -770px -462px;
}

.integrations-header .bubble.bubble-28 {
  background-position: -924px -462px;
}

.integrations-header .bubble.bubble-29 {
  background-position: 0px -616px;
}

.integrations-header .bubble.bubble-30 {
  background-position: -154px -616px;
}

.integrations-header .bubble.bubble-31 {
  background-position: -308px -616px;
}

.integrations-header .bubble.bubble-32 {
  background-position: -462px -616px;
}

.integrations-header .bubble.bubble-33 {
  background-position: -616px -616px;
}

.integrations-header .bubble.bubble-34 {
  background-position: -770px -616px;
}

.integrations-header .bubble.bubble-35 {
  background-position: -924px -616px;
}

.integrations-header .bubble.bubble-36 {
  background-position: 0px -770px;
}

.integrations-header .bubble.bubble-37 {
  background-position: -154px -770px;
}

.integrations-header .bubble.bubble-38 {
  background-position: -308px -770px;
}

.integrations-header .bubble.bubble-39 {
  background-position: -462px -770px;
}

.integrations-header .bubble.bubble-40 {
  background-position: -616px -770px;
}

.integrations-header .bubble.bubble-41 {
  background-position: -770px -770px;
}

.integrations-header .bubble.bubble-42 {
  background-position: -924px -770px;
}

.integrations-header .shape {
  position: absolute;
  z-index: 1;
  display: none;
}

@media (min-width: 768px) {
  .integrations-header .shape {
    display: block;
  }
}

.integrations-header .shape-circle-1 {
  left: 2%;
  top: 5%;
}

.integrations-header .shape-circle-1 div {
  width: 20px;
  height: 20px;
  background: #fc9e21;
  border-radius: 50%;
  margin: 0;
}

.integrations-header .shape-circle-2 {
  left: 14%;
  top: 18%;
  z-index: 1;
}

.integrations-header .shape-circle-2 div {
  opacity: 0;
  width: 250px;
  height: 250px;
  background: #f1f4f8;
  border-radius: 50%;
  margin: 0;
}

@media (min-width: 1200px) {
  .integrations-header .shape-circle-2 div {
    opacity: 0.5;
  }
}

.integrations-header .shape-ring-1 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}

.integrations-header .shape-ring-1 div {
  opacity: 0.15;
  width: 560px;
  height: 560px;
  border: 50px solid #d9e2ef;
  border-radius: 50%;
}

.integrations-header .shape-square {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.integrations-header .shape-square-1 {
  right: 0;
  top: 20%;
}

.integrations-header .shape-square-1 div {
  width: 150px;
  height: 150px;
  border: 10px solid #d9e2ef;
}

.integrations-header .shape-square-2 {
  right: 0;
  top: 30%;
}

.integrations-header .shape-square-2 div {
  width: 50px;
  height: 50px;
  border: 5px solid #d9e2ef;
}

.integrations-header .shape-square-3 {
  left: 0;
  top: 5%;
}

.integrations-header .shape-square-3 div {
  width: 50px;
  height: 50px;
  border: 5px solid #5533ff;
}

.integrations-header .shape.pattern {
  z-index: 0;
}

.integrations-header .shape.pattern-dots {
  bottom: 20rem;
  right: 0;
  width: 50%;
  height: 155px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  background-color: transparent;
  background-image: radial-gradient(#d9e2ef 2px, transparent 2px);
  background-size: 20px 20px;
}

.header .mobile-swiper-pagination {
  left: 0;
  bottom: 1.5rem;
  width: 100% !important;
}

.header .mobile-swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 0 1.5rem;
}

.divider-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}

.divider-shape svg {
  overflow: hidden;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(159% + 1.3px);
  height: 433px;
}

.divider-shape .shape-fill {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.overlay .divider-shape {
  z-index: 1;
}

#stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #5533ff 15%, #05d5ff 70%, #a6ffcb 94%);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}

#stripes :nth-child(1) {
  grid-area: 1 / 1 / span 4 / span 2;
  background-color: #5533ff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
}

#stripes :nth-child(2) {
  grid-area: 1 / 3 / span 3 / span 2;
  background-color: #4553ff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#stripes :nth-child(3) {
  grid-area: 1 / 5 / span 2 / span 2;
  background-color: #4f40ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 5%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 99% 5%, 0 70%);
}

#stripes :nth-child(4) {
  grid-area: 3 / 11 / span 3 / span 2;
  -webkit-clip-path: polygon(0 23%, 100% 0%, 100% 77%, 0% 100%);
          clip-path: polygon(0 23%, 100% 0%, 100% 77%, 0% 100%);
  background-color: #0dcfff;
}

#stripes :nth-child(5) {
  grid-area: 8 / 1 / span 5 / span 4;
  -webkit-clip-path: polygon(0 23%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 23%, 100% 0%, 100% 80%, 0% 100%);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background-color: #1fa2ff;
}

#stripes + .container {
  padding-bottom: 11rem;
}

/**
  SOCIAL MEDIA HEADING
   ====================
**/
.header.social-media-heading {
  position: relative;
}

.header.social-media-heading .social-bg-shape {
  bottom: 20%;
}

@media (min-width: 576px) {
  .header.social-media-heading .social-bg-shape {
    bottom: 10%;
  }
}

@media (min-width: 768px) {
  .header.social-media-heading .social-bg-shape {
    max-width: 70%;
    right: 0;
  }
}

@media (min-width: 992px) {
  .header.social-media-heading .social-bg-shape {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .header.social-media-heading .social-bg-shape {
    top: -100px;
    right: -100px;
  }
}

@media (min-width: 768px) {
  .header.social-media-heading .social-image {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 992px) {
  .header.social-media-heading .social-image {
    max-width: 100%;
  }
}

.smart-business-header {
  background-color: #f1f4f8;
}

.smart-business-header .container {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .smart-business-header .container {
    padding-bottom: 12rem;
  }
}

.smart-business-header .shape-background {
  z-index: 1;
  opacity: 0.2;
}

.smart-business-header .shape-top {
  top: 0;
  background-image: linear-gradient(-57deg, #4a61d1 0%, #5c52d5 100%);
  -webkit-transform: rotate(30deg) translate3D(-45%, -45%, 0);
          transform: rotate(30deg) translate3D(-45%, -45%, 0);
  max-height: 560px;
}

.smart-business-header .shape-right {
  background-image: linear-gradient(-57deg, #5634d0 0%, #4a61d1 100%);
  left: 93%;
}

.smart-business-header .background-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translate(80%, -30%) rotate(-35deg);
          transform: translate(80%, -30%) rotate(-35deg);
  background-image: linear-gradient(45deg, #5533ff 40%, #506690 100%);
}

@media (min-width: 768px) {
  .smart-business-header .background-shape {
    height: 150%;
    -webkit-transform: translate(25%, -25%) skewY(30deg);
            transform: translate(25%, -25%) skewY(30deg);
  }
}

@media (min-width: 992px) {
  .smart-business-header .background-shape {
    -webkit-transform: translate(20%, -30%) skewY(30deg);
            transform: translate(20%, -30%) skewY(30deg);
  }
}

@media (min-width: 1200px) {
  .smart-business-header .background-shape {
    -webkit-transform: translate(30%, -12%) skewY(30deg);
            transform: translate(30%, -12%) skewY(30deg);
  }
}

.smart-business-header .main-shape-wrapper {
  width: 60%;
}

@media (max-width: 767.98px) {
  .smart-business-header .main-shape-wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .smart-business-header .main-shape-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .smart-business-header .main-shape-wrapper {
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
  }
}

.smart-business-header .anim {
  position: absolute;
  width: 15%;
  max-width: 80px;
}

.smart-business-header .anim.anim-1 {
  top: 56%;
  right: 5%;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}

.smart-business-header .anim.anim-2 {
  top: 10%;
  right: 58%;
}

.smart-business-header .anim.anim-3 {
  top: 33%;
  right: 22%;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}

.automate-social-header {
  background-color: #f1f4f8;
}

.automate-social-header .container {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .automate-social-header .container {
    padding-bottom: 24rem;
  }
}

.automate-social-header .shape-background {
  z-index: 0;
  opacity: 0.2;
}

.automate-social-header .shape-main {
  bottom: 0;
  opacity: 1;
  width: 170%;
  height: 150%;
  background-color: #5533ff;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translate(20%, 0) rotate(-30deg);
          transform: translate(20%, 0) rotate(-30deg);
  position: absolute;
}

.automate-social-header .shape-main.shadow {
  background-color: rgba(80, 102, 144, 0.15);
  -webkit-transform: translate(19%, 10px) rotate(-30deg);
          transform: translate(19%, 10px) rotate(-30deg);
}

@media (min-width: 768px) {
  .automate-social-header .shape-main {
    width: 140%;
  }
}

@media (min-width: 992px) {
  .automate-social-header .shape-main {
    bottom: -40px;
    width: 120%;
  }
}

@media (min-width: 1200px) {
  .automate-social-header .shape-main {
    width: 110%;
  }
}

.automate-social-header .rounded-stripe {
  width: 100%;
  background-color: #8abcfe;
  /* border-radius: 40px; */
  height: 20%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  opacity: 1;
  -webkit-transform: translate(20%, 0) rotate(-30deg);
          transform: translate(20%, 0) rotate(-30deg);
  bottom: -40px;
  position: absolute;
}

.automate-social-header .shape-top {
  top: 0;
  background-image: linear-gradient(-57deg, #5634d0 0%, #4a61d1 100%);
  -webkit-transform: rotate(30deg) translate3D(-45%, -45%, 0);
          transform: rotate(30deg) translate3D(-45%, -45%, 0);
  max-height: 560px;
  -webkit-box-shadow: 0 0 25px 50px rgba(74, 97, 209, 0.5);
          box-shadow: 0 0 25px 50px rgba(74, 97, 209, 0.5);
}

.automate-social-header .shape-right {
  background-image: linear-gradient(-57deg, #5634d0 0%, #4a61d1 100%);
  left: 93%;
}

.automate-social-header .main-shape-wrapper {
  width: 90%;
}

@media (max-width: 767.98px) {
  .automate-social-header .main-shape-wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .automate-social-header .main-shape-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .automate-social-header .main-shape-wrapper {
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
  }
}

@media (min-width: 1601px) {
  .automate-social-header .main-background {
    -webkit-transform: translate3d(0, -3%, 0);
            transform: translate3d(0, -3%, 0);
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(1) {
  -webkit-animation: floating 3.33333s ease-in-out infinite alternate;
          animation: floating 3.33333s ease-in-out infinite alternate;
  bottom: 45%;
  left: 2%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(1) {
    -webkit-animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(2) {
  -webkit-animation: floating 2.23333s ease-in-out infinite alternate;
          animation: floating 2.23333s ease-in-out infinite alternate;
  bottom: 40%;
  left: 12%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: bubble-left-v 6.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 6.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(3) {
  -webkit-animation: floating 2.93333s ease-in-out infinite alternate;
          animation: floating 2.93333s ease-in-out infinite alternate;
  bottom: 56%;
  left: 14%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: bubble-left-v 8.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 8.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(4) {
  -webkit-animation: floating 2.26667s ease-in-out infinite alternate;
          animation: floating 2.26667s ease-in-out infinite alternate;
  bottom: 51%;
  left: 20%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: bubble-left-v 6.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 6.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(5) {
  -webkit-animation: floating 3.16667s ease-in-out infinite alternate;
          animation: floating 3.16667s ease-in-out infinite alternate;
  bottom: 65%;
  left: 30%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: bubble-left-v 9.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 9.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(6) {
  -webkit-animation: floating 2.9s ease-in-out infinite alternate;
          animation: floating 2.9s ease-in-out infinite alternate;
  bottom: 44%;
  left: 30%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: bubble-left-v 8.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 8.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(7) {
  -webkit-animation: floating 2.5s ease-in-out infinite alternate;
          animation: floating 2.5s ease-in-out infinite alternate;
  bottom: 80%;
  left: 40%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: bubble-left-v 7.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 7.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(8) {
  -webkit-animation: floating 3.33333s ease-in-out infinite alternate;
          animation: floating 3.33333s ease-in-out infinite alternate;
  bottom: 55%;
  left: 38%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(9) {
  -webkit-animation: floating 2.13333s ease-in-out infinite alternate;
          animation: floating 2.13333s ease-in-out infinite alternate;
  bottom: 50%;
  left: 1%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(10) {
  -webkit-animation: floating 2.73333s ease-in-out infinite alternate;
          animation: floating 2.73333s ease-in-out infinite alternate;
  bottom: 55%;
  left: 12%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: bubble-left-v 8.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 8.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(11) {
  -webkit-animation: floating 2.13333s ease-in-out infinite alternate;
          animation: floating 2.13333s ease-in-out infinite alternate;
  bottom: 60%;
  left: 14%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(12) {
  -webkit-animation: floating 2.6s ease-in-out infinite alternate;
          animation: floating 2.6s ease-in-out infinite alternate;
  bottom: 60%;
  left: 18%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: bubble-left-v 7.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 7.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(13) {
  -webkit-animation: floating 3.06667s ease-in-out infinite alternate;
          animation: floating 3.06667s ease-in-out infinite alternate;
  bottom: 70%;
  left: 20%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: bubble-left-v 9.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 9.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(14) {
  -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
          animation: floating 4.06667s ease-in-out infinite alternate;
  bottom: 75%;
  left: 45%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: bubble-left-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(15) {
  -webkit-animation: floating 3.26667s ease-in-out infinite alternate;
          animation: floating 3.26667s ease-in-out infinite alternate;
  bottom: 50%;
  left: 50%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: bubble-left-v 9.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 9.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(16) {
  -webkit-animation: floating 3.53333s ease-in-out infinite alternate;
          animation: floating 3.53333s ease-in-out infinite alternate;
  bottom: 68%;
  left: 34%;
}

@media (min-width: 992px) {
  .automate-social-header .bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: bubble-left-v 10.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-left-v 10.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
    bottom: 50%;
  }
}

@media (min-width: 768px) {
  .automate-social-header .form {
    width: 90%;
  }
}

.automate-social-header .input-group-register .form-control {
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.automate-social-header .input-group-register .btn {
  right: 5px;
}

.automate-social-header .input-group-register label.error {
  color: #fff;
  background-color: #dc3545;
  border-radius: 15px;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .automate-social-header + .features-carousel .container > .cards-wrapper {
    width: 510px;
  }
}

@media (min-width: 768px) {
  .automate-social-header + .features-carousel .container > .cards-wrapper {
    width: 690px;
  }
}

@media (min-width: 992px) {
  .automate-social-header + .features-carousel .container > .cards-wrapper {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .automate-social-header + .features-carousel .container > .cards-wrapper {
    width: 1230px;
  }
}

@media (min-width: 1400px) {
  .automate-social-header + .features-carousel .container > .cards-wrapper {
    width: 1290px;
  }
}

@media (min-width: 992px) {
  .automate-social-header + .features-carousel .container {
    padding-bottom: 16rem;
  }
  .automate-social-header + .features-carousel .container > .cards-wrapper {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.automate-social-header + .features-carousel .logo {
  min-height: 48px;
}

@media (min-width: 768px) {
  .app-landing-header .container {
    padding-bottom: 12rem;
  }
}

.app-landing-header .shape-background {
  z-index: 0;
}

.app-landing-header .shape-main {
  bottom: 0;
  width: 100%;
  height: 200%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translate(65%, -20%) rotate(-60deg);
          transform: translate(65%, -20%) rotate(-60deg);
  position: absolute;
}

@media (min-width: 768px) {
  .app-landing-header .shape-main {
    -webkit-transform: translate(50%, 0) rotate(-60deg);
            transform: translate(50%, 0) rotate(-60deg);
  }
}

.app-landing-header .shape-top {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translate(80%, -60%) rotate(-60deg);
          transform: translate(80%, -60%) rotate(-60deg);
  left: 50%;
}

@media (min-width: 1200px) {
  .app-landing-header .iphone-x {
    max-width: 318.75px;
    border-radius: 34px;
    padding: 12.75px;
  }
  .app-landing-header .iphone-x .screen img {
    border-radius: 17px;
  }
  .app-landing-header .iphone-x .notch {
    border-radius: 17px;
    width: 177.65px;
    height: 29.75px;
  }
}

.app-landing-header .screen-highlight {
  right: 0;
  bottom: 21.75%;
}

.app-landing-2-header .head-line-2 {
  display: block;
}

@media (min-width: 768px) {
  .app-landing-2-header .head-line-2 {
    display: inline;
  }
}

.app-landing-2-header .background-shape-main {
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translate(100%, -30%) rotate(-35deg);
          transform: translate(100%, -30%) rotate(-35deg);
  background-image: linear-gradient(45deg, #5533ff 40%, #506690 100%);
}

@media (min-width: 768px) {
  .app-landing-2-header .background-shape-main {
    height: 150%;
    -webkit-transform: translate(25%, -25%) skewY(30deg);
            transform: translate(25%, -25%) skewY(30deg);
  }
}

@media (min-width: 992px) {
  .app-landing-2-header .background-shape-main {
    -webkit-transform: translate(20%, -30%) skewY(30deg);
            transform: translate(20%, -30%) skewY(30deg);
  }
}

@media (min-width: 1200px) {
  .app-landing-2-header .background-shape-main {
    -webkit-transform: translate(30%, -10%) skewY(30deg);
            transform: translate(30%, -10%) skewY(30deg);
  }
}

.app-landing-2-header .animation-shape {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-landing-2-header .animation-shape.shape-triangle {
  top: 80%;
  left: 0;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.app-landing-2-header .animation-shape.shape-triangle div {
  opacity: 0.1;
  position: relative;
  background-color: #5533ff;
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.app-landing-2-header .animation-shape.shape-triangle div:before, .app-landing-2-header .animation-shape.shape-triangle div:after {
  content: "";
  position: absolute;
  background-color: inherit;
}

.app-landing-2-header .animation-shape.shape-triangle div, .app-landing-2-header .animation-shape.shape-triangle div:before, .app-landing-2-header .animation-shape.shape-triangle div:after {
  width: 90px;
  height: 90px;
  border-top-right-radius: 30%;
}

.app-landing-2-header .animation-shape.shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.app-landing-2-header .animation-shape.shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.app-landing-2-header .animation-shape.shape-cross {
  top: 20%;
  left: 75%;
}

.app-landing-2-header .animation-shape.shape-cross div {
  position: relative;
  background: #ffffff;
  width: 3px;
  height: 20px;
}

.app-landing-2-header .animation-shape.shape-cross div:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 3px;
  left: 50%;
  top: 50%;
  width: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.app-landing-2-header .static-shape {
  position: absolute;
}

.app-landing-2-header .static-shape.shape-circle {
  top: 0;
  right: 0;
  opacity: 0.2;
}

.app-landing-2-header .static-shape.shape-circle-1 {
  -webkit-transform: translate3d(25%, -25%, 0);
          transform: translate3d(25%, -25%, 0);
}

.app-landing-2-header .static-shape.shape-circle-1 div {
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0;
}

.app-landing-2-header .static-shape.shape-circle-2 {
  -webkit-transform: translate3d(25%, -25%, 0);
          transform: translate3d(25%, -25%, 0);
}

.app-landing-2-header .static-shape.shape-circle-2 div {
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: 0;
}

.app-landing-2-header .static-shape.shape-ring {
  left: 53%;
  top: 30%;
}

.app-landing-2-header .static-shape.shape-ring-1 {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.app-landing-2-header .static-shape.shape-ring-1 .animation {
  width: 40px;
  height: 40px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.app-landing-2-header .static-shape.shape-ring-2 {
  -webkit-transform: translate3d(-15%, -15%, 0);
          transform: translate3d(-15%, -15%, 0);
}

.app-landing-2-header .static-shape.shape-ring-2 .animation {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.app-landing-2-header .static-shape.shape-ring .animation {
  border-style: dashed;
}

.app-landing-2-header .static-shape.pattern-dots-1 {
  top: 0;
  left: 0;
  width: 150px;
  height: 20%;
  background-color: transparent;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 3px, transparent 3px);
  background-size: 30px 30px;
}

.app-landing-2-header .static-shape.pattern-dots-2 {
  bottom: 65px;
  right: 33%;
  width: 185px;
  height: 40%;
  background-color: transparent;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 2px, transparent 2px);
  background-size: 20px 20px;
}

.app-landing-2-header .shape {
  position: absolute;
}

.app-landing-2-header .shape:nth-child(1) {
  top: 0%;
  left: 70%;
  width: 400px;
  height: 140px;
}

.app-landing-2-header .shape:nth-child(2) {
  top: 0%;
  left: 65%;
  width: 300px;
  height: 100px;
}

.app-landing-2-header .shape:nth-child(3) {
  top: 0%;
  left: 80%;
  width: 600px;
  height: 200px;
}

.app-landing-2-header .shape:nth-child(4) {
  top: 82%;
  left: 85%;
  width: 150px;
  height: 150px;
}

@media (min-width: 768px) {
  .app-landing-2-header .shape:nth-child(1) {
    left: 25%;
  }
  .app-landing-2-header .shape:nth-child(2) {
    left: 55%;
  }
}

@media (min-width: 992px) {
  .app-landing-2-header .shape:nth-child(1) {
    left: 35%;
  }
  .app-landing-2-header .shape:nth-child(2) {
    left: 45%;
  }
}

@media (min-width: 1200px) {
  .app-landing-2-header .shape:nth-child(1) {
    left: 45%;
  }
  .app-landing-2-header .shape:nth-child(2) {
    left: 65%;
  }
}

.app-landing-2-header .shape[data-aos]:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(249, 251, 253, 0.05);
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  position: absolute;
  border-radius: 100px;
}

.payment-services-header .shape-main {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: linear-gradient(45deg, #f4b4ff 0, #ffd4ff 35%, #fffdff 100%);
}

.payment-services-header .shape-main .bottom-edge {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

@media (min-width: 768px) {
  .payment-services-header .shape-main {
    width: 65%;
  }
}

.payment-services-header .figure-box {
  max-width: 500px;
}

.payment-services-header .figure-box .screens {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .payment-services-header .figure-box {
    margin-right: 0;
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

.payment-services-header .figure-box .position-absolute {
  top: 0;
}

.payment-services-header .figure-box.cutout:after {
  z-index: 0;
}

.payment-services-header .static-shape {
  position: absolute;
}

.payment-services-header .static-shape.pattern-dots {
  top: 0;
  left: 10%;
  width: 75%;
  height: 200px;
  background-color: transparent;
  background-image: radial-gradient(rgba(85, 51, 255, 0.5) 3px, transparent 3px);
  background-size: 20px 20px;
}

.payment-services-header .promo-box {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .payment-services-header .promo-box {
    width: auto;
    position: absolute;
    left: -100px;
  }
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .shape {
  position: absolute;
}

.banner .bring-to-front {
  z-index: 1;
}

.banner-right-image .shape-circle {
  top: 0;
  right: 0;
  opacity: 0.2;
  -webkit-transform: translate3d(25%, -25%, 0);
          transform: translate3d(25%, -25%, 0);
}

.banner-right-image .shape-circle div {
  width: 500px;
  height: 500px;
  background: rgba(56, 76, 116, 0.5);
  border-radius: 50%;
  margin: 0;
}

.banner-shapes .shape-ring-1 {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 180px;
  height: 180px;
  border: 25px solid #5533ff;
  border-radius: 50%;
}

.banner-shapes .shape-ring-2 {
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
  width: 200px;
  height: 200px;
  border: 30px solid #00c9b7;
  border-radius: 50%;
}

.banner-shapes .shape-ring-3 {
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
  width: 120px;
  height: 120px;
  border: 5px solid #00c9b7;
  border-radius: 50%;
}

.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0;
  font-size: 0.875rem;
}

.top-banner > .container,
.top-banner > .container-fluid,
.top-banner > .container-sm,
.top-banner > .container-md,
.top-banner > .container-lg,
.top-banner > .container-xl,
.top-banner > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-banner .top-banner-text,
.top-banner .top-banner-link {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none !important;
}

.top-banner .top-banner-text > i,
.top-banner .top-banner-link > i {
  margin-right: .375rem;
  font-size: 1.15em;
  vertical-align: middle;
}

.top-banner-dark .top-banner-text,
.top-banner-dark .top-banner-link {
  color: rgba(255, 255, 255, 0.65);
}

.top-banner-dark .top-banner-text > i,
.top-banner-dark .top-banner-link > i {
  color: #5533ff;
}

.top-banner-dark .top-banner-text.text-muted,
.top-banner-dark .top-banner-text > .text-muted,
.top-banner-dark .top-banner-link.text-muted,
.top-banner-dark .top-banner-link > .text-muted {
  color: rgba(255, 255, 255, 0.45) !important;
}

.top-banner-dark .top-banner-link:hover {
  color: #ffffff;
}

.top-banner-dark .top-banner-link.active {
  color: #ffffff;
}

.top-banner-dark .show .top-banner-link {
  color: #ffffff;
}

.promo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 260px;
}

.shop-home-slider [class^='swiper-button'] {
  top: 0;
}

@media (min-width: 768px) {
  .shop-home-slider [class^='swiper-button'] {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
  }
  .shop-home-slider .swiper-button-prev {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .shop-home-slider .swiper-button-next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .shop-home-slider:hover [class^='swiper-button'] {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.checkout-header .navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 0;
  padding-bottom: 0;
}

.checkout-header .navbar .nav-link {
  font-weight: 400;
  padding: .875rem 1rem;
}

.checkout-header .navbar .nav-link:hover {
  color: #fc9e21;
}

.checkout-header .navbar .nav-link.active {
  -webkit-box-shadow: inset 0 -2px 0 0 #fc9e21;
          box-shadow: inset 0 -2px 0 0 #fc9e21;
  color: #fc9e21;
}