@charset "UTF-8";
/*==========================
     Project Base
==========================*/
/*==========================
	  Universal CSS
==========================*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

*,
*::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: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: 500;
  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;
  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: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.5rem; }
  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: #6c757d;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

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

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

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

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

textarea {
  resize: vertical; }

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

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

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

::-webkit-inner-spin-button {
  height: auto; }

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.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: 0.5rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

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

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

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

.figure {
  display: inline-block; }

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  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: 575px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

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

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

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

.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(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -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.5rem; }

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

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

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

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

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

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

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

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

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

@media (min-width: 575px) {
  .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.5rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.5rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.5rem; } }

@media (min-width: 767px) {
  .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.5rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.5rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.5rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.5rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.5rem; } }

@media (min-width: 991px) {
  .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.5rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.5rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.5rem; } }

@media (min-width: 1199px) {
  .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.5rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.5rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.5rem; } }

@media (min-width: 1399px) {
  .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.5rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.5rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.5rem; } }

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

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

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

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

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

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 0.5rem;
  color: #212529;
  vertical-align: top;
  border-color: rgba(201, 179, 237, 0.27); }
  .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(:first-child) {
    border-top: 2px solid currentColor; }

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 3838.98px) {
  .table-responsive-uhd {
    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: #6c757d; }

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

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

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

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

.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: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }
  .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: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .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;
    -o-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;
        -o-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='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -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 #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -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;
    -o-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;
    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;
        -o-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    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;
    -o-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;
    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;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-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;
    -o-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;
    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;
        -o-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-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:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    -ms-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: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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.375rem 0.75rem;
  font-size: 1rem;
  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;
  -o-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;
  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;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

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

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

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

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

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

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

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

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

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

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

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #fff;
    background-color: #198754;
    border-color: #198754; }
    .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(25, 135, 84, 0.5);
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 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: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .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(13, 202, 240, 0.5);
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

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

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

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

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-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;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        -webkit-transition: none;
        -o-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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.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.25rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

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

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

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

.dropdown-item-text {
  display: block;
  padding: 0.125rem 0.5rem;
  color: #212529; }

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

.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: 0.5625rem;
  padding-left: 0.5625rem; }
  .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: #0d6efd;
  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;
  -o-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;
      -o-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

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

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

.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.25rem;
  padding-bottom: 0.25rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl, .navbar > .container-xxxl {
    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;
  -o-transition: 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;
      -o-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: 575px) {
  .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; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

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

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

@media (min-width: 1199px) {
  .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; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1399px) {
  .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-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1579px) {
  .navbar-expand-xxxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-xxxl .offcanvas-top,
    .navbar-expand-xxxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxxl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1919px) {
  .navbar-expand-fhd {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-fhd .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-fhd .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-fhd .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-fhd .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-fhd .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-fhd .navbar-toggler {
      display: none; }
    .navbar-expand-fhd .offcanvas-header {
      display: none; }
    .navbar-expand-fhd .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-fhd .offcanvas-top,
    .navbar-expand-fhd .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-fhd .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 2559px) {
  .navbar-expand-rt {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-rt .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-rt .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-rt .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-rt .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-rt .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-rt .navbar-toggler {
      display: none; }
    .navbar-expand-rt .offcanvas-header {
      display: none; }
    .navbar-expand-rt .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-rt .offcanvas-top,
    .navbar-expand-rt .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-rt .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 2879px) {
  .navbar-expand-rt15 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-rt15 .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-rt15 .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-rt15 .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-rt15 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-rt15 .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-rt15 .navbar-toggler {
      display: none; }
    .navbar-expand-rt15 .offcanvas-header {
      display: none; }
    .navbar-expand-rt15 .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-rt15 .offcanvas-top,
    .navbar-expand-rt15 .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-rt15 .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 3839px) {
  .navbar-expand-uhd {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-uhd .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-uhd .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-uhd .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-uhd .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-uhd .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-uhd .navbar-toggler {
      display: none; }
    .navbar-expand-uhd .offcanvas-header {
      display: none; }
    .navbar-expand-uhd .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-expand-uhd .offcanvas-top,
    .navbar-expand-uhd .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-uhd .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.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-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

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

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 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%280, 0, 0, 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(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

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

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

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

.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: transparent;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

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

.card-header-tabs {
  margin-right: -0.25rem;
  margin-bottom: -0.25rem;
  margin-left: -0.25rem;
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: transparent; }

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

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

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

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

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

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

@media (min-width: 575px) {
  .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: #212529;
  text-align: left;
  background-color: #fff;
  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;
  -o-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;
  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;
      -o-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(-180deg);
      -ms-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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: 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;
        -o-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 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; }

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

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  color: #ada7b7;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  -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;
  -o-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;
  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;
      -o-transition: none;
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: #676174; }
  .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

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

.page-item.active .page-link {
  z-index: 3;
  color: ADA7B7;
  background-color: transparent;
  border-color: #676174; }

.page-item.disabled .page-link {
  color: ADA7B7;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent; }

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

.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: 1rem;
  border-bottom-left-radius: 1rem; }

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

.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.5rem;
  border-bottom-left-radius: 0.5rem; }

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  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: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.25rem 0.5rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .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: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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: 1399px) {
  .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; } }

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

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

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

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

@media (min-width: 3839px) {
  .list-group-horizontal-uhd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-uhd > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-uhd > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-uhd > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-uhd > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-uhd > .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: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

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

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

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

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

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

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

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

.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    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(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    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: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: 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);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0; }

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid rgba(201, 179, 237, 0.27);
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px); }
  .modal-header .btn-close {
    padding: 0.25rem 0.25rem;
    margin: -0.25rem -0.25rem -0.25rem auto; }

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

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

.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.25rem;
  border-top: 1px solid rgba(201, 179, 237, 0.27);
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 575px) {
  .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: 991px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1199px) {
  .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: 574.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: 766.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: 990.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: 1198.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: 1398.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; } }

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

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

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

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

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

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

.popover-body {
  padding: 0.5rem 0.5rem;
  color: #212529; }

.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;
  -o-transition: 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;
      -o-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%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-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;
  -o-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;
      -o-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: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

.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='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -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: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        -o-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: #fff;
  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: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@-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: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: 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;
      -o-transition: none;
      transition: none; } }

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

.offcanvas-header {
  display: -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.5rem 0.5rem; }
  .offcanvas-header .btn-close {
    padding: 0.25rem 0.25rem;
    margin-top: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: -0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

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

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

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

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

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

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

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

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

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

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

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  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(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 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: -webkit-sticky !important;
  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;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

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

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

.border {
  border: 1px solid rgba(201, 179, 237, 0.27) !important; }

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

.border-top {
  border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }

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

.border-end {
  border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }

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

.border-bottom {
  border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }

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

.border-start {
  border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }

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

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

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

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

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

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

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

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

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

.border-white {
  border-color: #fff !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.5rem !important; }

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

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

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

.gap-5 {
  gap: 2.5rem !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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-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.5rem !important; }

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !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.5rem !important;
  margin-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

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

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

.p-3 {
  padding: 1.5rem !important; }

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

.p-5 {
  padding: 2.5rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

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

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

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

.pt-1 {
  padding-top: 0.5rem !important; }

.pt-2 {
  padding-top: 1rem !important; }

.pt-3 {
  padding-top: 1.5rem !important; }

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

.pt-5 {
  padding-top: 2.5rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.5rem !important; }

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

.pe-3 {
  padding-right: 1.5rem !important; }

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

.pe-5 {
  padding-right: 2.5rem !important; }

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

.pb-1 {
  padding-bottom: 0.5rem !important; }

.pb-2 {
  padding-bottom: 1rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pb-5 {
  padding-bottom: 2.5rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.5rem !important; }

.ps-2 {
  padding-left: 1rem !important; }

.ps-3 {
  padding-left: 1.5rem !important; }

.ps-4 {
  padding-left: 2rem !important; }

.ps-5 {
  padding-left: 2.5rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

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

.fw-bolder {
  font-weight: bolder !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  -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.5rem !important; }

.rounded-2 {
  border-radius: 0.75rem !important; }

.rounded-3 {
  border-radius: 1rem !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: 575px) {
  .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: -ms-grid !important;
    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; }
  .border-sm {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-sm-0 {
    border: 0 !important; }
  .border-top-sm {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-sm-0 {
    border-top: 0 !important; }
  .border-end-sm {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-sm-0 {
    border-right: 0 !important; }
  .border-bottom-sm {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-sm-0 {
    border-bottom: 0 !important; }
  .border-start-sm {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-sm-0 {
    border-left: 0 !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.5rem !important; }
  .gap-sm-2 {
    gap: 1rem !important; }
  .gap-sm-3 {
    gap: 1.5rem !important; }
  .gap-sm-4 {
    gap: 2rem !important; }
  .gap-sm-5 {
    gap: 2.5rem !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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .m-sm-3 {
    margin: 1.5rem !important; }
  .m-sm-4 {
    margin: 2rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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.5rem !important; }
  .mt-sm-2 {
    margin-top: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mt-sm-5 {
    margin-top: 2.5rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.5rem !important; }
  .me-sm-2 {
    margin-right: 1rem !important; }
  .me-sm-3 {
    margin-right: 1.5rem !important; }
  .me-sm-4 {
    margin-right: 2rem !important; }
  .me-sm-5 {
    margin-right: 2.5rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.5rem !important; }
  .ms-sm-2 {
    margin-left: 1rem !important; }
  .ms-sm-3 {
    margin-left: 1.5rem !important; }
  .ms-sm-4 {
    margin-left: 2rem !important; }
  .ms-sm-5 {
    margin-left: 2.5rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .p-sm-3 {
    padding: 1.5rem !important; }
  .p-sm-4 {
    padding: 2rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pt-sm-5 {
    padding-top: 2.5rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.5rem !important; }
  .pe-sm-2 {
    padding-right: 1rem !important; }
  .pe-sm-3 {
    padding-right: 1.5rem !important; }
  .pe-sm-4 {
    padding-right: 2rem !important; }
  .pe-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.5rem !important; }
  .ps-sm-2 {
    padding-left: 1rem !important; }
  .ps-sm-3 {
    padding-left: 1.5rem !important; }
  .ps-sm-4 {
    padding-left: 2rem !important; }
  .ps-sm-5 {
    padding-left: 2.5rem !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: 767px) {
  .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: -ms-grid !important;
    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; }
  .border-md {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-md-0 {
    border: 0 !important; }
  .border-top-md {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-md-0 {
    border-top: 0 !important; }
  .border-end-md {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-md-0 {
    border-right: 0 !important; }
  .border-bottom-md {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-md-0 {
    border-bottom: 0 !important; }
  .border-start-md {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-md-0 {
    border-left: 0 !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.5rem !important; }
  .gap-md-2 {
    gap: 1rem !important; }
  .gap-md-3 {
    gap: 1.5rem !important; }
  .gap-md-4 {
    gap: 2rem !important; }
  .gap-md-5 {
    gap: 2.5rem !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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .m-md-3 {
    margin: 1.5rem !important; }
  .m-md-4 {
    margin: 2rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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.5rem !important; }
  .mt-md-2 {
    margin-top: 1rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mt-md-5 {
    margin-top: 2.5rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.5rem !important; }
  .me-md-2 {
    margin-right: 1rem !important; }
  .me-md-3 {
    margin-right: 1.5rem !important; }
  .me-md-4 {
    margin-right: 2rem !important; }
  .me-md-5 {
    margin-right: 2.5rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .mb-md-5 {
    margin-bottom: 2.5rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.5rem !important; }
  .ms-md-2 {
    margin-left: 1rem !important; }
  .ms-md-3 {
    margin-left: 1.5rem !important; }
  .ms-md-4 {
    margin-left: 2rem !important; }
  .ms-md-5 {
    margin-left: 2.5rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .p-md-3 {
    padding: 1.5rem !important; }
  .p-md-4 {
    padding: 2rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 1rem !important; }
  .pt-md-3 {
    padding-top: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pt-md-5 {
    padding-top: 2.5rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.5rem !important; }
  .pe-md-2 {
    padding-right: 1rem !important; }
  .pe-md-3 {
    padding-right: 1.5rem !important; }
  .pe-md-4 {
    padding-right: 2rem !important; }
  .pe-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pb-md-5 {
    padding-bottom: 2.5rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.5rem !important; }
  .ps-md-2 {
    padding-left: 1rem !important; }
  .ps-md-3 {
    padding-left: 1.5rem !important; }
  .ps-md-4 {
    padding-left: 2rem !important; }
  .ps-md-5 {
    padding-left: 2.5rem !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: 991px) {
  .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: -ms-grid !important;
    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; }
  .border-lg {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-lg-0 {
    border: 0 !important; }
  .border-top-lg {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-lg-0 {
    border-top: 0 !important; }
  .border-end-lg {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-lg-0 {
    border-right: 0 !important; }
  .border-bottom-lg {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-lg-0 {
    border-bottom: 0 !important; }
  .border-start-lg {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-lg-0 {
    border-left: 0 !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.5rem !important; }
  .gap-lg-2 {
    gap: 1rem !important; }
  .gap-lg-3 {
    gap: 1.5rem !important; }
  .gap-lg-4 {
    gap: 2rem !important; }
  .gap-lg-5 {
    gap: 2.5rem !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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .m-lg-4 {
    margin: 2rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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.5rem !important; }
  .mt-lg-2 {
    margin-top: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mt-lg-5 {
    margin-top: 2.5rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.5rem !important; }
  .me-lg-2 {
    margin-right: 1rem !important; }
  .me-lg-3 {
    margin-right: 1.5rem !important; }
  .me-lg-4 {
    margin-right: 2rem !important; }
  .me-lg-5 {
    margin-right: 2.5rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.5rem !important; }
  .ms-lg-2 {
    margin-left: 1rem !important; }
  .ms-lg-3 {
    margin-left: 1.5rem !important; }
  .ms-lg-4 {
    margin-left: 2rem !important; }
  .ms-lg-5 {
    margin-left: 2.5rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .p-lg-3 {
    padding: 1.5rem !important; }
  .p-lg-4 {
    padding: 2rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pt-lg-5 {
    padding-top: 2.5rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.5rem !important; }
  .pe-lg-2 {
    padding-right: 1rem !important; }
  .pe-lg-3 {
    padding-right: 1.5rem !important; }
  .pe-lg-4 {
    padding-right: 2rem !important; }
  .pe-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.5rem !important; }
  .ps-lg-2 {
    padding-left: 1rem !important; }
  .ps-lg-3 {
    padding-left: 1.5rem !important; }
  .ps-lg-4 {
    padding-left: 2rem !important; }
  .ps-lg-5 {
    padding-left: 2.5rem !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: 1199px) {
  .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: -ms-grid !important;
    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; }
  .border-xl {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-xl-0 {
    border: 0 !important; }
  .border-top-xl {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-xl-0 {
    border-top: 0 !important; }
  .border-end-xl {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-xl-0 {
    border-right: 0 !important; }
  .border-bottom-xl {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-xl-0 {
    border-bottom: 0 !important; }
  .border-start-xl {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-xl-0 {
    border-left: 0 !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.5rem !important; }
  .gap-xl-2 {
    gap: 1rem !important; }
  .gap-xl-3 {
    gap: 1.5rem !important; }
  .gap-xl-4 {
    gap: 2rem !important; }
  .gap-xl-5 {
    gap: 2.5rem !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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .m-xl-4 {
    margin: 2rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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.5rem !important; }
  .mt-xl-2 {
    margin-top: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mt-xl-5 {
    margin-top: 2.5rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.5rem !important; }
  .me-xl-2 {
    margin-right: 1rem !important; }
  .me-xl-3 {
    margin-right: 1.5rem !important; }
  .me-xl-4 {
    margin-right: 2rem !important; }
  .me-xl-5 {
    margin-right: 2.5rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.5rem !important; }
  .ms-xl-2 {
    margin-left: 1rem !important; }
  .ms-xl-3 {
    margin-left: 1.5rem !important; }
  .ms-xl-4 {
    margin-left: 2rem !important; }
  .ms-xl-5 {
    margin-left: 2.5rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .p-xl-3 {
    padding: 1.5rem !important; }
  .p-xl-4 {
    padding: 2rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 2rem !important; }
  .pt-xl-5 {
    padding-top: 2.5rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.5rem !important; }
  .pe-xl-2 {
    padding-right: 1rem !important; }
  .pe-xl-3 {
    padding-right: 1.5rem !important; }
  .pe-xl-4 {
    padding-right: 2rem !important; }
  .pe-xl-5 {
    padding-right: 2.5rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 2rem !important; }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.5rem !important; }
  .ps-xl-2 {
    padding-left: 1rem !important; }
  .ps-xl-3 {
    padding-left: 1.5rem !important; }
  .ps-xl-4 {
    padding-left: 2rem !important; }
  .ps-xl-5 {
    padding-left: 2.5rem !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: 1399px) {
  .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: -ms-grid !important;
    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; }
  .border-xxl {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-xxl-0 {
    border: 0 !important; }
  .border-top-xxl {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-xxl-0 {
    border-top: 0 !important; }
  .border-end-xxl {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-xxl-0 {
    border-right: 0 !important; }
  .border-bottom-xxl {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important; }
  .border-start-xxl {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-xxl-0 {
    border-left: 0 !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.5rem !important; }
  .gap-xxl-2 {
    gap: 1rem !important; }
  .gap-xxl-3 {
    gap: 1.5rem !important; }
  .gap-xxl-4 {
    gap: 2rem !important; }
  .gap-xxl-5 {
    gap: 2.5rem !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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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.5rem !important; }
  .m-xxl-2 {
    margin: 1rem !important; }
  .m-xxl-3 {
    margin: 1.5rem !important; }
  .m-xxl-4 {
    margin: 2rem !important; }
  .m-xxl-5 {
    margin: 2.5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !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.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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.5rem !important; }
  .mt-xxl-2 {
    margin-top: 1rem !important; }
  .mt-xxl-3 {
    margin-top: 1.5rem !important; }
  .mt-xxl-4 {
    margin-top: 2rem !important; }
  .mt-xxl-5 {
    margin-top: 2.5rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.5rem !important; }
  .me-xxl-2 {
    margin-right: 1rem !important; }
  .me-xxl-3 {
    margin-right: 1.5rem !important; }
  .me-xxl-4 {
    margin-right: 2rem !important; }
  .me-xxl-5 {
    margin-right: 2.5rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-2 {
    margin-bottom: 1rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-4 {
    margin-bottom: 2rem !important; }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.5rem !important; }
  .ms-xxl-2 {
    margin-left: 1rem !important; }
  .ms-xxl-3 {
    margin-left: 1.5rem !important; }
  .ms-xxl-4 {
    margin-left: 2rem !important; }
  .ms-xxl-5 {
    margin-left: 2.5rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.5rem !important; }
  .p-xxl-2 {
    padding: 1rem !important; }
  .p-xxl-3 {
    padding: 1.5rem !important; }
  .p-xxl-4 {
    padding: 2rem !important; }
  .p-xxl-5 {
    padding: 2.5rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.5rem !important; }
  .pt-xxl-2 {
    padding-top: 1rem !important; }
  .pt-xxl-3 {
    padding-top: 1.5rem !important; }
  .pt-xxl-4 {
    padding-top: 2rem !important; }
  .pt-xxl-5 {
    padding-top: 2.5rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.5rem !important; }
  .pe-xxl-2 {
    padding-right: 1rem !important; }
  .pe-xxl-3 {
    padding-right: 1.5rem !important; }
  .pe-xxl-4 {
    padding-right: 2rem !important; }
  .pe-xxl-5 {
    padding-right: 2.5rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-2 {
    padding-bottom: 1rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-4 {
    padding-bottom: 2rem !important; }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.5rem !important; }
  .ps-xxl-2 {
    padding-left: 1rem !important; }
  .ps-xxl-3 {
    padding-left: 1.5rem !important; }
  .ps-xxl-4 {
    padding-left: 2rem !important; }
  .ps-xxl-5 {
    padding-left: 2.5rem !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: 1579px) {
  .float-xxxl-start {
    float: left !important; }
  .float-xxxl-end {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxxl-none {
    display: none !important; }
  .border-xxxl {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-xxxl-0 {
    border: 0 !important; }
  .border-top-xxxl {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-xxxl-0 {
    border-top: 0 !important; }
  .border-end-xxxl {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-xxxl-0 {
    border-right: 0 !important; }
  .border-bottom-xxxl {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-xxxl-0 {
    border-bottom: 0 !important; }
  .border-start-xxxl {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-xxxl-0 {
    border-left: 0 !important; }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .gap-xxxl-0 {
    gap: 0 !important; }
  .gap-xxxl-1 {
    gap: 0.5rem !important; }
  .gap-xxxl-2 {
    gap: 1rem !important; }
  .gap-xxxl-3 {
    gap: 1.5rem !important; }
  .gap-xxxl-4 {
    gap: 2rem !important; }
  .gap-xxxl-5 {
    gap: 2.5rem !important; }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xxxl-0 {
    margin: 0 !important; }
  .m-xxxl-1 {
    margin: 0.5rem !important; }
  .m-xxxl-2 {
    margin: 1rem !important; }
  .m-xxxl-3 {
    margin: 1.5rem !important; }
  .m-xxxl-4 {
    margin: 2rem !important; }
  .m-xxxl-5 {
    margin: 2.5rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxxl-0 {
    margin-top: 0 !important; }
  .mt-xxxl-1 {
    margin-top: 0.5rem !important; }
  .mt-xxxl-2 {
    margin-top: 1rem !important; }
  .mt-xxxl-3 {
    margin-top: 1.5rem !important; }
  .mt-xxxl-4 {
    margin-top: 2rem !important; }
  .mt-xxxl-5 {
    margin-top: 2.5rem !important; }
  .mt-xxxl-auto {
    margin-top: auto !important; }
  .me-xxxl-0 {
    margin-right: 0 !important; }
  .me-xxxl-1 {
    margin-right: 0.5rem !important; }
  .me-xxxl-2 {
    margin-right: 1rem !important; }
  .me-xxxl-3 {
    margin-right: 1.5rem !important; }
  .me-xxxl-4 {
    margin-right: 2rem !important; }
  .me-xxxl-5 {
    margin-right: 2.5rem !important; }
  .me-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxxl-1 {
    margin-bottom: 0.5rem !important; }
  .mb-xxxl-2 {
    margin-bottom: 1rem !important; }
  .mb-xxxl-3 {
    margin-bottom: 1.5rem !important; }
  .mb-xxxl-4 {
    margin-bottom: 2rem !important; }
  .mb-xxxl-5 {
    margin-bottom: 2.5rem !important; }
  .mb-xxxl-auto {
    margin-bottom: auto !important; }
  .ms-xxxl-0 {
    margin-left: 0 !important; }
  .ms-xxxl-1 {
    margin-left: 0.5rem !important; }
  .ms-xxxl-2 {
    margin-left: 1rem !important; }
  .ms-xxxl-3 {
    margin-left: 1.5rem !important; }
  .ms-xxxl-4 {
    margin-left: 2rem !important; }
  .ms-xxxl-5 {
    margin-left: 2.5rem !important; }
  .ms-xxxl-auto {
    margin-left: auto !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .p-xxxl-1 {
    padding: 0.5rem !important; }
  .p-xxxl-2 {
    padding: 1rem !important; }
  .p-xxxl-3 {
    padding: 1.5rem !important; }
  .p-xxxl-4 {
    padding: 2rem !important; }
  .p-xxxl-5 {
    padding: 2.5rem !important; }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-xxxl-0 {
    padding-top: 0 !important; }
  .pt-xxxl-1 {
    padding-top: 0.5rem !important; }
  .pt-xxxl-2 {
    padding-top: 1rem !important; }
  .pt-xxxl-3 {
    padding-top: 1.5rem !important; }
  .pt-xxxl-4 {
    padding-top: 2rem !important; }
  .pt-xxxl-5 {
    padding-top: 2.5rem !important; }
  .pe-xxxl-0 {
    padding-right: 0 !important; }
  .pe-xxxl-1 {
    padding-right: 0.5rem !important; }
  .pe-xxxl-2 {
    padding-right: 1rem !important; }
  .pe-xxxl-3 {
    padding-right: 1.5rem !important; }
  .pe-xxxl-4 {
    padding-right: 2rem !important; }
  .pe-xxxl-5 {
    padding-right: 2.5rem !important; }
  .pb-xxxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxxl-1 {
    padding-bottom: 0.5rem !important; }
  .pb-xxxl-2 {
    padding-bottom: 1rem !important; }
  .pb-xxxl-3 {
    padding-bottom: 1.5rem !important; }
  .pb-xxxl-4 {
    padding-bottom: 2rem !important; }
  .pb-xxxl-5 {
    padding-bottom: 2.5rem !important; }
  .ps-xxxl-0 {
    padding-left: 0 !important; }
  .ps-xxxl-1 {
    padding-left: 0.5rem !important; }
  .ps-xxxl-2 {
    padding-left: 1rem !important; }
  .ps-xxxl-3 {
    padding-left: 1.5rem !important; }
  .ps-xxxl-4 {
    padding-left: 2rem !important; }
  .ps-xxxl-5 {
    padding-left: 2.5rem !important; }
  .text-xxxl-start {
    text-align: left !important; }
  .text-xxxl-end {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

@media (min-width: 1919px) {
  .float-fhd-start {
    float: left !important; }
  .float-fhd-end {
    float: right !important; }
  .float-fhd-none {
    float: none !important; }
  .d-fhd-inline {
    display: inline !important; }
  .d-fhd-inline-block {
    display: inline-block !important; }
  .d-fhd-block {
    display: block !important; }
  .d-fhd-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-fhd-table {
    display: table !important; }
  .d-fhd-table-row {
    display: table-row !important; }
  .d-fhd-table-cell {
    display: table-cell !important; }
  .d-fhd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-fhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-fhd-none {
    display: none !important; }
  .border-fhd {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-fhd-0 {
    border: 0 !important; }
  .border-top-fhd {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-fhd-0 {
    border-top: 0 !important; }
  .border-end-fhd {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-fhd-0 {
    border-right: 0 !important; }
  .border-bottom-fhd {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-fhd-0 {
    border-bottom: 0 !important; }
  .border-start-fhd {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-fhd-0 {
    border-left: 0 !important; }
  .flex-fhd-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-fhd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-fhd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-fhd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-fhd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-fhd-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-fhd-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-fhd-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-fhd-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-fhd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-fhd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-fhd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .gap-fhd-0 {
    gap: 0 !important; }
  .gap-fhd-1 {
    gap: 0.5rem !important; }
  .gap-fhd-2 {
    gap: 1rem !important; }
  .gap-fhd-3 {
    gap: 1.5rem !important; }
  .gap-fhd-4 {
    gap: 2rem !important; }
  .gap-fhd-5 {
    gap: 2.5rem !important; }
  .justify-content-fhd-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-fhd-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-fhd-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-fhd-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-fhd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-fhd-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-fhd-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-fhd-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-fhd-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-fhd-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-fhd-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-fhd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-fhd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-fhd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-fhd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-fhd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-fhd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-fhd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-fhd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-fhd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-fhd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-fhd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-fhd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-fhd-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-fhd-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-fhd-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-fhd-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-fhd-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-fhd-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-fhd-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-fhd-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-fhd-0 {
    margin: 0 !important; }
  .m-fhd-1 {
    margin: 0.5rem !important; }
  .m-fhd-2 {
    margin: 1rem !important; }
  .m-fhd-3 {
    margin: 1.5rem !important; }
  .m-fhd-4 {
    margin: 2rem !important; }
  .m-fhd-5 {
    margin: 2.5rem !important; }
  .m-fhd-auto {
    margin: auto !important; }
  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-fhd-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-fhd-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-fhd-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-fhd-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-fhd-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-fhd-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-fhd-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-fhd-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-fhd-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-fhd-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-fhd-0 {
    margin-top: 0 !important; }
  .mt-fhd-1 {
    margin-top: 0.5rem !important; }
  .mt-fhd-2 {
    margin-top: 1rem !important; }
  .mt-fhd-3 {
    margin-top: 1.5rem !important; }
  .mt-fhd-4 {
    margin-top: 2rem !important; }
  .mt-fhd-5 {
    margin-top: 2.5rem !important; }
  .mt-fhd-auto {
    margin-top: auto !important; }
  .me-fhd-0 {
    margin-right: 0 !important; }
  .me-fhd-1 {
    margin-right: 0.5rem !important; }
  .me-fhd-2 {
    margin-right: 1rem !important; }
  .me-fhd-3 {
    margin-right: 1.5rem !important; }
  .me-fhd-4 {
    margin-right: 2rem !important; }
  .me-fhd-5 {
    margin-right: 2.5rem !important; }
  .me-fhd-auto {
    margin-right: auto !important; }
  .mb-fhd-0 {
    margin-bottom: 0 !important; }
  .mb-fhd-1 {
    margin-bottom: 0.5rem !important; }
  .mb-fhd-2 {
    margin-bottom: 1rem !important; }
  .mb-fhd-3 {
    margin-bottom: 1.5rem !important; }
  .mb-fhd-4 {
    margin-bottom: 2rem !important; }
  .mb-fhd-5 {
    margin-bottom: 2.5rem !important; }
  .mb-fhd-auto {
    margin-bottom: auto !important; }
  .ms-fhd-0 {
    margin-left: 0 !important; }
  .ms-fhd-1 {
    margin-left: 0.5rem !important; }
  .ms-fhd-2 {
    margin-left: 1rem !important; }
  .ms-fhd-3 {
    margin-left: 1.5rem !important; }
  .ms-fhd-4 {
    margin-left: 2rem !important; }
  .ms-fhd-5 {
    margin-left: 2.5rem !important; }
  .ms-fhd-auto {
    margin-left: auto !important; }
  .p-fhd-0 {
    padding: 0 !important; }
  .p-fhd-1 {
    padding: 0.5rem !important; }
  .p-fhd-2 {
    padding: 1rem !important; }
  .p-fhd-3 {
    padding: 1.5rem !important; }
  .p-fhd-4 {
    padding: 2rem !important; }
  .p-fhd-5 {
    padding: 2.5rem !important; }
  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-fhd-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-fhd-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-fhd-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-fhd-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-fhd-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-fhd-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-fhd-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-fhd-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-fhd-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-fhd-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-fhd-0 {
    padding-top: 0 !important; }
  .pt-fhd-1 {
    padding-top: 0.5rem !important; }
  .pt-fhd-2 {
    padding-top: 1rem !important; }
  .pt-fhd-3 {
    padding-top: 1.5rem !important; }
  .pt-fhd-4 {
    padding-top: 2rem !important; }
  .pt-fhd-5 {
    padding-top: 2.5rem !important; }
  .pe-fhd-0 {
    padding-right: 0 !important; }
  .pe-fhd-1 {
    padding-right: 0.5rem !important; }
  .pe-fhd-2 {
    padding-right: 1rem !important; }
  .pe-fhd-3 {
    padding-right: 1.5rem !important; }
  .pe-fhd-4 {
    padding-right: 2rem !important; }
  .pe-fhd-5 {
    padding-right: 2.5rem !important; }
  .pb-fhd-0 {
    padding-bottom: 0 !important; }
  .pb-fhd-1 {
    padding-bottom: 0.5rem !important; }
  .pb-fhd-2 {
    padding-bottom: 1rem !important; }
  .pb-fhd-3 {
    padding-bottom: 1.5rem !important; }
  .pb-fhd-4 {
    padding-bottom: 2rem !important; }
  .pb-fhd-5 {
    padding-bottom: 2.5rem !important; }
  .ps-fhd-0 {
    padding-left: 0 !important; }
  .ps-fhd-1 {
    padding-left: 0.5rem !important; }
  .ps-fhd-2 {
    padding-left: 1rem !important; }
  .ps-fhd-3 {
    padding-left: 1.5rem !important; }
  .ps-fhd-4 {
    padding-left: 2rem !important; }
  .ps-fhd-5 {
    padding-left: 2.5rem !important; }
  .text-fhd-start {
    text-align: left !important; }
  .text-fhd-end {
    text-align: right !important; }
  .text-fhd-center {
    text-align: center !important; } }

@media (min-width: 2559px) {
  .float-rt-start {
    float: left !important; }
  .float-rt-end {
    float: right !important; }
  .float-rt-none {
    float: none !important; }
  .d-rt-inline {
    display: inline !important; }
  .d-rt-inline-block {
    display: inline-block !important; }
  .d-rt-block {
    display: block !important; }
  .d-rt-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-rt-table {
    display: table !important; }
  .d-rt-table-row {
    display: table-row !important; }
  .d-rt-table-cell {
    display: table-cell !important; }
  .d-rt-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rt-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-rt-none {
    display: none !important; }
  .border-rt {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-rt-0 {
    border: 0 !important; }
  .border-top-rt {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-rt-0 {
    border-top: 0 !important; }
  .border-end-rt {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-rt-0 {
    border-right: 0 !important; }
  .border-bottom-rt {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-rt-0 {
    border-bottom: 0 !important; }
  .border-start-rt {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-rt-0 {
    border-left: 0 !important; }
  .flex-rt-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-rt-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-rt-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-rt-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-rt-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-rt-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-rt-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-rt-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-rt-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-rt-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-rt-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-rt-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .gap-rt-0 {
    gap: 0 !important; }
  .gap-rt-1 {
    gap: 0.5rem !important; }
  .gap-rt-2 {
    gap: 1rem !important; }
  .gap-rt-3 {
    gap: 1.5rem !important; }
  .gap-rt-4 {
    gap: 2rem !important; }
  .gap-rt-5 {
    gap: 2.5rem !important; }
  .justify-content-rt-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-rt-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-rt-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-rt-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-rt-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-rt-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-rt-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-rt-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-rt-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-rt-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-rt-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-rt-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-rt-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-rt-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-rt-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-rt-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-rt-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-rt-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-rt-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-rt-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-rt-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-rt-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-rt-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-rt-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-rt-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-rt-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-rt-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-rt-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-rt-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-rt-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-rt-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-rt-0 {
    margin: 0 !important; }
  .m-rt-1 {
    margin: 0.5rem !important; }
  .m-rt-2 {
    margin: 1rem !important; }
  .m-rt-3 {
    margin: 1.5rem !important; }
  .m-rt-4 {
    margin: 2rem !important; }
  .m-rt-5 {
    margin: 2.5rem !important; }
  .m-rt-auto {
    margin: auto !important; }
  .mx-rt-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-rt-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-rt-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-rt-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-rt-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-rt-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-rt-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-rt-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-rt-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-rt-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-rt-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-rt-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-rt-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-rt-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-rt-0 {
    margin-top: 0 !important; }
  .mt-rt-1 {
    margin-top: 0.5rem !important; }
  .mt-rt-2 {
    margin-top: 1rem !important; }
  .mt-rt-3 {
    margin-top: 1.5rem !important; }
  .mt-rt-4 {
    margin-top: 2rem !important; }
  .mt-rt-5 {
    margin-top: 2.5rem !important; }
  .mt-rt-auto {
    margin-top: auto !important; }
  .me-rt-0 {
    margin-right: 0 !important; }
  .me-rt-1 {
    margin-right: 0.5rem !important; }
  .me-rt-2 {
    margin-right: 1rem !important; }
  .me-rt-3 {
    margin-right: 1.5rem !important; }
  .me-rt-4 {
    margin-right: 2rem !important; }
  .me-rt-5 {
    margin-right: 2.5rem !important; }
  .me-rt-auto {
    margin-right: auto !important; }
  .mb-rt-0 {
    margin-bottom: 0 !important; }
  .mb-rt-1 {
    margin-bottom: 0.5rem !important; }
  .mb-rt-2 {
    margin-bottom: 1rem !important; }
  .mb-rt-3 {
    margin-bottom: 1.5rem !important; }
  .mb-rt-4 {
    margin-bottom: 2rem !important; }
  .mb-rt-5 {
    margin-bottom: 2.5rem !important; }
  .mb-rt-auto {
    margin-bottom: auto !important; }
  .ms-rt-0 {
    margin-left: 0 !important; }
  .ms-rt-1 {
    margin-left: 0.5rem !important; }
  .ms-rt-2 {
    margin-left: 1rem !important; }
  .ms-rt-3 {
    margin-left: 1.5rem !important; }
  .ms-rt-4 {
    margin-left: 2rem !important; }
  .ms-rt-5 {
    margin-left: 2.5rem !important; }
  .ms-rt-auto {
    margin-left: auto !important; }
  .p-rt-0 {
    padding: 0 !important; }
  .p-rt-1 {
    padding: 0.5rem !important; }
  .p-rt-2 {
    padding: 1rem !important; }
  .p-rt-3 {
    padding: 1.5rem !important; }
  .p-rt-4 {
    padding: 2rem !important; }
  .p-rt-5 {
    padding: 2.5rem !important; }
  .px-rt-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-rt-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-rt-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-rt-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-rt-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-rt-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-rt-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-rt-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-rt-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-rt-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-rt-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-rt-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-rt-0 {
    padding-top: 0 !important; }
  .pt-rt-1 {
    padding-top: 0.5rem !important; }
  .pt-rt-2 {
    padding-top: 1rem !important; }
  .pt-rt-3 {
    padding-top: 1.5rem !important; }
  .pt-rt-4 {
    padding-top: 2rem !important; }
  .pt-rt-5 {
    padding-top: 2.5rem !important; }
  .pe-rt-0 {
    padding-right: 0 !important; }
  .pe-rt-1 {
    padding-right: 0.5rem !important; }
  .pe-rt-2 {
    padding-right: 1rem !important; }
  .pe-rt-3 {
    padding-right: 1.5rem !important; }
  .pe-rt-4 {
    padding-right: 2rem !important; }
  .pe-rt-5 {
    padding-right: 2.5rem !important; }
  .pb-rt-0 {
    padding-bottom: 0 !important; }
  .pb-rt-1 {
    padding-bottom: 0.5rem !important; }
  .pb-rt-2 {
    padding-bottom: 1rem !important; }
  .pb-rt-3 {
    padding-bottom: 1.5rem !important; }
  .pb-rt-4 {
    padding-bottom: 2rem !important; }
  .pb-rt-5 {
    padding-bottom: 2.5rem !important; }
  .ps-rt-0 {
    padding-left: 0 !important; }
  .ps-rt-1 {
    padding-left: 0.5rem !important; }
  .ps-rt-2 {
    padding-left: 1rem !important; }
  .ps-rt-3 {
    padding-left: 1.5rem !important; }
  .ps-rt-4 {
    padding-left: 2rem !important; }
  .ps-rt-5 {
    padding-left: 2.5rem !important; }
  .text-rt-start {
    text-align: left !important; }
  .text-rt-end {
    text-align: right !important; }
  .text-rt-center {
    text-align: center !important; } }

@media (min-width: 2879px) {
  .float-rt15-start {
    float: left !important; }
  .float-rt15-end {
    float: right !important; }
  .float-rt15-none {
    float: none !important; }
  .d-rt15-inline {
    display: inline !important; }
  .d-rt15-inline-block {
    display: inline-block !important; }
  .d-rt15-block {
    display: block !important; }
  .d-rt15-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-rt15-table {
    display: table !important; }
  .d-rt15-table-row {
    display: table-row !important; }
  .d-rt15-table-cell {
    display: table-cell !important; }
  .d-rt15-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rt15-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-rt15-none {
    display: none !important; }
  .border-rt15 {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-rt15-0 {
    border: 0 !important; }
  .border-top-rt15 {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-rt15-0 {
    border-top: 0 !important; }
  .border-end-rt15 {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-rt15-0 {
    border-right: 0 !important; }
  .border-bottom-rt15 {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-rt15-0 {
    border-bottom: 0 !important; }
  .border-start-rt15 {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-rt15-0 {
    border-left: 0 !important; }
  .flex-rt15-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-rt15-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-rt15-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-rt15-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-rt15-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-rt15-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-rt15-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-rt15-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-rt15-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-rt15-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-rt15-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-rt15-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .gap-rt15-0 {
    gap: 0 !important; }
  .gap-rt15-1 {
    gap: 0.5rem !important; }
  .gap-rt15-2 {
    gap: 1rem !important; }
  .gap-rt15-3 {
    gap: 1.5rem !important; }
  .gap-rt15-4 {
    gap: 2rem !important; }
  .gap-rt15-5 {
    gap: 2.5rem !important; }
  .justify-content-rt15-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-rt15-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-rt15-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-rt15-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-rt15-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-rt15-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-rt15-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-rt15-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-rt15-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-rt15-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-rt15-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-rt15-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-rt15-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-rt15-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-rt15-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-rt15-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-rt15-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-rt15-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-rt15-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-rt15-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-rt15-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-rt15-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-rt15-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-rt15-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-rt15-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-rt15-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-rt15-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-rt15-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-rt15-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-rt15-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-rt15-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-rt15-0 {
    margin: 0 !important; }
  .m-rt15-1 {
    margin: 0.5rem !important; }
  .m-rt15-2 {
    margin: 1rem !important; }
  .m-rt15-3 {
    margin: 1.5rem !important; }
  .m-rt15-4 {
    margin: 2rem !important; }
  .m-rt15-5 {
    margin: 2.5rem !important; }
  .m-rt15-auto {
    margin: auto !important; }
  .mx-rt15-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-rt15-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-rt15-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-rt15-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-rt15-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-rt15-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-rt15-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-rt15-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-rt15-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-rt15-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-rt15-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-rt15-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-rt15-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-rt15-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-rt15-0 {
    margin-top: 0 !important; }
  .mt-rt15-1 {
    margin-top: 0.5rem !important; }
  .mt-rt15-2 {
    margin-top: 1rem !important; }
  .mt-rt15-3 {
    margin-top: 1.5rem !important; }
  .mt-rt15-4 {
    margin-top: 2rem !important; }
  .mt-rt15-5 {
    margin-top: 2.5rem !important; }
  .mt-rt15-auto {
    margin-top: auto !important; }
  .me-rt15-0 {
    margin-right: 0 !important; }
  .me-rt15-1 {
    margin-right: 0.5rem !important; }
  .me-rt15-2 {
    margin-right: 1rem !important; }
  .me-rt15-3 {
    margin-right: 1.5rem !important; }
  .me-rt15-4 {
    margin-right: 2rem !important; }
  .me-rt15-5 {
    margin-right: 2.5rem !important; }
  .me-rt15-auto {
    margin-right: auto !important; }
  .mb-rt15-0 {
    margin-bottom: 0 !important; }
  .mb-rt15-1 {
    margin-bottom: 0.5rem !important; }
  .mb-rt15-2 {
    margin-bottom: 1rem !important; }
  .mb-rt15-3 {
    margin-bottom: 1.5rem !important; }
  .mb-rt15-4 {
    margin-bottom: 2rem !important; }
  .mb-rt15-5 {
    margin-bottom: 2.5rem !important; }
  .mb-rt15-auto {
    margin-bottom: auto !important; }
  .ms-rt15-0 {
    margin-left: 0 !important; }
  .ms-rt15-1 {
    margin-left: 0.5rem !important; }
  .ms-rt15-2 {
    margin-left: 1rem !important; }
  .ms-rt15-3 {
    margin-left: 1.5rem !important; }
  .ms-rt15-4 {
    margin-left: 2rem !important; }
  .ms-rt15-5 {
    margin-left: 2.5rem !important; }
  .ms-rt15-auto {
    margin-left: auto !important; }
  .p-rt15-0 {
    padding: 0 !important; }
  .p-rt15-1 {
    padding: 0.5rem !important; }
  .p-rt15-2 {
    padding: 1rem !important; }
  .p-rt15-3 {
    padding: 1.5rem !important; }
  .p-rt15-4 {
    padding: 2rem !important; }
  .p-rt15-5 {
    padding: 2.5rem !important; }
  .px-rt15-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-rt15-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-rt15-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-rt15-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-rt15-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-rt15-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-rt15-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-rt15-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-rt15-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-rt15-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-rt15-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-rt15-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-rt15-0 {
    padding-top: 0 !important; }
  .pt-rt15-1 {
    padding-top: 0.5rem !important; }
  .pt-rt15-2 {
    padding-top: 1rem !important; }
  .pt-rt15-3 {
    padding-top: 1.5rem !important; }
  .pt-rt15-4 {
    padding-top: 2rem !important; }
  .pt-rt15-5 {
    padding-top: 2.5rem !important; }
  .pe-rt15-0 {
    padding-right: 0 !important; }
  .pe-rt15-1 {
    padding-right: 0.5rem !important; }
  .pe-rt15-2 {
    padding-right: 1rem !important; }
  .pe-rt15-3 {
    padding-right: 1.5rem !important; }
  .pe-rt15-4 {
    padding-right: 2rem !important; }
  .pe-rt15-5 {
    padding-right: 2.5rem !important; }
  .pb-rt15-0 {
    padding-bottom: 0 !important; }
  .pb-rt15-1 {
    padding-bottom: 0.5rem !important; }
  .pb-rt15-2 {
    padding-bottom: 1rem !important; }
  .pb-rt15-3 {
    padding-bottom: 1.5rem !important; }
  .pb-rt15-4 {
    padding-bottom: 2rem !important; }
  .pb-rt15-5 {
    padding-bottom: 2.5rem !important; }
  .ps-rt15-0 {
    padding-left: 0 !important; }
  .ps-rt15-1 {
    padding-left: 0.5rem !important; }
  .ps-rt15-2 {
    padding-left: 1rem !important; }
  .ps-rt15-3 {
    padding-left: 1.5rem !important; }
  .ps-rt15-4 {
    padding-left: 2rem !important; }
  .ps-rt15-5 {
    padding-left: 2.5rem !important; }
  .text-rt15-start {
    text-align: left !important; }
  .text-rt15-end {
    text-align: right !important; }
  .text-rt15-center {
    text-align: center !important; } }

@media (min-width: 3839px) {
  .float-uhd-start {
    float: left !important; }
  .float-uhd-end {
    float: right !important; }
  .float-uhd-none {
    float: none !important; }
  .d-uhd-inline {
    display: inline !important; }
  .d-uhd-inline-block {
    display: inline-block !important; }
  .d-uhd-block {
    display: block !important; }
  .d-uhd-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-uhd-table {
    display: table !important; }
  .d-uhd-table-row {
    display: table-row !important; }
  .d-uhd-table-cell {
    display: table-cell !important; }
  .d-uhd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-uhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-uhd-none {
    display: none !important; }
  .border-uhd {
    border: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-uhd-0 {
    border: 0 !important; }
  .border-top-uhd {
    border-top: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-top-uhd-0 {
    border-top: 0 !important; }
  .border-end-uhd {
    border-right: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-end-uhd-0 {
    border-right: 0 !important; }
  .border-bottom-uhd {
    border-bottom: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-bottom-uhd-0 {
    border-bottom: 0 !important; }
  .border-start-uhd {
    border-left: 1px solid rgba(201, 179, 237, 0.27) !important; }
  .border-start-uhd-0 {
    border-left: 0 !important; }
  .flex-uhd-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-uhd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-uhd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-uhd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-uhd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-uhd-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-uhd-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-uhd-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-uhd-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-uhd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-uhd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-uhd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .gap-uhd-0 {
    gap: 0 !important; }
  .gap-uhd-1 {
    gap: 0.5rem !important; }
  .gap-uhd-2 {
    gap: 1rem !important; }
  .gap-uhd-3 {
    gap: 1.5rem !important; }
  .gap-uhd-4 {
    gap: 2rem !important; }
  .gap-uhd-5 {
    gap: 2.5rem !important; }
  .justify-content-uhd-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-uhd-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-uhd-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-uhd-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-uhd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-uhd-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-uhd-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-uhd-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-uhd-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-uhd-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-uhd-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-uhd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-uhd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-uhd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-uhd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-uhd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-uhd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-uhd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-uhd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-uhd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-uhd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-uhd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-uhd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-uhd-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-uhd-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-uhd-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-uhd-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-uhd-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-uhd-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-uhd-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-uhd-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-uhd-0 {
    margin: 0 !important; }
  .m-uhd-1 {
    margin: 0.5rem !important; }
  .m-uhd-2 {
    margin: 1rem !important; }
  .m-uhd-3 {
    margin: 1.5rem !important; }
  .m-uhd-4 {
    margin: 2rem !important; }
  .m-uhd-5 {
    margin: 2.5rem !important; }
  .m-uhd-auto {
    margin: auto !important; }
  .mx-uhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-uhd-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-uhd-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-uhd-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-uhd-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-uhd-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-uhd-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-uhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-uhd-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-uhd-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-uhd-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-uhd-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-uhd-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-uhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-uhd-0 {
    margin-top: 0 !important; }
  .mt-uhd-1 {
    margin-top: 0.5rem !important; }
  .mt-uhd-2 {
    margin-top: 1rem !important; }
  .mt-uhd-3 {
    margin-top: 1.5rem !important; }
  .mt-uhd-4 {
    margin-top: 2rem !important; }
  .mt-uhd-5 {
    margin-top: 2.5rem !important; }
  .mt-uhd-auto {
    margin-top: auto !important; }
  .me-uhd-0 {
    margin-right: 0 !important; }
  .me-uhd-1 {
    margin-right: 0.5rem !important; }
  .me-uhd-2 {
    margin-right: 1rem !important; }
  .me-uhd-3 {
    margin-right: 1.5rem !important; }
  .me-uhd-4 {
    margin-right: 2rem !important; }
  .me-uhd-5 {
    margin-right: 2.5rem !important; }
  .me-uhd-auto {
    margin-right: auto !important; }
  .mb-uhd-0 {
    margin-bottom: 0 !important; }
  .mb-uhd-1 {
    margin-bottom: 0.5rem !important; }
  .mb-uhd-2 {
    margin-bottom: 1rem !important; }
  .mb-uhd-3 {
    margin-bottom: 1.5rem !important; }
  .mb-uhd-4 {
    margin-bottom: 2rem !important; }
  .mb-uhd-5 {
    margin-bottom: 2.5rem !important; }
  .mb-uhd-auto {
    margin-bottom: auto !important; }
  .ms-uhd-0 {
    margin-left: 0 !important; }
  .ms-uhd-1 {
    margin-left: 0.5rem !important; }
  .ms-uhd-2 {
    margin-left: 1rem !important; }
  .ms-uhd-3 {
    margin-left: 1.5rem !important; }
  .ms-uhd-4 {
    margin-left: 2rem !important; }
  .ms-uhd-5 {
    margin-left: 2.5rem !important; }
  .ms-uhd-auto {
    margin-left: auto !important; }
  .p-uhd-0 {
    padding: 0 !important; }
  .p-uhd-1 {
    padding: 0.5rem !important; }
  .p-uhd-2 {
    padding: 1rem !important; }
  .p-uhd-3 {
    padding: 1.5rem !important; }
  .p-uhd-4 {
    padding: 2rem !important; }
  .p-uhd-5 {
    padding: 2.5rem !important; }
  .px-uhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-uhd-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-uhd-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-uhd-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-uhd-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-uhd-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-uhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-uhd-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-uhd-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-uhd-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-uhd-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-uhd-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .pt-uhd-0 {
    padding-top: 0 !important; }
  .pt-uhd-1 {
    padding-top: 0.5rem !important; }
  .pt-uhd-2 {
    padding-top: 1rem !important; }
  .pt-uhd-3 {
    padding-top: 1.5rem !important; }
  .pt-uhd-4 {
    padding-top: 2rem !important; }
  .pt-uhd-5 {
    padding-top: 2.5rem !important; }
  .pe-uhd-0 {
    padding-right: 0 !important; }
  .pe-uhd-1 {
    padding-right: 0.5rem !important; }
  .pe-uhd-2 {
    padding-right: 1rem !important; }
  .pe-uhd-3 {
    padding-right: 1.5rem !important; }
  .pe-uhd-4 {
    padding-right: 2rem !important; }
  .pe-uhd-5 {
    padding-right: 2.5rem !important; }
  .pb-uhd-0 {
    padding-bottom: 0 !important; }
  .pb-uhd-1 {
    padding-bottom: 0.5rem !important; }
  .pb-uhd-2 {
    padding-bottom: 1rem !important; }
  .pb-uhd-3 {
    padding-bottom: 1.5rem !important; }
  .pb-uhd-4 {
    padding-bottom: 2rem !important; }
  .pb-uhd-5 {
    padding-bottom: 2.5rem !important; }
  .ps-uhd-0 {
    padding-left: 0 !important; }
  .ps-uhd-1 {
    padding-left: 0.5rem !important; }
  .ps-uhd-2 {
    padding-left: 1rem !important; }
  .ps-uhd-3 {
    padding-left: 1.5rem !important; }
  .ps-uhd-4 {
    padding-left: 2rem !important; }
  .ps-uhd-5 {
    padding-left: 2.5rem !important; }
  .text-uhd-start {
    text-align: left !important; }
  .text-uhd-end {
    text-align: right !important; }
  .text-uhd-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: -ms-grid !important;
    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; } }

@-webkit-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-moz-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-ms-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-o-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  -moz-animation: slide-down 5s 3;
  -ms-animation: slide-down 5s 3;
  -o-animation: slide-down 5s 3;
  animation: slide-down 5s 3; }

/*==========================
      Universal CSS
==========================*/
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

a {
  color: #9ea5b4;
  text-decoration: none; }
  a:hover {
    color: #9ea5b4; }

input:focus,
a:focus,
button:focus,
textarea:focus {
  outline: none; }

.TextGreen {
  color: #9fc131; }

.Fsize_10 {
  font-size: 10px; }

.Fsize_12 {
  font-size: 12px; }

.Fsize_13 {
  font-size: 13px; }

.Fsize_14 {
  font-size: 14px; }

.Fsize_16 {
  font-size: 16px; }

.Fsize_18 {
  font-size: 18px; }

.Fsize_22 {
  font-size: 22px; }

.Fsize_24 {
  font-size: 24px; }

.Fsize_30 {
  font-size: 30px; }

.Fsize_32 {
  font-size: 32px; }

.Fsize_40 {
  font-size: 40px; }

.Fsize_42 {
  font-size: 42px; }

.Fsize_48 {
  font-size: 48px; }

.Fsize_56 {
  font-size: 56px; }

.Fsize_64 {
  font-size: 64px; }

.Fsize_72 {
  font-size: 72px; }

.Fsize_80 {
  font-size: 80px; }

.Fsize_96 {
  font-size: 96px; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-8 {
  z-index: 8; }

.object-cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-contain {
  -o-object-fit: contain;
  object-fit: contain; }

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

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

.break-all {
  word-break: break-all; }

.ReadOnly {
  pointer-events: none;
  opacity: 0.5; }

.cursor-pointer {
  cursor: pointer; }

.line-height-normal {
  line-height: normal; }

.line-height-38 {
  line-height: 38px; }

.verticle-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

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

.ArchivoExtraLight {
  font-family: "Archivo Extra Light"; }

.ArchivoLight {
  font-family: "Archivo Light"; }

.ArchivoMedium {
  font-family: "Archivo Medium"; }

.ArchivoSemiBold {
  font-family: "Archivo SemiBold"; }

.ArchivoBold {
  font-family: "Archivo Bold"; }

.ArchivoBlack {
  font-family: "Archivo Black"; }

.RobotoLight {
  font-family: "Roboto Light"; }

.RobotoRegular {
  font-family: "Roboto Regular"; }

.RobotoBold {
  font-family: "Roboto Bold"; }

.GreyColor {
  color: #ada7b7; }

.GrayColor {
  color: #9ea5b4; }

.GreenColor {
  color: #9fc131; }

.ProfileImg {
  width: 36px;
  height: 36px; }

.BlogPosts .figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.BlogPosts .figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.TextGradient {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#78dba3), color-stop(35%, #25a7de), to(#f20587)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #78dba3 0%, #25a7de 35%, #f20587 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #78dba3 0%, #25a7de 35%, #f20587 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(to bottom, #78dba3 0%, #25a7de 35%, #f20587 100%) 0% 0% no-repeat padding-box;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -ms-box-decoration-break: clone; }

.GradientBox {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(60%, #301c50), to(#f20587)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #301c50 60%, #f20587 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #301c50 60%, #f20587 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #301c50 60%, #f20587 100%) 0% 0% no-repeat padding-box;
  position: relative; }
  .GradientBox:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(48, 28, 80, 0.55);
    z-index: 0;
    border-radius: 0.75rem; }

.GradientBackground {
  background: transparent -webkit-linear-gradient(321deg, #7f2e8d 0%, #320c73 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(321deg, #7f2e8d 0%, #320c73 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(129deg, #7f2e8d 0%, #320c73 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px; }

.RadialGradient {
  position: relative; }
  .RadialGradient:before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    content: "";
    max-width: 626px;
    width: 100%;
    height: 569px;
    left: -100px;
    /*transform: matrix(0, 1, -1, 0, 0, 0);*/
    background: transparent -webkit-radial-gradient(50% 50%, closest-side, #fa45c1 0%, #cb389d 21%, #571843 67%, #000000 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-radial-gradient(50% 50%, closest-side, #fa45c1 0%, #cb389d 21%, #571843 67%, #000000 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 50% 50%, #fa45c1 0%, #cb389d 21%, #571843 67%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: color-dodge;
    opacity: 0.42;
    z-index: -1; }
  .RadialGradient.top-minus:before {
    top: -250px; }
  .RadialGradient.left-minus:before {
    left: -250px; }

.btn {
  -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;
  -o-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;
  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; }
  .btn:hover {
    color: inherit; }

.BtnBorder {
  /*transition: $btn-transition;
	@include transition(all 0.3s);*/
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  z-index: 1; }
  .BtnBorder:hover {
    color: #fff; }

.BtnGreen {
  -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;
  -o-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;
  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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #9fc131;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #1A1920;
  border: solid 1px #9fc131;
  border-radius: 6px;
  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; }
  .BtnGreen:hover {
    background-color: #9fc13199;
    /*border-color: rgba($GreenColor, 0.6);*/
    color: #fff; }

.BtnGreenOutline {
  -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;
  -o-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;
  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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  font-family: "Archivo SemiBold";
  font-size: 14px;
  line-height: 1;
  color: #9fc131;
  border: solid 1px #9fc131;
  border-radius: 6px;
  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; }
  .BtnGreenOutline:hover {
    background-color: transparent;
    /*border-color: rgba($GreenColor, 0.6);*/
    color: #9fc131; }

.BtnWhiteOutline {
  -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;
  -o-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;
  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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  font-family: "Archivo SemiBold";
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
  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; }
  .BtnWhiteOutline:hover {
    background-color: transparent;
    border-color: #9fc131;
    color: #9fc131; }

.h-40 {
  height: 40px;
  padding: 0 16px; }

.h-48 {
  height: 48px;
  padding: 0 40px; }

.form-control,
.form-select {
  background-color: #23222b;
  border-color: #383645;
  font-size: 18px;
  color: #fff;
  min-height: 48px; }
  .form-control:focus,
  .form-select:focus {
    background-color: #1e103c;
    border-color: #1e103c;
    color: #fff; }
  .form-control::-webkit-input-placeholder,
  .form-select::-webkit-input-placeholder {
    font-size: 18px;
    color: #544769; }
  .form-control::-moz-placeholder,
  .form-select::-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    color: #544769; }
  .form-control:-moz-placeholder,
  .form-select:-moz-placeholder {
    font-size: 18px;
    color: #544769; }
  .form-control:-ms-input-placeholder,
  .form-select:-ms-input-placeholder {
    font-size: 18px;
    color: #544769; }
  .form-control.placeholder,
  .form-select.placeholder {
    font-size: 18px;
    color: #544769; }

.form-select {
  /*background-image: url("../images/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: 95% center;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .form-select:focus {
    outline: none; }

select::-ms-expand {
  display: none; }

textarea.form-control {
  height: auto;
  min-height: 90px;
  resize: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; }

#Banner .bubble-bg,
#GreenCommitment .bubble-bg, #Banner .header-img1,
#GreenCommitment .header-img1, #Banner .header-img2,
#GreenCommitment .header-img2, #Banner .header-img3,
#GreenCommitment .header-img3, .sec-bg::after, .maintenance-page::before, .join::before, .become-validator .item .img-box::after, .join-us .img-1, .join-us .img-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }

@font-face {
  font-family: 'elysium-web-icons';
  src: url("../fonts/icons/font/elysium-20-icons.eot");
  src: url("../fonts/icons/font/elysium-20-icons.eot?88700471#iefix") format("embedded-opentype"), url("../fonts/icons/font/elysium-20-icons.woff2?88700471") format("woff2"), url("../fonts/icons/font/elysium-20-icons.woff?88700471") format("woff"), url("../fonts/icons/font/elysium-20-icons.ttf?88700471") format("truetype"), url("../fonts/icons/font/elysium-20-icons.svg?88700471#elysium-web-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'elysium-web-icons';
    src: url('../font/elysium-web-icons.svg?88700471#elysium-web-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "elysium-web-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-wallet-close:before {
  content: '\e80d'; }

/* '' */
.icon-facuet:before {
  content: '\e80e'; }

/* '' */
.icon-swap-single-arrow:before {
  content: '\e810'; }

/* '' */
.icon-barcode-scanner:before {
  content: '\e812'; }

/* '' */
.icon-shuttle-outline:before {
  content: '\e813'; }

/* '' */
.icon-shop:before {
  content: '\e814'; }

/* '' */
.icon-profile:before {
  content: '\e816'; }

/* '' */
.icon-instagram:before {
  content: '\e81f'; }

/* '' */
.icon-twitter-outline-1:before {
  content: '\e827'; }

/* '' */
.icon-close:before {
  content: '\e834'; }

/* '' */
.icon-wallet:before {
  content: '\e836'; }

/* '' */
.icon-copy:before {
  content: '\e837'; }

/* '' */
.icon-document:before {
  content: '\e838'; }

/* '' */
.icon-bridge:before {
  content: '\e839'; }

/* '' */
.icon-validators:before {
  content: '\e83a'; }

/* '' */
.icon-linkedin:before {
  content: '\e83b'; }

/* '' */
.icon-facebook:before {
  content: '\e83c'; }

/* '' */
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

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

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

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none; }

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  -o-transition-property: transform,opacity,height;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

@font-face {
  font-family: "Archivo Extra Light";
  src: url("../fonts/Archivo-ExtraLight.eot");
  src: url("../fonts/Archivo-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-ExtraLight.woff") format("woff"), url("../fonts/Archivo-ExtraLight.ttf") format("truetype"), url("../fonts/Archivo-ExtraLight.svg#Archivo Extra Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Archivo Light";
  src: url("../fonts/Archivo-Light.eot");
  src: url("../fonts/Archivo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Light.woff") format("woff"), url("../fonts/Archivo-Light.ttf") format("truetype"), url("../fonts/Archivo-Light.svg#Archivo Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Archivo Medium";
  src: url("../fonts/Archivo-Medium.eot");
  src: url("../fonts/Archivo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Medium.woff") format("woff"), url("../fonts/Archivo-Medium.ttf") format("truetype"), url("../fonts/Archivo-Medium.svg#Archivo Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Archivo SemiBold";
  src: url("../fonts/Archivo-SemiBold.eot");
  src: url("../fonts/Archivo-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-SemiBold.woff") format("woff"), url("../fonts/Archivo-SemiBold.ttf") format("truetype"), url("../fonts/Archivo-SemiBold.svg#Archivo SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Archivo Bold";
  src: url("../fonts/Archivo-Bold.eot");
  src: url("../fonts/Archivo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Bold.woff") format("woff"), url("../fonts/Archivo-Bold.ttf") format("truetype"), url("../fonts/Archivo-Bold.svg#Archivo Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Archivo Black";
  src: url("../fonts/Archivo-Black.eot");
  src: url("../fonts/Archivo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Black.woff") format("woff"), url("../fonts/Archivo-Black.ttf") format("truetype"), url("../fonts/Archivo-Black.svg#Archivo Black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background-color: #1A1920;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff; }
  body.light {
    background-color: white;
    color: black; }
    body.light .navbar-dark .navbar-toggler-icon {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCI+CjxwYXRoIGQ9Ik0gMyA3IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAzIDkgTCAyNyA5IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAyNyA3IEwgMyA3IHogTSAzIDE0IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAzIDE2IEwgMjcgMTYgQSAxLjAwMDEgMS4wMDAxIDAgMSAwIDI3IDE0IEwgMyAxNCB6IE0gMyAyMSBBIDEuMDAwMSAxLjAwMDEgMCAxIDAgMyAyMyBMIDI3IDIzIEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAyNyAyMSBMIDMgMjEgeiI+PC9wYXRoPgo8L3N2Zz4="); }
    body.light .MoreText {
      color: #9fc131; }
    body.light .swiper-pagination-bullet {
      background: #dedde4; }
    body.light .swiper-pagination-bullet-active {
      background: #9fc131; }
    body.light header .navbar .BtnPurple {
      background-color: #e9e8ed;
      border: 1px solid #dedde4;
      color: black !important; }
    body.light header .navbar .darkColor {
      color: black !important; }
    body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu {
      -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.101961);
      box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.101961);
      background-color: #f4f4f6;
      color: black; }
      body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu h6, body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu .h6 {
        color: black !important; }
      body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu .dropdown-item h6, body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu .dropdown-item .h6 {
        color: black; }
      body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu .dropdown-item path {
        fill: #1a1920 !important; }
      body.light header .navbar .navbar-collapse ul .nav-item .dropdown-menu .dropdown-item .GreyColor {
        color: black; }
    body.light header .navbar .navbar-collapse ul .nav-item .nav-link {
      color: black;
      font-weight: 600; }
      body.light header .navbar .navbar-collapse ul .nav-item .nav-link svg path {
        fill: #1a1920; }
      body.light header .navbar .navbar-collapse ul .nav-item .nav-link:focus svg path, body.light header .navbar .navbar-collapse ul .nav-item .nav-link:hover svg path, body.light header .navbar .navbar-collapse ul .nav-item .nav-link.active svg path {
        fill: #1a1920; }
    body.light .trusted-by .text-white {
      color: black !important; }
    body.light .requirement-card,
    body.light .validator-card {
      background-color: white;
      color: black;
      border: 1px solid #dedde4;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a; }
    body.light #GreenCommitment .bubble-bg {
      mix-blend-mode: darken; }
    body.light #WhyElysium .blend-screen,
    body.light #Join .blend-screen,
    body.light #Validator .blend-screen,
    body.light .join-us .blend-screen {
      mix-blend-mode: darken; }
    body.light #CalculatorBanner .CalculatorBox,
    body.light #RewardCal .CalculatorBox {
      background-color: white;
      color: black;
      border: 1px solid #dedde4;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a; }
      body.light #CalculatorBanner .CalculatorBox .OgBadge,
      body.light #RewardCal .CalculatorBox .OgBadge {
        background: #f4f4f6;
        color: black;
        border: 1px solid #dedde4; }
        body.light #CalculatorBanner .CalculatorBox .OgBadge .checkmark,
        body.light #RewardCal .CalculatorBox .OgBadge .checkmark {
          background: #e9e8ed;
          border: 1px solid #dedde4; }
        body.light #CalculatorBanner .CalculatorBox .OgBadge.checked,
        body.light #RewardCal .CalculatorBox .OgBadge.checked {
          border: 1px solid #9fc131; }
      body.light #CalculatorBanner .CalculatorBox .CalInput,
      body.light #CalculatorBanner .CalculatorBox .RewardCard,
      body.light #RewardCal .CalculatorBox .CalInput,
      body.light #RewardCal .CalculatorBox .RewardCard {
        background-color: white;
        color: black;
        border: 1px solid #dedde4;
        -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
        box-shadow: 3px 3px 15px 0px #0000001a; }
      body.light #CalculatorBanner .CalculatorBox .progress-container::before,
      body.light #RewardCal .CalculatorBox .progress-container::before {
        background-color: #f4f4f6; }
      body.light #CalculatorBanner .CalculatorBox .circle,
      body.light #RewardCal .CalculatorBox .circle {
        background: #dedde4; }
        body.light #CalculatorBanner .CalculatorBox .circle.active,
        body.light #RewardCal .CalculatorBox .circle.active {
          background-color: #9fc131; }
    body.light #CalculatorBanner .RewardBox,
    body.light #RewardCal .RewardBox {
      background-color: white;
      color: black;
      border: 1px solid #dedde4;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a; }
    body.light #StackSection table {
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a;
      border-radius: 16px; }
    body.light #StackSection th {
      background-color: white;
      border-bottom: 1px solid #dedde4;
      color: #848e9c; }
    body.light #StackSection tbody td:first-child {
      font-weight: 700;
      color: #848e9c;
      font-size: 16px; }
    body.light #StackSection tr:nth-child(even) {
      background-color: white;
      color: black; }
    body.light #StackSection tr:nth-child(odd) {
      background-color: #f4f4f6;
      color: black; }
    body.light #ElysiumForge .ForgeBox {
      background-color: white;
      color: black;
      border: 1px solid #dedde4;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a; }
    body.light #Banner {
      background-image: url("/assets/images/lightBanner.png") !important; }
      body.light #Banner .fw-100 {
        font-weight: 200; }
      body.light #Banner .header-img1,
      body.light #Banner .header-img2 {
        mix-blend-mode: darken; }
    body.light .web3 .gradient-bg {
      background-color: white;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a;
      border: 1px solid #dedde4; }
    body.light .join-us .join-card {
      background-color: white;
      color: black;
      border: 1px solid #dedde4;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a; }
    body.light .more-about-elysium-acc .AcceleratorBox,
    body.light .testimonials .AcceleratorBox {
      background-color: white;
      color: black;
      border: 1px solid #dedde4;
      -webkit-box-shadow: 3px 3px 15px 0px #0000001a;
      box-shadow: 3px 3px 15px 0px #0000001a; }
    body.light .form-control,
    body.light .form-select {
      background-color: white;
      color: black;
      border: 1px solid #dedde4; }
      body.light .form-control:focus,
      body.light .form-select:focus {
        background-color: white;
        color: black;
        border: 1px solid #dedde4; }
    body.light .form-check-input {
      background-color: white;
      border: 1px solid #dedde4; }
    body.light .form-check-input:checked {
      background-color: #0d6efd !important;
      border-color: #0d6efd !important; }
    body.light .unleashProject .form-control {
      color: black; }
    body.light .clients .clients-slider img {
      -webkit-filter: none;
      filter: none; }
    body.light footer {
      background-color: #ededed; }
      body.light footer svg path {
        fill: #1a1920; }
      body.light footer h6, body.light footer .h6 {
        color: black;
        font-weight: 700; }
      body.light footer a,
      body.light footer .GrayColor {
        color: #383645; }
      body.light footer .opacity-50 {
        opacity: 0.7 !important; }

h2, .h2 {
  font-family: "Inter", sans-serif;
  font-size: 72px;
  letter-spacing: 1px; }

h3, .h3 {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  letter-spacing: 1px; }

h4, .h4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  letter-spacing: 1px; }

h5, .h5 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  letter-spacing: 1px; }

h6, .h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 1px; }

p {
  margin: 0; }

:root {
  /*--carousel-slider-max-width: 100vw;*/
  --carousel-slider-width: 432px;
  --carousel-slider-height: 600px;
  --carousel-slider-navigation-color: #000;
  --carousel-slider-pagination-color: #000;
  --star-color: var(--primary-color);
  --star-tail-length: 8em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 9s;
  --tail-fade-duration: var(--fall-duration); }

/* styles for carousel swiper */
@media only screen and (max-width: 520px) {
  :root {
    --carousel-slider-width: 80vw; } }

.cardImgsize {
  max-width: 368px;
  width: 100%;
  height: 375px;
  -o-object-fit: contain;
  object-fit: contain; }

.carousel-slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 97vw;
  overflow: hidden; }

.carousel-slider .swiper-slide {
  width: var(--carousel-slider-width);
  height: var(--carousel-slider-height);
  position: relative; }

.carousel-slider .swiper-slide img {
  max-width: 100%;
  display: block;
  /*width: var(--carousel-slider-width);
      height: var(--carousel-slider-height);
      object-fit: cover;*/ }

.event-detail {
  /*   background: transparent linear-gradient(271deg, $GreenColor 0%, $PurpleColor 100%) 0% 0% no-repeat padding-box;*/
  background-color: #1A1920;
  padding: 11px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#9fc131), color-stop(100%, #9fc131), color-stop(100%, #9fc131), color-stop(0%, #9fc131));
  background: -webkit-linear-gradient(left, #9fc131 0%, #9fc131 100%, #9fc131 100%, #9fc131 0%);
  background: -o-linear-gradient(left, #9fc131 0%, #9fc131 100%, #9fc131 100%, #9fc131 0%);
  background: linear-gradient(to right, #9fc131 0%, #9fc131 100%, #9fc131 100%, #9fc131 0%);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  padding-bottom: 1px; }

.border-gradient {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px; }

.border-gradient-purple {
  border-image-source: linear-gradient(90deg, rgba(159, 193, 49, 0) 0%, #9fc131 15%, #9fc131 85%, rgba(159, 193, 49, 0) 100%); }

.only-top {
  border-left: 0;
  border-right: 0;
  border-top: 0; }

header .navbar .navbar-brand {
  max-width: 195px; }

header .navbar .FortunaIcon {
  width: 50px;
  height: 50px; }

header .navbar .navbar-collapse ul {
  font-size: 16px;
  font-family: "Roboto Regular";
  position: relative; }
  header .navbar .navbar-collapse ul .nav-item {
    position: unset;
    /*.dropdown-toggle {
                        line-height: 65px;
                    }*/ }
    header .navbar .navbar-collapse ul .nav-item .nav-link {
      padding: 0;
      letter-spacing: 0.28px;
      color: #fff; }
      header .navbar .navbar-collapse ul .nav-item .nav-link:focus, header .navbar .navbar-collapse ul .nav-item .nav-link:hover, header .navbar .navbar-collapse ul .nav-item .nav-link.active {
        color: #9fc131; }
        header .navbar .navbar-collapse ul .nav-item .nav-link:focus svg path, header .navbar .navbar-collapse ul .nav-item .nav-link:hover svg path, header .navbar .navbar-collapse ul .nav-item .nav-link.active svg path {
          fill: #9fc131; }
      header .navbar .navbar-collapse ul .nav-item .nav-link::after {
        display: none; }
    header .navbar .navbar-collapse ul .nav-item .bigMenu ul {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      list-style: none;
      padding: 0; }
    header .navbar .navbar-collapse ul .nav-item .bigMenu.use-menu {
      width: 912px; }
    header .navbar .navbar-collapse ul .nav-item .dropdown-menu {
      background: #23222b;
      border-radius: 8px;
      width: 464px;
      border: 0;
      /*margin-left: -40px;*/
      left: 0;
      padding: 0; }
      header .navbar .navbar-collapse ul .nav-item .dropdown-menu li {
        margin: 15px 15px 20px 15px;
        /* &:last-child {
                                margin-bottom: 0;
                            }*/ }
        header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item {
          color: #fff;
          border-radius: 8px;
          padding: 16px 22px;
          white-space: normal; }
          header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item .Fsize_22 {
            width: 30px;
            padding-top: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
          header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item .coming-soon {
            position: relative;
            top: -5px; }
          header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item:hover, header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item:focus, header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item:active {
            background-color: rgba(48, 28, 80, 0.3); }
    header .navbar .navbar-collapse ul .nav-item:hover > a.nav-link + .dropdown-menu {
      display: block; }
      header .navbar .navbar-collapse ul .nav-item:hover > a.nav-link + .dropdown-menu li.dropdown > a.dropdown-item.show + .dropdown-menu.show {
        display: block;
        left: 100%;
        margin-left: 0;
        top: 0; }
      header .navbar .navbar-collapse ul .nav-item:hover > a.nav-link + .dropdown-menu li.dropdown:hover > a.dropdown-item + .dropdown-menu {
        display: block;
        left: 100%;
        margin-left: 0;
        top: 0; }
        header .navbar .navbar-collapse ul .nav-item:hover > a.nav-link + .dropdown-menu li.dropdown:hover > a.dropdown-item + .dropdown-menu li:hover {
          background-color: rgba(48, 28, 80, 0.3); }
    header .navbar .navbar-collapse ul .nav-item:focus, header .navbar .navbar-collapse ul .nav-item:hover, header .navbar .navbar-collapse ul .nav-item.active {
      color: #9fc131; }

.about-section {
  background-image: url("../images/about-frame.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  min-height: 458px;
  padding: 52px 0 0 140px; }
  .about-section ul li {
    height: 74px;
    font-size: 16px; }

.coming-soon {
  border: 1px solid #848e9c;
  border-radius: 4px;
  color: #848e9c;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 12px; }

#SalePage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  #SalePage .offerTag {
    padding: 9px 10px;
    float: right;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 20px; }
  #SalePage .border-right-class {
    border-right: 2px solid #ffffff33; }
  #SalePage .details-tab-list li {
    padding-bottom: 8px; }
    #SalePage .details-tab-list li .title {
      color: #ada7b7;
      line-height: 26px; }
    #SalePage .details-tab-list li .value {
      font-weight: 700; }
  #SalePage .spacing {
    padding: 200px 0 80px; }
  #SalePage p {
    font-family: "Archivo light";
    letter-spacing: 1px; }
  #SalePage .fw-600 {
    font-weight: 600; }
  #SalePage .unitList li {
    font-size: 16px;
    font-family: "Archivo light";
    color: #ada7b7 !important;
    font-weight: 400; }
  #SalePage .imageContainer {
    border: 1px solid #3b2864;
    background: #241446b2;
    border-radius: 8px;
    height: 648px;
    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; }
  #SalePage .backIcon {
    border: 1px solid #ada7b7;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    width: 44px;
    height: 44px;
    margin-top: 10px;
    cursor: pointer; }
    #SalePage .backIcon svg {
      cursor: pointer;
      fill: #ada7b7; }
    #SalePage .backIcon:hover {
      border: 1px solid #9fc131; }
      #SalePage .backIcon:hover svg {
        fill: #9fc131 !important; }
  #SalePage .textGreen {
    color: #9fc131; }
  #SalePage .lightGreyClr {
    color: #ada7b7 !important; }
  #SalePage .saleText {
    font-size: 14px;
    font-weight: 600;
    color: #e10439;
    position: relative;
    margin-left: 5px; }
  #SalePage .buyNowBtn {
    border: 1px solid #9fc131;
    border-radius: 8px;
    padding: 10px 24px;
    color: #9fc131;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    font-family: "Archivo SemiBold"; }
    #SalePage .buyNowBtn:hover {
      color: black;
      background-color: #9fc131; }

#Hexagonas {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  #Hexagonas .spacing {
    padding: 140px 0 0 0; }
  #Hexagonas .lightGreyClr {
    color: #ada7b7 !important; }
  #Hexagonas .greenClr {
    color: #9fc131; }
  #Hexagonas .Fsize_20 {
    font-size: 20px; }
  #Hexagonas #timer {
    color: #fff; }
    #Hexagonas #timer ul {
      list-style: none; }
      #Hexagonas #timer ul li {
        padding: 0 30px;
        border-right: 1px solid rgba(201, 179, 237, 0.27); }
        #Hexagonas #timer ul li p {
          color: #fff;
          font-size: 12px;
          margin-bottom: 0; }
        #Hexagonas #timer ul li .Fsize_24 {
          color: #fff; }
        #Hexagonas #timer ul li:first-child {
          padding-left: 0 !important; }
        #Hexagonas #timer ul li:last-child {
          padding-right: 0 !important;
          border-right: none; }
  #Hexagonas .background-image {
    background-size: cover;
    background: no-repeat;
    position: absolute;
    top: 60px; }
  #Hexagonas .BoxSection .box {
    padding: 24px;
    border-radius: 8px;
    background-color: #241446;
    cursor: pointer; }
    #Hexagonas .BoxSection .box .BoxImage {
      height: 287px;
      -o-object-fit: cover;
      object-fit: cover; }
  #Hexagonas .BoxSection .offerTag {
    padding: 9px 10px;
    border: 1px solid #e10439;
    border-radius: 6px;
    color: #e10439;
    float: right;
    font-size: 14px;
    width: 127px;
    margin-left: auto; }
  #Hexagonas .BoxSection .buyNowBtn {
    border: 1px solid #9fc131;
    border-radius: 8px;
    padding: 10px 24px;
    width: 100%;
    color: #9fc131;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    font-family: "Archivo SemiBold"; }
    #Hexagonas .BoxSection .buyNowBtn:hover {
      color: black;
      background-color: #9fc131; }
  #Hexagonas .BoxSection .borderBottom {
    border-bottom: 1px solid #ffffff29 !important; }
  #Hexagonas .BoxSection .set-position {
    position: absolute;
    top: 0px;
    right: 10px; }
  #Hexagonas .BoxSection .saleText {
    font-size: 14px;
    font-weight: 400;
    color: #e10439;
    position: relative;
    margin-left: 5px; }
    #Hexagonas .BoxSection .saleText::before {
      content: "";
      position: absolute;
      height: 1px;
      width: 54px;
      background-color: #e10439;
      top: 10px; }
  #Hexagonas .modal-content {
    background-color: transparent;
    border-radius: 16px;
    padding: 16px; }
    #Hexagonas .modal-content .set-position-absolute {
      padding: 4px 11px;
      border: 0px solid black;
      position: absolute;
      right: 0px;
      right: 140px;
      top: 20px;
      color: black;
      z-index: 3;
      font-size: 20px;
      background-color: #fffefecc;
      border-radius: 20px; }

.animation-button {
  margin: 0;
  display: -ms-grid;
  display: grid;
  place-items: end; }
  .animation-button .animation-style {
    position: relative;
    padding: 9px 10px;
    -webkit-box-shadow: 0 0 10px 5px #161021;
    box-shadow: 0 0 10px 5px #161021;
    color: #999;
    text-decoration: none;
    letter-spacing: 4px;
    font: 400 14px consolas;
    overflow: hidden; }
    .animation-button .animation-style span {
      position: absolute;
      right: 0; }
      .animation-button .animation-style span:nth-child(1) {
        top: 0;
        width: 100%;
        height: 3px;
        background: -webkit-gradient(linear, left top, right top, from(#171618), to(#9fc131));
        background: -webkit-linear-gradient(left, #171618, #9fc131);
        background: -o-linear-gradient(left, #171618, #9fc131);
        background: linear-gradient(to right, #171618, #9fc131);
        -webkit-animation: animate1 2s linear infinite;
        animation: animate1 2s linear infinite; }
      .animation-button .animation-style span:nth-child(2) {
        top: 0;
        height: 100%;
        width: 3px;
        background: -webkit-gradient(linear, left top, left bottom, from(#171618), to(#9fc131));
        background: -webkit-linear-gradient(top, #171618, #9fc131);
        background: -o-linear-gradient(top, #171618, #9fc131);
        background: linear-gradient(to bottom, #171618, #9fc131);
        -webkit-animation: animate2 2s linear infinite;
        animation: animate2 2s linear infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .animation-button .animation-style span:nth-child(3) {
        bottom: 0;
        width: 100%;
        height: 3px;
        background: -webkit-gradient(linear, right top, left top, from(#171618), to(#9fc131));
        background: -webkit-linear-gradient(right, #171618, #9fc131);
        background: -o-linear-gradient(right, #171618, #9fc131);
        background: linear-gradient(to left, #171618, #9fc131);
        -webkit-animation: animate3 2s linear infinite;
        animation: animate3 2s linear infinite; }
      .animation-button .animation-style span:nth-child(4) {
        top: 0;
        left: 0;
        height: 100%;
        width: 3px;
        background: -webkit-gradient(linear, left bottom, left top, from(#171618), to(#9fc131));
        background: -webkit-linear-gradient(bottom, #171618, #9fc131);
        background: -o-linear-gradient(bottom, #171618, #9fc131);
        background: linear-gradient(to top, #171618, #9fc131);
        -webkit-animation: animate4 2s linear infinite;
        animation: animate4 2s linear infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.text-gray {
  color: #848e9c; }

#RewardCal .CalculatorBox {
  background: #23222b;
  border-radius: 16px; }
  #RewardCal .CalculatorBox .CalInput {
    border: 1px solid #383645;
    border-radius: 8px;
    background-color: #1a1920;
    color: #848e9c;
    padding: 12px 16px; }
    #RewardCal .CalculatorBox .CalInput::-webkit-input-placeholder {
      color: #848e9c; }
  #RewardCal .CalculatorBox .progress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%; }
  #RewardCal .CalculatorBox .progress-container::before {
    content: "";
    background-color: #1a1920;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 0; }
  #RewardCal .CalculatorBox .progress {
    background-color: #9fc131;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 1;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease; }
  #RewardCal .CalculatorBox .circle {
    background: #383645;
    color: #999;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    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: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 10;
    cursor: pointer;
    position: relative; }
  #RewardCal .CalculatorBox .CircleWrapper {
    position: relative; }
    #RewardCal .CalculatorBox .CircleWrapper .text {
      position: absolute;
      top: 23px;
      left: -4px; }
  #RewardCal .CalculatorBox .CheckboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #RewardCal .CalculatorBox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #RewardCal .CalculatorBox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #1a1920;
    border: 1px solid #383645;
    border-radius: 4px; }
  #RewardCal .CalculatorBox .CheckboxContainer input:checked ~ .checkmark {
    border: 1px solid #9fc131; }
  #RewardCal .CalculatorBox .OgBadge.checked {
    border: 1px solid #9fc131; }
  #RewardCal .CalculatorBox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #RewardCal .CalculatorBox .CheckboxContainer input:checked ~ .checkmark:after {
    display: block; }
  #RewardCal .CalculatorBox .CheckboxContainer .checkmark:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #9fc131;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #RewardCal .CalculatorBox .OgBadge {
    border: 1px solid #383645;
    background: #1a1920;
    border-radius: 8px;
    margin-top: 59px;
    margin-bottom: 30px;
    cursor: pointer; }
  #RewardCal .CalculatorBox .circle.active {
    background-color: #9fc131; }
  #RewardCal .CalculatorBox .RewardCard {
    background: #1a1920;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 14px; }
  #RewardCal .CalculatorBox .circle.active-progress {
    background-color: #9fc131;
    /* Color of the circles when the progress bar is filled up to this circle */ }

#RewardCal .RewardBox {
  background: #23222b;
  border-radius: 16px;
  padding: 24px 38px; }

#StackSection table {
  width: 100%;
  border-collapse: collapse; }

#StackSection th,
#StackSection td {
  padding: 14px;
  text-align: center; }

#StackSection th {
  background-color: #23222b;
  border-bottom: 1px solid #383645;
  color: #848e9c;
  font-size: 14px;
  font-weight: 400;
  text-wrap: nowrap; }

#StackSection tbody td:first-child {
  font-weight: 700;
  color: #848e9c;
  font-size: 16px; }

#StackSection tr:nth-child(even) {
  background-color: #292731; }

#StackSection tr:nth-child(odd) {
  background-color: #23222b; }

#StackSection thead th:first-child {
  border-top-left-radius: 16px; }

#StackSection thead th:last-child {
  border-top-right-radius: 16px; }

#StackSection tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px; }

#StackSection tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px; }

#ElysiumForge .ForgeBox {
  background: #23222b;
  border-radius: 16px;
  min-height: 252px;
  height: 100%;
  text-align: start;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url("/assets/images/greenArrow.png");
  background-repeat: no-repeat;
  background-position: 93% 13%;
  position: relative; }

#ElysiumForge .forgeimg {
  position: absolute;
  top: -30px; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.letterSpacing {
  letter-spacing: 1px; }

#CalculatorBanner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 80vh;
  overflow: hidden;
  position: relative; }
  #CalculatorBanner .spacing {
    padding: 200px 0 120px; }
  #CalculatorBanner .BtnGreen {
    width: 136px;
    text-wrap: nowrap;
    font-weight: 700; }
  #CalculatorBanner .letter-spacing {
    letter-spacing: 1px; }
  #CalculatorBanner .CalculatorBox {
    background: #23222b;
    border-radius: 16px; }
    #CalculatorBanner .CalculatorBox .CalInput {
      border: 1px solid #383645;
      border-radius: 8px;
      background-color: #1a1920;
      color: #848e9c;
      padding: 12px 16px; }
      #CalculatorBanner .CalculatorBox .CalInput::-webkit-input-placeholder {
        color: #848e9c; }
    #CalculatorBanner .CalculatorBox .progress-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      margin-bottom: 30px;
      max-width: 100%; }
    #CalculatorBanner .CalculatorBox .progress-container::before {
      content: "";
      background-color: #1a1920;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 4px;
      width: 100%;
      z-index: 0; }
    #CalculatorBanner .CalculatorBox .progress {
      background-color: #9fc131;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 4px;
      width: 0%;
      z-index: 1;
      -webkit-transition: width 0.4s ease;
      -o-transition: width 0.4s ease;
      transition: width 0.4s ease; }
    #CalculatorBanner .CalculatorBox .circle {
      background: #383645;
      color: #999;
      border-radius: 50%;
      height: 16px;
      width: 16px;
      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: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      z-index: 10;
      cursor: pointer; }
    #CalculatorBanner .CalculatorBox .circle.active {
      background-color: #9fc131; }
    #CalculatorBanner .CalculatorBox .RewardCard {
      background: #1a1920;
      border-radius: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 9px 14px; }
    #CalculatorBanner .CalculatorBox .circle.active-progress {
      background-color: #9fc131;
      /* Color of the circles when the progress bar is filled up to this circle */ }

#Banner,
#GreenCommitment {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*height: calc(100vh - 50px);*/
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  #Banner h1, #Banner .h1,
  #GreenCommitment h1,
  #GreenCommitment .h1 {
    font-size: 88px; }
  #Banner .spacing,
  #GreenCommitment .spacing {
    padding: 180px 0 350px; }
  #Banner .bubble-bg,
  #GreenCommitment .bubble-bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/bg-bubble.png");
    width: 600px;
    height: 600px;
    mix-blend-mode: screen; }
  #Banner .header-img1,
  #GreenCommitment .header-img1 {
    top: 32%;
    left: 0%;
    background-image: url("../images/header-main-img-left.png");
    width: 300px;
    height: 300px;
    mix-blend-mode: screen; }
  #Banner .header-img2,
  #GreenCommitment .header-img2 {
    top: 45%;
    right: 4%;
    background-image: url("../images/header-main-img-right.png");
    width: 250px;
    height: 250px;
    mix-blend-mode: screen; }
  #Banner .header-img3,
  #GreenCommitment .header-img3 {
    top: 45%;
    right: 4%;
    background-image: url("../images/header-main-img2.png");
    width: 250px;
    height: 250px;
    mix-blend-mode: screen; }
  #Banner .circle-container,
  #GreenCommitment .circle-container {
    position: absolute;
    -webkit-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
    #Banner .circle-container .circle,
    #GreenCommitment .circle-container .circle {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      mix-blend-mode: screen;
      background-image: -webkit-radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
      background-image: -o-radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
      background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
      -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
      animation: fadein-frames 200ms infinite, scale-frames 2s infinite; }

@-webkit-keyframes fade-frames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes fade-frames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-frames {
  0% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  50% {
    -webkit-transform: scale3d(2.2, 2.2, 1);
    transform: scale3d(2.2, 2.2, 1); }
  100% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); } }

@keyframes scale-frames {
  0% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  50% {
    -webkit-transform: scale3d(2.2, 2.2, 1);
    transform: scale3d(2.2, 2.2, 1); }
  100% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); } }
    #Banner .circle-container:nth-child(1),
    #GreenCommitment .circle-container:nth-child(1) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-1;
      animation-name: move-frames-1;
      -webkit-animation-duration: 36961ms;
      animation-duration: 36961ms;
      -webkit-animation-delay: 4575ms;
      animation-delay: 4575ms; }

@-webkit-keyframes move-frames-1 {
  from {
    -webkit-transform: translate3d(44vw, 108vh, 0);
    transform: translate3d(44vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(48vw, -114vh, 0);
    transform: translate3d(48vw, -114vh, 0); } }

@keyframes move-frames-1 {
  from {
    -webkit-transform: translate3d(44vw, 108vh, 0);
    transform: translate3d(44vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(48vw, -114vh, 0);
    transform: translate3d(48vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(1) .circle,
      #GreenCommitment .circle-container:nth-child(1) .circle {
        -webkit-animation-delay: 3495ms;
        animation-delay: 3495ms; }
    #Banner .circle-container:nth-child(2),
    #GreenCommitment .circle-container:nth-child(2) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-2;
      animation-name: move-frames-2;
      -webkit-animation-duration: 29088ms;
      animation-duration: 29088ms;
      -webkit-animation-delay: 20552ms;
      animation-delay: 20552ms; }

@-webkit-keyframes move-frames-2 {
  from {
    -webkit-transform: translate3d(8vw, 105vh, 0);
    transform: translate3d(8vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(35vw, -129vh, 0);
    transform: translate3d(35vw, -129vh, 0); } }

@keyframes move-frames-2 {
  from {
    -webkit-transform: translate3d(8vw, 105vh, 0);
    transform: translate3d(8vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(35vw, -129vh, 0);
    transform: translate3d(35vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(2) .circle,
      #GreenCommitment .circle-container:nth-child(2) .circle {
        -webkit-animation-delay: 1531ms;
        animation-delay: 1531ms; }
    #Banner .circle-container:nth-child(3),
    #GreenCommitment .circle-container:nth-child(3) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-3;
      animation-name: move-frames-3;
      -webkit-animation-duration: 31678ms;
      animation-duration: 31678ms;
      -webkit-animation-delay: 30883ms;
      animation-delay: 30883ms; }

@-webkit-keyframes move-frames-3 {
  from {
    -webkit-transform: translate3d(91vw, 109vh, 0);
    transform: translate3d(91vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -115vh, 0);
    transform: translate3d(12vw, -115vh, 0); } }

@keyframes move-frames-3 {
  from {
    -webkit-transform: translate3d(91vw, 109vh, 0);
    transform: translate3d(91vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -115vh, 0);
    transform: translate3d(12vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(3) .circle,
      #GreenCommitment .circle-container:nth-child(3) .circle {
        -webkit-animation-delay: 621ms;
        animation-delay: 621ms; }
    #Banner .circle-container:nth-child(4),
    #GreenCommitment .circle-container:nth-child(4) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-4;
      animation-name: move-frames-4;
      -webkit-animation-duration: 33118ms;
      animation-duration: 33118ms;
      -webkit-animation-delay: 15921ms;
      animation-delay: 15921ms; }

@-webkit-keyframes move-frames-4 {
  from {
    -webkit-transform: translate3d(96vw, 104vh, 0);
    transform: translate3d(96vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(72vw, -132vh, 0);
    transform: translate3d(72vw, -132vh, 0); } }

@keyframes move-frames-4 {
  from {
    -webkit-transform: translate3d(96vw, 104vh, 0);
    transform: translate3d(96vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(72vw, -132vh, 0);
    transform: translate3d(72vw, -132vh, 0); } }
      #Banner .circle-container:nth-child(4) .circle,
      #GreenCommitment .circle-container:nth-child(4) .circle {
        -webkit-animation-delay: 560ms;
        animation-delay: 560ms; }
    #Banner .circle-container:nth-child(5),
    #GreenCommitment .circle-container:nth-child(5) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-5;
      animation-name: move-frames-5;
      -webkit-animation-duration: 28168ms;
      animation-duration: 28168ms;
      -webkit-animation-delay: 5457ms;
      animation-delay: 5457ms; }

@-webkit-keyframes move-frames-5 {
  from {
    -webkit-transform: translate3d(15vw, 108vh, 0);
    transform: translate3d(15vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(44vw, -116vh, 0);
    transform: translate3d(44vw, -116vh, 0); } }

@keyframes move-frames-5 {
  from {
    -webkit-transform: translate3d(15vw, 108vh, 0);
    transform: translate3d(15vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(44vw, -116vh, 0);
    transform: translate3d(44vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(5) .circle,
      #GreenCommitment .circle-container:nth-child(5) .circle {
        -webkit-animation-delay: 3411ms;
        animation-delay: 3411ms; }
    #Banner .circle-container:nth-child(6),
    #GreenCommitment .circle-container:nth-child(6) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-6;
      animation-name: move-frames-6;
      -webkit-animation-duration: 31435ms;
      animation-duration: 31435ms;
      -webkit-animation-delay: 7074ms;
      animation-delay: 7074ms; }

@-webkit-keyframes move-frames-6 {
  from {
    -webkit-transform: translate3d(4vw, 101vh, 0);
    transform: translate3d(4vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(14vw, -120vh, 0);
    transform: translate3d(14vw, -120vh, 0); } }

@keyframes move-frames-6 {
  from {
    -webkit-transform: translate3d(4vw, 101vh, 0);
    transform: translate3d(4vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(14vw, -120vh, 0);
    transform: translate3d(14vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(6) .circle,
      #GreenCommitment .circle-container:nth-child(6) .circle {
        -webkit-animation-delay: 2914ms;
        animation-delay: 2914ms; }
    #Banner .circle-container:nth-child(7),
    #GreenCommitment .circle-container:nth-child(7) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-7;
      animation-name: move-frames-7;
      -webkit-animation-duration: 32529ms;
      animation-duration: 32529ms;
      -webkit-animation-delay: 27227ms;
      animation-delay: 27227ms; }

@-webkit-keyframes move-frames-7 {
  from {
    -webkit-transform: translate3d(67vw, 104vh, 0);
    transform: translate3d(67vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(3vw, -130vh, 0);
    transform: translate3d(3vw, -130vh, 0); } }

@keyframes move-frames-7 {
  from {
    -webkit-transform: translate3d(67vw, 104vh, 0);
    transform: translate3d(67vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(3vw, -130vh, 0);
    transform: translate3d(3vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(7) .circle,
      #GreenCommitment .circle-container:nth-child(7) .circle {
        -webkit-animation-delay: 3409ms;
        animation-delay: 3409ms; }
    #Banner .circle-container:nth-child(8),
    #GreenCommitment .circle-container:nth-child(8) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-8;
      animation-name: move-frames-8;
      -webkit-animation-duration: 33649ms;
      animation-duration: 33649ms;
      -webkit-animation-delay: 28875ms;
      animation-delay: 28875ms; }

@-webkit-keyframes move-frames-8 {
  from {
    -webkit-transform: translate3d(50vw, 109vh, 0);
    transform: translate3d(50vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(58vw, -137vh, 0);
    transform: translate3d(58vw, -137vh, 0); } }

@keyframes move-frames-8 {
  from {
    -webkit-transform: translate3d(50vw, 109vh, 0);
    transform: translate3d(50vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(58vw, -137vh, 0);
    transform: translate3d(58vw, -137vh, 0); } }
      #Banner .circle-container:nth-child(8) .circle,
      #GreenCommitment .circle-container:nth-child(8) .circle {
        -webkit-animation-delay: 3381ms;
        animation-delay: 3381ms; }
    #Banner .circle-container:nth-child(9),
    #GreenCommitment .circle-container:nth-child(9) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-9;
      animation-name: move-frames-9;
      -webkit-animation-duration: 34435ms;
      animation-duration: 34435ms;
      -webkit-animation-delay: 19644ms;
      animation-delay: 19644ms; }

@-webkit-keyframes move-frames-9 {
  from {
    -webkit-transform: translate3d(26vw, 104vh, 0);
    transform: translate3d(26vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -127vh, 0);
    transform: translate3d(88vw, -127vh, 0); } }

@keyframes move-frames-9 {
  from {
    -webkit-transform: translate3d(26vw, 104vh, 0);
    transform: translate3d(26vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -127vh, 0);
    transform: translate3d(88vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(9) .circle,
      #GreenCommitment .circle-container:nth-child(9) .circle {
        -webkit-animation-delay: 2345ms;
        animation-delay: 2345ms; }
    #Banner .circle-container:nth-child(10),
    #GreenCommitment .circle-container:nth-child(10) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-10;
      animation-name: move-frames-10;
      -webkit-animation-duration: 33539ms;
      animation-duration: 33539ms;
      -webkit-animation-delay: 20260ms;
      animation-delay: 20260ms; }

@-webkit-keyframes move-frames-10 {
  from {
    -webkit-transform: translate3d(26vw, 103vh, 0);
    transform: translate3d(26vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(8vw, -122vh, 0);
    transform: translate3d(8vw, -122vh, 0); } }

@keyframes move-frames-10 {
  from {
    -webkit-transform: translate3d(26vw, 103vh, 0);
    transform: translate3d(26vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(8vw, -122vh, 0);
    transform: translate3d(8vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(10) .circle,
      #GreenCommitment .circle-container:nth-child(10) .circle {
        -webkit-animation-delay: 3233ms;
        animation-delay: 3233ms; }
    #Banner .circle-container:nth-child(11),
    #GreenCommitment .circle-container:nth-child(11) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-11;
      animation-name: move-frames-11;
      -webkit-animation-duration: 33909ms;
      animation-duration: 33909ms;
      -webkit-animation-delay: 30437ms;
      animation-delay: 30437ms; }

@-webkit-keyframes move-frames-11 {
  from {
    -webkit-transform: translate3d(57vw, 108vh, 0);
    transform: translate3d(57vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(11vw, -121vh, 0);
    transform: translate3d(11vw, -121vh, 0); } }

@keyframes move-frames-11 {
  from {
    -webkit-transform: translate3d(57vw, 108vh, 0);
    transform: translate3d(57vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(11vw, -121vh, 0);
    transform: translate3d(11vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(11) .circle,
      #GreenCommitment .circle-container:nth-child(11) .circle {
        -webkit-animation-delay: 1933ms;
        animation-delay: 1933ms; }
    #Banner .circle-container:nth-child(12),
    #GreenCommitment .circle-container:nth-child(12) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-12;
      animation-name: move-frames-12;
      -webkit-animation-duration: 33800ms;
      animation-duration: 33800ms;
      -webkit-animation-delay: 25005ms;
      animation-delay: 25005ms; }

@-webkit-keyframes move-frames-12 {
  from {
    -webkit-transform: translate3d(72vw, 109vh, 0);
    transform: translate3d(72vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(100vw, -124vh, 0);
    transform: translate3d(100vw, -124vh, 0); } }

@keyframes move-frames-12 {
  from {
    -webkit-transform: translate3d(72vw, 109vh, 0);
    transform: translate3d(72vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(100vw, -124vh, 0);
    transform: translate3d(100vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(12) .circle,
      #GreenCommitment .circle-container:nth-child(12) .circle {
        -webkit-animation-delay: 1032ms;
        animation-delay: 1032ms; }
    #Banner .circle-container:nth-child(13),
    #GreenCommitment .circle-container:nth-child(13) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-13;
      animation-name: move-frames-13;
      -webkit-animation-duration: 36420ms;
      animation-duration: 36420ms;
      -webkit-animation-delay: 4903ms;
      animation-delay: 4903ms; }

@-webkit-keyframes move-frames-13 {
  from {
    -webkit-transform: translate3d(88vw, 108vh, 0);
    transform: translate3d(88vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -117vh, 0);
    transform: translate3d(88vw, -117vh, 0); } }

@keyframes move-frames-13 {
  from {
    -webkit-transform: translate3d(88vw, 108vh, 0);
    transform: translate3d(88vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -117vh, 0);
    transform: translate3d(88vw, -117vh, 0); } }
      #Banner .circle-container:nth-child(13) .circle,
      #GreenCommitment .circle-container:nth-child(13) .circle {
        -webkit-animation-delay: 2085ms;
        animation-delay: 2085ms; }
    #Banner .circle-container:nth-child(14),
    #GreenCommitment .circle-container:nth-child(14) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-14;
      animation-name: move-frames-14;
      -webkit-animation-duration: 30446ms;
      animation-duration: 30446ms;
      -webkit-animation-delay: 25638ms;
      animation-delay: 25638ms; }

@-webkit-keyframes move-frames-14 {
  from {
    -webkit-transform: translate3d(100vw, 110vh, 0);
    transform: translate3d(100vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(8vw, -140vh, 0);
    transform: translate3d(8vw, -140vh, 0); } }

@keyframes move-frames-14 {
  from {
    -webkit-transform: translate3d(100vw, 110vh, 0);
    transform: translate3d(100vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(8vw, -140vh, 0);
    transform: translate3d(8vw, -140vh, 0); } }
      #Banner .circle-container:nth-child(14) .circle,
      #GreenCommitment .circle-container:nth-child(14) .circle {
        -webkit-animation-delay: 1978ms;
        animation-delay: 1978ms; }
    #Banner .circle-container:nth-child(15),
    #GreenCommitment .circle-container:nth-child(15) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-15;
      animation-name: move-frames-15;
      -webkit-animation-duration: 36032ms;
      animation-duration: 36032ms;
      -webkit-animation-delay: 4940ms;
      animation-delay: 4940ms; }

@-webkit-keyframes move-frames-15 {
  from {
    -webkit-transform: translate3d(3vw, 110vh, 0);
    transform: translate3d(3vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(58vw, -122vh, 0);
    transform: translate3d(58vw, -122vh, 0); } }

@keyframes move-frames-15 {
  from {
    -webkit-transform: translate3d(3vw, 110vh, 0);
    transform: translate3d(3vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(58vw, -122vh, 0);
    transform: translate3d(58vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(15) .circle,
      #GreenCommitment .circle-container:nth-child(15) .circle {
        -webkit-animation-delay: 1908ms;
        animation-delay: 1908ms; }
    #Banner .circle-container:nth-child(16),
    #GreenCommitment .circle-container:nth-child(16) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-16;
      animation-name: move-frames-16;
      -webkit-animation-duration: 29952ms;
      animation-duration: 29952ms;
      -webkit-animation-delay: 3019ms;
      animation-delay: 3019ms; }

@-webkit-keyframes move-frames-16 {
  from {
    -webkit-transform: translate3d(21vw, 108vh, 0);
    transform: translate3d(21vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(50vw, -115vh, 0);
    transform: translate3d(50vw, -115vh, 0); } }

@keyframes move-frames-16 {
  from {
    -webkit-transform: translate3d(21vw, 108vh, 0);
    transform: translate3d(21vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(50vw, -115vh, 0);
    transform: translate3d(50vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(16) .circle,
      #GreenCommitment .circle-container:nth-child(16) .circle {
        -webkit-animation-delay: 3997ms;
        animation-delay: 3997ms; }
    #Banner .circle-container:nth-child(17),
    #GreenCommitment .circle-container:nth-child(17) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-17;
      animation-name: move-frames-17;
      -webkit-animation-duration: 31062ms;
      animation-duration: 31062ms;
      -webkit-animation-delay: 19639ms;
      animation-delay: 19639ms; }

@-webkit-keyframes move-frames-17 {
  from {
    -webkit-transform: translate3d(65vw, 105vh, 0);
    transform: translate3d(65vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(95vw, -126vh, 0);
    transform: translate3d(95vw, -126vh, 0); } }

@keyframes move-frames-17 {
  from {
    -webkit-transform: translate3d(65vw, 105vh, 0);
    transform: translate3d(65vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(95vw, -126vh, 0);
    transform: translate3d(95vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(17) .circle,
      #GreenCommitment .circle-container:nth-child(17) .circle {
        -webkit-animation-delay: 3772ms;
        animation-delay: 3772ms; }
    #Banner .circle-container:nth-child(18),
    #GreenCommitment .circle-container:nth-child(18) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-18;
      animation-name: move-frames-18;
      -webkit-animation-duration: 29457ms;
      animation-duration: 29457ms;
      -webkit-animation-delay: 18747ms;
      animation-delay: 18747ms; }

@-webkit-keyframes move-frames-18 {
  from {
    -webkit-transform: translate3d(55vw, 109vh, 0);
    transform: translate3d(55vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(31vw, -121vh, 0);
    transform: translate3d(31vw, -121vh, 0); } }

@keyframes move-frames-18 {
  from {
    -webkit-transform: translate3d(55vw, 109vh, 0);
    transform: translate3d(55vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(31vw, -121vh, 0);
    transform: translate3d(31vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(18) .circle,
      #GreenCommitment .circle-container:nth-child(18) .circle {
        -webkit-animation-delay: 3982ms;
        animation-delay: 3982ms; }
    #Banner .circle-container:nth-child(19),
    #GreenCommitment .circle-container:nth-child(19) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-19;
      animation-name: move-frames-19;
      -webkit-animation-duration: 34924ms;
      animation-duration: 34924ms;
      -webkit-animation-delay: 31125ms;
      animation-delay: 31125ms; }

@-webkit-keyframes move-frames-19 {
  from {
    -webkit-transform: translate3d(91vw, 101vh, 0);
    transform: translate3d(91vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(22vw, -108vh, 0);
    transform: translate3d(22vw, -108vh, 0); } }

@keyframes move-frames-19 {
  from {
    -webkit-transform: translate3d(91vw, 101vh, 0);
    transform: translate3d(91vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(22vw, -108vh, 0);
    transform: translate3d(22vw, -108vh, 0); } }
      #Banner .circle-container:nth-child(19) .circle,
      #GreenCommitment .circle-container:nth-child(19) .circle {
        -webkit-animation-delay: 619ms;
        animation-delay: 619ms; }
    #Banner .circle-container:nth-child(20),
    #GreenCommitment .circle-container:nth-child(20) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-20;
      animation-name: move-frames-20;
      -webkit-animation-duration: 31115ms;
      animation-duration: 31115ms;
      -webkit-animation-delay: 24057ms;
      animation-delay: 24057ms; }

@-webkit-keyframes move-frames-20 {
  from {
    -webkit-transform: translate3d(46vw, 105vh, 0);
    transform: translate3d(46vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -126vh, 0);
    transform: translate3d(40vw, -126vh, 0); } }

@keyframes move-frames-20 {
  from {
    -webkit-transform: translate3d(46vw, 105vh, 0);
    transform: translate3d(46vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -126vh, 0);
    transform: translate3d(40vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(20) .circle,
      #GreenCommitment .circle-container:nth-child(20) .circle {
        -webkit-animation-delay: 1722ms;
        animation-delay: 1722ms; }
    #Banner .circle-container:nth-child(21),
    #GreenCommitment .circle-container:nth-child(21) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-21;
      animation-name: move-frames-21;
      -webkit-animation-duration: 31463ms;
      animation-duration: 31463ms;
      -webkit-animation-delay: 24826ms;
      animation-delay: 24826ms; }

@-webkit-keyframes move-frames-21 {
  from {
    -webkit-transform: translate3d(18vw, 105vh, 0);
    transform: translate3d(18vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(53vw, -121vh, 0);
    transform: translate3d(53vw, -121vh, 0); } }

@keyframes move-frames-21 {
  from {
    -webkit-transform: translate3d(18vw, 105vh, 0);
    transform: translate3d(18vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(53vw, -121vh, 0);
    transform: translate3d(53vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(21) .circle,
      #GreenCommitment .circle-container:nth-child(21) .circle {
        -webkit-animation-delay: 3895ms;
        animation-delay: 3895ms; }
    #Banner .circle-container:nth-child(22),
    #GreenCommitment .circle-container:nth-child(22) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-22;
      animation-name: move-frames-22;
      -webkit-animation-duration: 29501ms;
      animation-duration: 29501ms;
      -webkit-animation-delay: 10983ms;
      animation-delay: 10983ms; }

@-webkit-keyframes move-frames-22 {
  from {
    -webkit-transform: translate3d(85vw, 107vh, 0);
    transform: translate3d(85vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(100vw, -108vh, 0);
    transform: translate3d(100vw, -108vh, 0); } }

@keyframes move-frames-22 {
  from {
    -webkit-transform: translate3d(85vw, 107vh, 0);
    transform: translate3d(85vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(100vw, -108vh, 0);
    transform: translate3d(100vw, -108vh, 0); } }
      #Banner .circle-container:nth-child(22) .circle,
      #GreenCommitment .circle-container:nth-child(22) .circle {
        -webkit-animation-delay: 3574ms;
        animation-delay: 3574ms; }
    #Banner .circle-container:nth-child(23),
    #GreenCommitment .circle-container:nth-child(23) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-23;
      animation-name: move-frames-23;
      -webkit-animation-duration: 28207ms;
      animation-duration: 28207ms;
      -webkit-animation-delay: 8444ms;
      animation-delay: 8444ms; }

@-webkit-keyframes move-frames-23 {
  from {
    -webkit-transform: translate3d(2vw, 103vh, 0);
    transform: translate3d(2vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(20vw, -110vh, 0);
    transform: translate3d(20vw, -110vh, 0); } }

@keyframes move-frames-23 {
  from {
    -webkit-transform: translate3d(2vw, 103vh, 0);
    transform: translate3d(2vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(20vw, -110vh, 0);
    transform: translate3d(20vw, -110vh, 0); } }
      #Banner .circle-container:nth-child(23) .circle,
      #GreenCommitment .circle-container:nth-child(23) .circle {
        -webkit-animation-delay: 864ms;
        animation-delay: 864ms; }
    #Banner .circle-container:nth-child(24),
    #GreenCommitment .circle-container:nth-child(24) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-24;
      animation-name: move-frames-24;
      -webkit-animation-duration: 35462ms;
      animation-duration: 35462ms;
      -webkit-animation-delay: 34849ms;
      animation-delay: 34849ms; }

@-webkit-keyframes move-frames-24 {
  from {
    -webkit-transform: translate3d(72vw, 105vh, 0);
    transform: translate3d(72vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(22vw, -107vh, 0);
    transform: translate3d(22vw, -107vh, 0); } }

@keyframes move-frames-24 {
  from {
    -webkit-transform: translate3d(72vw, 105vh, 0);
    transform: translate3d(72vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(22vw, -107vh, 0);
    transform: translate3d(22vw, -107vh, 0); } }
      #Banner .circle-container:nth-child(24) .circle,
      #GreenCommitment .circle-container:nth-child(24) .circle {
        -webkit-animation-delay: 3451ms;
        animation-delay: 3451ms; }
    #Banner .circle-container:nth-child(25),
    #GreenCommitment .circle-container:nth-child(25) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-25;
      animation-name: move-frames-25;
      -webkit-animation-duration: 31526ms;
      animation-duration: 31526ms;
      -webkit-animation-delay: 34714ms;
      animation-delay: 34714ms; }

@-webkit-keyframes move-frames-25 {
  from {
    -webkit-transform: translate3d(50vw, 103vh, 0);
    transform: translate3d(50vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(57vw, -104vh, 0);
    transform: translate3d(57vw, -104vh, 0); } }

@keyframes move-frames-25 {
  from {
    -webkit-transform: translate3d(50vw, 103vh, 0);
    transform: translate3d(50vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(57vw, -104vh, 0);
    transform: translate3d(57vw, -104vh, 0); } }
      #Banner .circle-container:nth-child(25) .circle,
      #GreenCommitment .circle-container:nth-child(25) .circle {
        -webkit-animation-delay: 2528ms;
        animation-delay: 2528ms; }
    #Banner .circle-container:nth-child(26),
    #GreenCommitment .circle-container:nth-child(26) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-26;
      animation-name: move-frames-26;
      -webkit-animation-duration: 36400ms;
      animation-duration: 36400ms;
      -webkit-animation-delay: 3223ms;
      animation-delay: 3223ms; }

@-webkit-keyframes move-frames-26 {
  from {
    -webkit-transform: translate3d(87vw, 104vh, 0);
    transform: translate3d(87vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -131vh, 0);
    transform: translate3d(90vw, -131vh, 0); } }

@keyframes move-frames-26 {
  from {
    -webkit-transform: translate3d(87vw, 104vh, 0);
    transform: translate3d(87vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -131vh, 0);
    transform: translate3d(90vw, -131vh, 0); } }
      #Banner .circle-container:nth-child(26) .circle,
      #GreenCommitment .circle-container:nth-child(26) .circle {
        -webkit-animation-delay: 585ms;
        animation-delay: 585ms; }
    #Banner .circle-container:nth-child(27),
    #GreenCommitment .circle-container:nth-child(27) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-27;
      animation-name: move-frames-27;
      -webkit-animation-duration: 35304ms;
      animation-duration: 35304ms;
      -webkit-animation-delay: 5857ms;
      animation-delay: 5857ms; }

@-webkit-keyframes move-frames-27 {
  from {
    -webkit-transform: translate3d(63vw, 101vh, 0);
    transform: translate3d(63vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(15vw, -103vh, 0);
    transform: translate3d(15vw, -103vh, 0); } }

@keyframes move-frames-27 {
  from {
    -webkit-transform: translate3d(63vw, 101vh, 0);
    transform: translate3d(63vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(15vw, -103vh, 0);
    transform: translate3d(15vw, -103vh, 0); } }
      #Banner .circle-container:nth-child(27) .circle,
      #GreenCommitment .circle-container:nth-child(27) .circle {
        -webkit-animation-delay: 3993ms;
        animation-delay: 3993ms; }
    #Banner .circle-container:nth-child(28),
    #GreenCommitment .circle-container:nth-child(28) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-28;
      animation-name: move-frames-28;
      -webkit-animation-duration: 34233ms;
      animation-duration: 34233ms;
      -webkit-animation-delay: 7942ms;
      animation-delay: 7942ms; }

@-webkit-keyframes move-frames-28 {
  from {
    -webkit-transform: translate3d(44vw, 103vh, 0);
    transform: translate3d(44vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -115vh, 0);
    transform: translate3d(40vw, -115vh, 0); } }

@keyframes move-frames-28 {
  from {
    -webkit-transform: translate3d(44vw, 103vh, 0);
    transform: translate3d(44vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -115vh, 0);
    transform: translate3d(40vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(28) .circle,
      #GreenCommitment .circle-container:nth-child(28) .circle {
        -webkit-animation-delay: 286ms;
        animation-delay: 286ms; }
    #Banner .circle-container:nth-child(29),
    #GreenCommitment .circle-container:nth-child(29) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-29;
      animation-name: move-frames-29;
      -webkit-animation-duration: 35932ms;
      animation-duration: 35932ms;
      -webkit-animation-delay: 16016ms;
      animation-delay: 16016ms; }

@-webkit-keyframes move-frames-29 {
  from {
    -webkit-transform: translate3d(73vw, 105vh, 0);
    transform: translate3d(73vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(86vw, -127vh, 0);
    transform: translate3d(86vw, -127vh, 0); } }

@keyframes move-frames-29 {
  from {
    -webkit-transform: translate3d(73vw, 105vh, 0);
    transform: translate3d(73vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(86vw, -127vh, 0);
    transform: translate3d(86vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(29) .circle,
      #GreenCommitment .circle-container:nth-child(29) .circle {
        -webkit-animation-delay: 787ms;
        animation-delay: 787ms; }
    #Banner .circle-container:nth-child(30),
    #GreenCommitment .circle-container:nth-child(30) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-30;
      animation-name: move-frames-30;
      -webkit-animation-duration: 36878ms;
      animation-duration: 36878ms;
      -webkit-animation-delay: 23887ms;
      animation-delay: 23887ms; }

@-webkit-keyframes move-frames-30 {
  from {
    -webkit-transform: translate3d(21vw, 103vh, 0);
    transform: translate3d(21vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -133vh, 0);
    transform: translate3d(75vw, -133vh, 0); } }

@keyframes move-frames-30 {
  from {
    -webkit-transform: translate3d(21vw, 103vh, 0);
    transform: translate3d(21vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -133vh, 0);
    transform: translate3d(75vw, -133vh, 0); } }
      #Banner .circle-container:nth-child(30) .circle,
      #GreenCommitment .circle-container:nth-child(30) .circle {
        -webkit-animation-delay: 48ms;
        animation-delay: 48ms; }
    #Banner .circle-container:nth-child(31),
    #GreenCommitment .circle-container:nth-child(31) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-31;
      animation-name: move-frames-31;
      -webkit-animation-duration: 29113ms;
      animation-duration: 29113ms;
      -webkit-animation-delay: 4490ms;
      animation-delay: 4490ms; }

@-webkit-keyframes move-frames-31 {
  from {
    -webkit-transform: translate3d(55vw, 104vh, 0);
    transform: translate3d(55vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -129vh, 0);
    transform: translate3d(75vw, -129vh, 0); } }

@keyframes move-frames-31 {
  from {
    -webkit-transform: translate3d(55vw, 104vh, 0);
    transform: translate3d(55vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -129vh, 0);
    transform: translate3d(75vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(31) .circle,
      #GreenCommitment .circle-container:nth-child(31) .circle {
        -webkit-animation-delay: 157ms;
        animation-delay: 157ms; }
    #Banner .circle-container:nth-child(32),
    #GreenCommitment .circle-container:nth-child(32) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-32;
      animation-name: move-frames-32;
      -webkit-animation-duration: 31937ms;
      animation-duration: 31937ms;
      -webkit-animation-delay: 18611ms;
      animation-delay: 18611ms; }

@-webkit-keyframes move-frames-32 {
  from {
    -webkit-transform: translate3d(56vw, 104vh, 0);
    transform: translate3d(56vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(18vw, -127vh, 0);
    transform: translate3d(18vw, -127vh, 0); } }

@keyframes move-frames-32 {
  from {
    -webkit-transform: translate3d(56vw, 104vh, 0);
    transform: translate3d(56vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(18vw, -127vh, 0);
    transform: translate3d(18vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(32) .circle,
      #GreenCommitment .circle-container:nth-child(32) .circle {
        -webkit-animation-delay: 1758ms;
        animation-delay: 1758ms; }
    #Banner .circle-container:nth-child(33),
    #GreenCommitment .circle-container:nth-child(33) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-33;
      animation-name: move-frames-33;
      -webkit-animation-duration: 32335ms;
      animation-duration: 32335ms;
      -webkit-animation-delay: 20314ms;
      animation-delay: 20314ms; }

@-webkit-keyframes move-frames-33 {
  from {
    -webkit-transform: translate3d(5vw, 109vh, 0);
    transform: translate3d(5vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(1vw, -119vh, 0);
    transform: translate3d(1vw, -119vh, 0); } }

@keyframes move-frames-33 {
  from {
    -webkit-transform: translate3d(5vw, 109vh, 0);
    transform: translate3d(5vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(1vw, -119vh, 0);
    transform: translate3d(1vw, -119vh, 0); } }
      #Banner .circle-container:nth-child(33) .circle,
      #GreenCommitment .circle-container:nth-child(33) .circle {
        -webkit-animation-delay: 952ms;
        animation-delay: 952ms; }
    #Banner .circle-container:nth-child(34),
    #GreenCommitment .circle-container:nth-child(34) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-34;
      animation-name: move-frames-34;
      -webkit-animation-duration: 36312ms;
      animation-duration: 36312ms;
      -webkit-animation-delay: 17896ms;
      animation-delay: 17896ms; }

@-webkit-keyframes move-frames-34 {
  from {
    -webkit-transform: translate3d(55vw, 103vh, 0);
    transform: translate3d(55vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(96vw, -122vh, 0);
    transform: translate3d(96vw, -122vh, 0); } }

@keyframes move-frames-34 {
  from {
    -webkit-transform: translate3d(55vw, 103vh, 0);
    transform: translate3d(55vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(96vw, -122vh, 0);
    transform: translate3d(96vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(34) .circle,
      #GreenCommitment .circle-container:nth-child(34) .circle {
        -webkit-animation-delay: 2207ms;
        animation-delay: 2207ms; }
    #Banner .circle-container:nth-child(35),
    #GreenCommitment .circle-container:nth-child(35) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-35;
      animation-name: move-frames-35;
      -webkit-animation-duration: 31002ms;
      animation-duration: 31002ms;
      -webkit-animation-delay: 31653ms;
      animation-delay: 31653ms; }

@-webkit-keyframes move-frames-35 {
  from {
    -webkit-transform: translate3d(21vw, 103vh, 0);
    transform: translate3d(21vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(80vw, -129vh, 0);
    transform: translate3d(80vw, -129vh, 0); } }

@keyframes move-frames-35 {
  from {
    -webkit-transform: translate3d(21vw, 103vh, 0);
    transform: translate3d(21vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(80vw, -129vh, 0);
    transform: translate3d(80vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(35) .circle,
      #GreenCommitment .circle-container:nth-child(35) .circle {
        -webkit-animation-delay: 3096ms;
        animation-delay: 3096ms; }
    #Banner .circle-container:nth-child(36),
    #GreenCommitment .circle-container:nth-child(36) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-36;
      animation-name: move-frames-36;
      -webkit-animation-duration: 29056ms;
      animation-duration: 29056ms;
      -webkit-animation-delay: 11754ms;
      animation-delay: 11754ms; }

@-webkit-keyframes move-frames-36 {
  from {
    -webkit-transform: translate3d(47vw, 107vh, 0);
    transform: translate3d(47vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -125vh, 0);
    transform: translate3d(47vw, -125vh, 0); } }

@keyframes move-frames-36 {
  from {
    -webkit-transform: translate3d(47vw, 107vh, 0);
    transform: translate3d(47vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -125vh, 0);
    transform: translate3d(47vw, -125vh, 0); } }
      #Banner .circle-container:nth-child(36) .circle,
      #GreenCommitment .circle-container:nth-child(36) .circle {
        -webkit-animation-delay: 3273ms;
        animation-delay: 3273ms; }
    #Banner .circle-container:nth-child(37),
    #GreenCommitment .circle-container:nth-child(37) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-37;
      animation-name: move-frames-37;
      -webkit-animation-duration: 33406ms;
      animation-duration: 33406ms;
      -webkit-animation-delay: 27918ms;
      animation-delay: 27918ms; }

@-webkit-keyframes move-frames-37 {
  from {
    -webkit-transform: translate3d(27vw, 104vh, 0);
    transform: translate3d(27vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(49vw, -114vh, 0);
    transform: translate3d(49vw, -114vh, 0); } }

@keyframes move-frames-37 {
  from {
    -webkit-transform: translate3d(27vw, 104vh, 0);
    transform: translate3d(27vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(49vw, -114vh, 0);
    transform: translate3d(49vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(37) .circle,
      #GreenCommitment .circle-container:nth-child(37) .circle {
        -webkit-animation-delay: 2451ms;
        animation-delay: 2451ms; }
    #Banner .circle-container:nth-child(38),
    #GreenCommitment .circle-container:nth-child(38) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-38;
      animation-name: move-frames-38;
      -webkit-animation-duration: 30608ms;
      animation-duration: 30608ms;
      -webkit-animation-delay: 25299ms;
      animation-delay: 25299ms; }

@-webkit-keyframes move-frames-38 {
  from {
    -webkit-transform: translate3d(39vw, 106vh, 0);
    transform: translate3d(39vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -135vh, 0);
    transform: translate3d(12vw, -135vh, 0); } }

@keyframes move-frames-38 {
  from {
    -webkit-transform: translate3d(39vw, 106vh, 0);
    transform: translate3d(39vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -135vh, 0);
    transform: translate3d(12vw, -135vh, 0); } }
      #Banner .circle-container:nth-child(38) .circle,
      #GreenCommitment .circle-container:nth-child(38) .circle {
        -webkit-animation-delay: 860ms;
        animation-delay: 860ms; }
    #Banner .circle-container:nth-child(39),
    #GreenCommitment .circle-container:nth-child(39) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-39;
      animation-name: move-frames-39;
      -webkit-animation-duration: 33928ms;
      animation-duration: 33928ms;
      -webkit-animation-delay: 30749ms;
      animation-delay: 30749ms; }

@-webkit-keyframes move-frames-39 {
  from {
    -webkit-transform: translate3d(40vw, 101vh, 0);
    transform: translate3d(40vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(5vw, -130vh, 0);
    transform: translate3d(5vw, -130vh, 0); } }

@keyframes move-frames-39 {
  from {
    -webkit-transform: translate3d(40vw, 101vh, 0);
    transform: translate3d(40vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(5vw, -130vh, 0);
    transform: translate3d(5vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(39) .circle,
      #GreenCommitment .circle-container:nth-child(39) .circle {
        -webkit-animation-delay: 1068ms;
        animation-delay: 1068ms; }
    #Banner .circle-container:nth-child(40),
    #GreenCommitment .circle-container:nth-child(40) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-40;
      animation-name: move-frames-40;
      -webkit-animation-duration: 35801ms;
      animation-duration: 35801ms;
      -webkit-animation-delay: 16554ms;
      animation-delay: 16554ms; }

@-webkit-keyframes move-frames-40 {
  from {
    -webkit-transform: translate3d(45vw, 109vh, 0);
    transform: translate3d(45vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -127vh, 0);
    transform: translate3d(24vw, -127vh, 0); } }

@keyframes move-frames-40 {
  from {
    -webkit-transform: translate3d(45vw, 109vh, 0);
    transform: translate3d(45vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -127vh, 0);
    transform: translate3d(24vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(40) .circle,
      #GreenCommitment .circle-container:nth-child(40) .circle {
        -webkit-animation-delay: 3775ms;
        animation-delay: 3775ms; }
    #Banner .circle-container:nth-child(41),
    #GreenCommitment .circle-container:nth-child(41) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-41;
      animation-name: move-frames-41;
      -webkit-animation-duration: 30296ms;
      animation-duration: 30296ms;
      -webkit-animation-delay: 6882ms;
      animation-delay: 6882ms; }

@-webkit-keyframes move-frames-41 {
  from {
    -webkit-transform: translate3d(45vw, 107vh, 0);
    transform: translate3d(45vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(99vw, -120vh, 0);
    transform: translate3d(99vw, -120vh, 0); } }

@keyframes move-frames-41 {
  from {
    -webkit-transform: translate3d(45vw, 107vh, 0);
    transform: translate3d(45vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(99vw, -120vh, 0);
    transform: translate3d(99vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(41) .circle,
      #GreenCommitment .circle-container:nth-child(41) .circle {
        -webkit-animation-delay: 374ms;
        animation-delay: 374ms; }
    #Banner .circle-container:nth-child(42),
    #GreenCommitment .circle-container:nth-child(42) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-42;
      animation-name: move-frames-42;
      -webkit-animation-duration: 34839ms;
      animation-duration: 34839ms;
      -webkit-animation-delay: 9842ms;
      animation-delay: 9842ms; }

@-webkit-keyframes move-frames-42 {
  from {
    -webkit-transform: translate3d(67vw, 101vh, 0);
    transform: translate3d(67vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -128vh, 0);
    transform: translate3d(90vw, -128vh, 0); } }

@keyframes move-frames-42 {
  from {
    -webkit-transform: translate3d(67vw, 101vh, 0);
    transform: translate3d(67vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -128vh, 0);
    transform: translate3d(90vw, -128vh, 0); } }
      #Banner .circle-container:nth-child(42) .circle,
      #GreenCommitment .circle-container:nth-child(42) .circle {
        -webkit-animation-delay: 3992ms;
        animation-delay: 3992ms; }
    #Banner .circle-container:nth-child(43),
    #GreenCommitment .circle-container:nth-child(43) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-43;
      animation-name: move-frames-43;
      -webkit-animation-duration: 29250ms;
      animation-duration: 29250ms;
      -webkit-animation-delay: 28580ms;
      animation-delay: 28580ms; }

@-webkit-keyframes move-frames-43 {
  from {
    -webkit-transform: translate3d(65vw, 107vh, 0);
    transform: translate3d(65vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(100vw, -130vh, 0);
    transform: translate3d(100vw, -130vh, 0); } }

@keyframes move-frames-43 {
  from {
    -webkit-transform: translate3d(65vw, 107vh, 0);
    transform: translate3d(65vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(100vw, -130vh, 0);
    transform: translate3d(100vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(43) .circle,
      #GreenCommitment .circle-container:nth-child(43) .circle {
        -webkit-animation-delay: 1004ms;
        animation-delay: 1004ms; }
    #Banner .circle-container:nth-child(44),
    #GreenCommitment .circle-container:nth-child(44) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-44;
      animation-name: move-frames-44;
      -webkit-animation-duration: 35443ms;
      animation-duration: 35443ms;
      -webkit-animation-delay: 26525ms;
      animation-delay: 26525ms; }

@-webkit-keyframes move-frames-44 {
  from {
    -webkit-transform: translate3d(54vw, 107vh, 0);
    transform: translate3d(54vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(58vw, -112vh, 0);
    transform: translate3d(58vw, -112vh, 0); } }

@keyframes move-frames-44 {
  from {
    -webkit-transform: translate3d(54vw, 107vh, 0);
    transform: translate3d(54vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(58vw, -112vh, 0);
    transform: translate3d(58vw, -112vh, 0); } }
      #Banner .circle-container:nth-child(44) .circle,
      #GreenCommitment .circle-container:nth-child(44) .circle {
        -webkit-animation-delay: 1080ms;
        animation-delay: 1080ms; }
    #Banner .circle-container:nth-child(45),
    #GreenCommitment .circle-container:nth-child(45) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-45;
      animation-name: move-frames-45;
      -webkit-animation-duration: 35785ms;
      animation-duration: 35785ms;
      -webkit-animation-delay: 357ms;
      animation-delay: 357ms; }

@-webkit-keyframes move-frames-45 {
  from {
    -webkit-transform: translate3d(94vw, 110vh, 0);
    transform: translate3d(94vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(62vw, -117vh, 0);
    transform: translate3d(62vw, -117vh, 0); } }

@keyframes move-frames-45 {
  from {
    -webkit-transform: translate3d(94vw, 110vh, 0);
    transform: translate3d(94vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(62vw, -117vh, 0);
    transform: translate3d(62vw, -117vh, 0); } }
      #Banner .circle-container:nth-child(45) .circle,
      #GreenCommitment .circle-container:nth-child(45) .circle {
        -webkit-animation-delay: 2764ms;
        animation-delay: 2764ms; }
    #Banner .circle-container:nth-child(46),
    #GreenCommitment .circle-container:nth-child(46) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-46;
      animation-name: move-frames-46;
      -webkit-animation-duration: 33140ms;
      animation-duration: 33140ms;
      -webkit-animation-delay: 15340ms;
      animation-delay: 15340ms; }

@-webkit-keyframes move-frames-46 {
  from {
    -webkit-transform: translate3d(3vw, 107vh, 0);
    transform: translate3d(3vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(84vw, -123vh, 0);
    transform: translate3d(84vw, -123vh, 0); } }

@keyframes move-frames-46 {
  from {
    -webkit-transform: translate3d(3vw, 107vh, 0);
    transform: translate3d(3vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(84vw, -123vh, 0);
    transform: translate3d(84vw, -123vh, 0); } }
      #Banner .circle-container:nth-child(46) .circle,
      #GreenCommitment .circle-container:nth-child(46) .circle {
        -webkit-animation-delay: 1781ms;
        animation-delay: 1781ms; }
    #Banner .circle-container:nth-child(47),
    #GreenCommitment .circle-container:nth-child(47) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-47;
      animation-name: move-frames-47;
      -webkit-animation-duration: 29912ms;
      animation-duration: 29912ms;
      -webkit-animation-delay: 16515ms;
      animation-delay: 16515ms; }

@-webkit-keyframes move-frames-47 {
  from {
    -webkit-transform: translate3d(28vw, 109vh, 0);
    transform: translate3d(28vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(65vw, -125vh, 0);
    transform: translate3d(65vw, -125vh, 0); } }

@keyframes move-frames-47 {
  from {
    -webkit-transform: translate3d(28vw, 109vh, 0);
    transform: translate3d(28vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(65vw, -125vh, 0);
    transform: translate3d(65vw, -125vh, 0); } }
      #Banner .circle-container:nth-child(47) .circle,
      #GreenCommitment .circle-container:nth-child(47) .circle {
        -webkit-animation-delay: 3584ms;
        animation-delay: 3584ms; }
    #Banner .circle-container:nth-child(48),
    #GreenCommitment .circle-container:nth-child(48) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-48;
      animation-name: move-frames-48;
      -webkit-animation-duration: 36540ms;
      animation-duration: 36540ms;
      -webkit-animation-delay: 4945ms;
      animation-delay: 4945ms; }

@-webkit-keyframes move-frames-48 {
  from {
    -webkit-transform: translate3d(97vw, 106vh, 0);
    transform: translate3d(97vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(21vw, -130vh, 0);
    transform: translate3d(21vw, -130vh, 0); } }

@keyframes move-frames-48 {
  from {
    -webkit-transform: translate3d(97vw, 106vh, 0);
    transform: translate3d(97vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(21vw, -130vh, 0);
    transform: translate3d(21vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(48) .circle,
      #GreenCommitment .circle-container:nth-child(48) .circle {
        -webkit-animation-delay: 3226ms;
        animation-delay: 3226ms; }
    #Banner .circle-container:nth-child(49),
    #GreenCommitment .circle-container:nth-child(49) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-49;
      animation-name: move-frames-49;
      -webkit-animation-duration: 30815ms;
      animation-duration: 30815ms;
      -webkit-animation-delay: 28163ms;
      animation-delay: 28163ms; }

@-webkit-keyframes move-frames-49 {
  from {
    -webkit-transform: translate3d(70vw, 106vh, 0);
    transform: translate3d(70vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(28vw, -116vh, 0);
    transform: translate3d(28vw, -116vh, 0); } }

@keyframes move-frames-49 {
  from {
    -webkit-transform: translate3d(70vw, 106vh, 0);
    transform: translate3d(70vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(28vw, -116vh, 0);
    transform: translate3d(28vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(49) .circle,
      #GreenCommitment .circle-container:nth-child(49) .circle {
        -webkit-animation-delay: 3756ms;
        animation-delay: 3756ms; }
    #Banner .circle-container:nth-child(50),
    #GreenCommitment .circle-container:nth-child(50) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-50;
      animation-name: move-frames-50;
      -webkit-animation-duration: 30296ms;
      animation-duration: 30296ms;
      -webkit-animation-delay: 23642ms;
      animation-delay: 23642ms; }

@-webkit-keyframes move-frames-50 {
  from {
    -webkit-transform: translate3d(66vw, 106vh, 0);
    transform: translate3d(66vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(52vw, -121vh, 0);
    transform: translate3d(52vw, -121vh, 0); } }

@keyframes move-frames-50 {
  from {
    -webkit-transform: translate3d(66vw, 106vh, 0);
    transform: translate3d(66vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(52vw, -121vh, 0);
    transform: translate3d(52vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(50) .circle,
      #GreenCommitment .circle-container:nth-child(50) .circle {
        -webkit-animation-delay: 1667ms;
        animation-delay: 1667ms; }
    #Banner .circle-container:nth-child(51),
    #GreenCommitment .circle-container:nth-child(51) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-51;
      animation-name: move-frames-51;
      -webkit-animation-duration: 34350ms;
      animation-duration: 34350ms;
      -webkit-animation-delay: 32589ms;
      animation-delay: 32589ms; }

@-webkit-keyframes move-frames-51 {
  from {
    -webkit-transform: translate3d(45vw, 103vh, 0);
    transform: translate3d(45vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -109vh, 0);
    transform: translate3d(27vw, -109vh, 0); } }

@keyframes move-frames-51 {
  from {
    -webkit-transform: translate3d(45vw, 103vh, 0);
    transform: translate3d(45vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -109vh, 0);
    transform: translate3d(27vw, -109vh, 0); } }
      #Banner .circle-container:nth-child(51) .circle,
      #GreenCommitment .circle-container:nth-child(51) .circle {
        -webkit-animation-delay: 2397ms;
        animation-delay: 2397ms; }
    #Banner .circle-container:nth-child(52),
    #GreenCommitment .circle-container:nth-child(52) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-52;
      animation-name: move-frames-52;
      -webkit-animation-duration: 34935ms;
      animation-duration: 34935ms;
      -webkit-animation-delay: 620ms;
      animation-delay: 620ms; }

@-webkit-keyframes move-frames-52 {
  from {
    -webkit-transform: translate3d(77vw, 110vh, 0);
    transform: translate3d(77vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -115vh, 0);
    transform: translate3d(85vw, -115vh, 0); } }

@keyframes move-frames-52 {
  from {
    -webkit-transform: translate3d(77vw, 110vh, 0);
    transform: translate3d(77vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -115vh, 0);
    transform: translate3d(85vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(52) .circle,
      #GreenCommitment .circle-container:nth-child(52) .circle {
        -webkit-animation-delay: 2762ms;
        animation-delay: 2762ms; }
    #Banner .circle-container:nth-child(53),
    #GreenCommitment .circle-container:nth-child(53) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-53;
      animation-name: move-frames-53;
      -webkit-animation-duration: 32526ms;
      animation-duration: 32526ms;
      -webkit-animation-delay: 36733ms;
      animation-delay: 36733ms; }

@-webkit-keyframes move-frames-53 {
  from {
    -webkit-transform: translate3d(67vw, 107vh, 0);
    transform: translate3d(67vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(31vw, -127vh, 0);
    transform: translate3d(31vw, -127vh, 0); } }

@keyframes move-frames-53 {
  from {
    -webkit-transform: translate3d(67vw, 107vh, 0);
    transform: translate3d(67vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(31vw, -127vh, 0);
    transform: translate3d(31vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(53) .circle,
      #GreenCommitment .circle-container:nth-child(53) .circle {
        -webkit-animation-delay: 3648ms;
        animation-delay: 3648ms; }
    #Banner .circle-container:nth-child(54),
    #GreenCommitment .circle-container:nth-child(54) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-54;
      animation-name: move-frames-54;
      -webkit-animation-duration: 33011ms;
      animation-duration: 33011ms;
      -webkit-animation-delay: 10298ms;
      animation-delay: 10298ms; }

@-webkit-keyframes move-frames-54 {
  from {
    -webkit-transform: translate3d(77vw, 107vh, 0);
    transform: translate3d(77vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(94vw, -124vh, 0);
    transform: translate3d(94vw, -124vh, 0); } }

@keyframes move-frames-54 {
  from {
    -webkit-transform: translate3d(77vw, 107vh, 0);
    transform: translate3d(77vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(94vw, -124vh, 0);
    transform: translate3d(94vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(54) .circle,
      #GreenCommitment .circle-container:nth-child(54) .circle {
        -webkit-animation-delay: 3786ms;
        animation-delay: 3786ms; }
    #Banner .circle-container:nth-child(55),
    #GreenCommitment .circle-container:nth-child(55) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-55;
      animation-name: move-frames-55;
      -webkit-animation-duration: 29576ms;
      animation-duration: 29576ms;
      -webkit-animation-delay: 1450ms;
      animation-delay: 1450ms; }

@-webkit-keyframes move-frames-55 {
  from {
    -webkit-transform: translate3d(94vw, 106vh, 0);
    transform: translate3d(94vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(66vw, -134vh, 0);
    transform: translate3d(66vw, -134vh, 0); } }

@keyframes move-frames-55 {
  from {
    -webkit-transform: translate3d(94vw, 106vh, 0);
    transform: translate3d(94vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(66vw, -134vh, 0);
    transform: translate3d(66vw, -134vh, 0); } }
      #Banner .circle-container:nth-child(55) .circle,
      #GreenCommitment .circle-container:nth-child(55) .circle {
        -webkit-animation-delay: 3103ms;
        animation-delay: 3103ms; }
    #Banner .circle-container:nth-child(56),
    #GreenCommitment .circle-container:nth-child(56) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-56;
      animation-name: move-frames-56;
      -webkit-animation-duration: 32807ms;
      animation-duration: 32807ms;
      -webkit-animation-delay: 623ms;
      animation-delay: 623ms; }

@-webkit-keyframes move-frames-56 {
  from {
    -webkit-transform: translate3d(83vw, 104vh, 0);
    transform: translate3d(83vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -134vh, 0);
    transform: translate3d(24vw, -134vh, 0); } }

@keyframes move-frames-56 {
  from {
    -webkit-transform: translate3d(83vw, 104vh, 0);
    transform: translate3d(83vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -134vh, 0);
    transform: translate3d(24vw, -134vh, 0); } }
      #Banner .circle-container:nth-child(56) .circle,
      #GreenCommitment .circle-container:nth-child(56) .circle {
        -webkit-animation-delay: 2966ms;
        animation-delay: 2966ms; }
    #Banner .circle-container:nth-child(57),
    #GreenCommitment .circle-container:nth-child(57) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-57;
      animation-name: move-frames-57;
      -webkit-animation-duration: 33508ms;
      animation-duration: 33508ms;
      -webkit-animation-delay: 9168ms;
      animation-delay: 9168ms; }

@-webkit-keyframes move-frames-57 {
  from {
    -webkit-transform: translate3d(52vw, 107vh, 0);
    transform: translate3d(52vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -114vh, 0);
    transform: translate3d(29vw, -114vh, 0); } }

@keyframes move-frames-57 {
  from {
    -webkit-transform: translate3d(52vw, 107vh, 0);
    transform: translate3d(52vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -114vh, 0);
    transform: translate3d(29vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(57) .circle,
      #GreenCommitment .circle-container:nth-child(57) .circle {
        -webkit-animation-delay: 2038ms;
        animation-delay: 2038ms; }
    #Banner .circle-container:nth-child(58),
    #GreenCommitment .circle-container:nth-child(58) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-58;
      animation-name: move-frames-58;
      -webkit-animation-duration: 29920ms;
      animation-duration: 29920ms;
      -webkit-animation-delay: 18481ms;
      animation-delay: 18481ms; }

@-webkit-keyframes move-frames-58 {
  from {
    -webkit-transform: translate3d(7vw, 107vh, 0);
    transform: translate3d(7vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(61vw, -109vh, 0);
    transform: translate3d(61vw, -109vh, 0); } }

@keyframes move-frames-58 {
  from {
    -webkit-transform: translate3d(7vw, 107vh, 0);
    transform: translate3d(7vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(61vw, -109vh, 0);
    transform: translate3d(61vw, -109vh, 0); } }
      #Banner .circle-container:nth-child(58) .circle,
      #GreenCommitment .circle-container:nth-child(58) .circle {
        -webkit-animation-delay: 2534ms;
        animation-delay: 2534ms; }
    #Banner .circle-container:nth-child(59),
    #GreenCommitment .circle-container:nth-child(59) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-59;
      animation-name: move-frames-59;
      -webkit-animation-duration: 35587ms;
      animation-duration: 35587ms;
      -webkit-animation-delay: 28764ms;
      animation-delay: 28764ms; }

@-webkit-keyframes move-frames-59 {
  from {
    -webkit-transform: translate3d(3vw, 109vh, 0);
    transform: translate3d(3vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -131vh, 0);
    transform: translate3d(85vw, -131vh, 0); } }

@keyframes move-frames-59 {
  from {
    -webkit-transform: translate3d(3vw, 109vh, 0);
    transform: translate3d(3vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -131vh, 0);
    transform: translate3d(85vw, -131vh, 0); } }
      #Banner .circle-container:nth-child(59) .circle,
      #GreenCommitment .circle-container:nth-child(59) .circle {
        -webkit-animation-delay: 354ms;
        animation-delay: 354ms; }
    #Banner .circle-container:nth-child(60),
    #GreenCommitment .circle-container:nth-child(60) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-60;
      animation-name: move-frames-60;
      -webkit-animation-duration: 32021ms;
      animation-duration: 32021ms;
      -webkit-animation-delay: 538ms;
      animation-delay: 538ms; }

@-webkit-keyframes move-frames-60 {
  from {
    -webkit-transform: translate3d(61vw, 110vh, 0);
    transform: translate3d(61vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -127vh, 0);
    transform: translate3d(88vw, -127vh, 0); } }

@keyframes move-frames-60 {
  from {
    -webkit-transform: translate3d(61vw, 110vh, 0);
    transform: translate3d(61vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -127vh, 0);
    transform: translate3d(88vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(60) .circle,
      #GreenCommitment .circle-container:nth-child(60) .circle {
        -webkit-animation-delay: 3448ms;
        animation-delay: 3448ms; }
    #Banner .circle-container:nth-child(61),
    #GreenCommitment .circle-container:nth-child(61) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-61;
      animation-name: move-frames-61;
      -webkit-animation-duration: 32316ms;
      animation-duration: 32316ms;
      -webkit-animation-delay: 16113ms;
      animation-delay: 16113ms; }

@-webkit-keyframes move-frames-61 {
  from {
    -webkit-transform: translate3d(12vw, 102vh, 0);
    transform: translate3d(12vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(26vw, -130vh, 0);
    transform: translate3d(26vw, -130vh, 0); } }

@keyframes move-frames-61 {
  from {
    -webkit-transform: translate3d(12vw, 102vh, 0);
    transform: translate3d(12vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(26vw, -130vh, 0);
    transform: translate3d(26vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(61) .circle,
      #GreenCommitment .circle-container:nth-child(61) .circle {
        -webkit-animation-delay: 1645ms;
        animation-delay: 1645ms; }
    #Banner .circle-container:nth-child(62),
    #GreenCommitment .circle-container:nth-child(62) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-62;
      animation-name: move-frames-62;
      -webkit-animation-duration: 36211ms;
      animation-duration: 36211ms;
      -webkit-animation-delay: 18169ms;
      animation-delay: 18169ms; }

@-webkit-keyframes move-frames-62 {
  from {
    -webkit-transform: translate3d(10vw, 110vh, 0);
    transform: translate3d(10vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -129vh, 0);
    transform: translate3d(88vw, -129vh, 0); } }

@keyframes move-frames-62 {
  from {
    -webkit-transform: translate3d(10vw, 110vh, 0);
    transform: translate3d(10vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(88vw, -129vh, 0);
    transform: translate3d(88vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(62) .circle,
      #GreenCommitment .circle-container:nth-child(62) .circle {
        -webkit-animation-delay: 762ms;
        animation-delay: 762ms; }
    #Banner .circle-container:nth-child(63),
    #GreenCommitment .circle-container:nth-child(63) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-63;
      animation-name: move-frames-63;
      -webkit-animation-duration: 35817ms;
      animation-duration: 35817ms;
      -webkit-animation-delay: 15093ms;
      animation-delay: 15093ms; }

@-webkit-keyframes move-frames-63 {
  from {
    -webkit-transform: translate3d(78vw, 106vh, 0);
    transform: translate3d(78vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(8vw, -118vh, 0);
    transform: translate3d(8vw, -118vh, 0); } }

@keyframes move-frames-63 {
  from {
    -webkit-transform: translate3d(78vw, 106vh, 0);
    transform: translate3d(78vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(8vw, -118vh, 0);
    transform: translate3d(8vw, -118vh, 0); } }
      #Banner .circle-container:nth-child(63) .circle,
      #GreenCommitment .circle-container:nth-child(63) .circle {
        -webkit-animation-delay: 1055ms;
        animation-delay: 1055ms; }
    #Banner .circle-container:nth-child(64),
    #GreenCommitment .circle-container:nth-child(64) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-64;
      animation-name: move-frames-64;
      -webkit-animation-duration: 29772ms;
      animation-duration: 29772ms;
      -webkit-animation-delay: 11852ms;
      animation-delay: 11852ms; }

@-webkit-keyframes move-frames-64 {
  from {
    -webkit-transform: translate3d(22vw, 110vh, 0);
    transform: translate3d(22vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -137vh, 0);
    transform: translate3d(42vw, -137vh, 0); } }

@keyframes move-frames-64 {
  from {
    -webkit-transform: translate3d(22vw, 110vh, 0);
    transform: translate3d(22vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -137vh, 0);
    transform: translate3d(42vw, -137vh, 0); } }
      #Banner .circle-container:nth-child(64) .circle,
      #GreenCommitment .circle-container:nth-child(64) .circle {
        -webkit-animation-delay: 1255ms;
        animation-delay: 1255ms; }
    #Banner .circle-container:nth-child(65),
    #GreenCommitment .circle-container:nth-child(65) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-65;
      animation-name: move-frames-65;
      -webkit-animation-duration: 29439ms;
      animation-duration: 29439ms;
      -webkit-animation-delay: 3534ms;
      animation-delay: 3534ms; }

@-webkit-keyframes move-frames-65 {
  from {
    -webkit-transform: translate3d(15vw, 107vh, 0);
    transform: translate3d(15vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(16vw, -132vh, 0);
    transform: translate3d(16vw, -132vh, 0); } }

@keyframes move-frames-65 {
  from {
    -webkit-transform: translate3d(15vw, 107vh, 0);
    transform: translate3d(15vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(16vw, -132vh, 0);
    transform: translate3d(16vw, -132vh, 0); } }
      #Banner .circle-container:nth-child(65) .circle,
      #GreenCommitment .circle-container:nth-child(65) .circle {
        -webkit-animation-delay: 913ms;
        animation-delay: 913ms; }
    #Banner .circle-container:nth-child(66),
    #GreenCommitment .circle-container:nth-child(66) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-66;
      animation-name: move-frames-66;
      -webkit-animation-duration: 28451ms;
      animation-duration: 28451ms;
      -webkit-animation-delay: 25456ms;
      animation-delay: 25456ms; }

@-webkit-keyframes move-frames-66 {
  from {
    -webkit-transform: translate3d(48vw, 110vh, 0);
    transform: translate3d(48vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(46vw, -120vh, 0);
    transform: translate3d(46vw, -120vh, 0); } }

@keyframes move-frames-66 {
  from {
    -webkit-transform: translate3d(48vw, 110vh, 0);
    transform: translate3d(48vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(46vw, -120vh, 0);
    transform: translate3d(46vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(66) .circle,
      #GreenCommitment .circle-container:nth-child(66) .circle {
        -webkit-animation-delay: 1384ms;
        animation-delay: 1384ms; }
    #Banner .circle-container:nth-child(67),
    #GreenCommitment .circle-container:nth-child(67) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-67;
      animation-name: move-frames-67;
      -webkit-animation-duration: 30527ms;
      animation-duration: 30527ms;
      -webkit-animation-delay: 14865ms;
      animation-delay: 14865ms; }

@-webkit-keyframes move-frames-67 {
  from {
    -webkit-transform: translate3d(25vw, 106vh, 0);
    transform: translate3d(25vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(22vw, -109vh, 0);
    transform: translate3d(22vw, -109vh, 0); } }

@keyframes move-frames-67 {
  from {
    -webkit-transform: translate3d(25vw, 106vh, 0);
    transform: translate3d(25vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(22vw, -109vh, 0);
    transform: translate3d(22vw, -109vh, 0); } }
      #Banner .circle-container:nth-child(67) .circle,
      #GreenCommitment .circle-container:nth-child(67) .circle {
        -webkit-animation-delay: 3465ms;
        animation-delay: 3465ms; }
    #Banner .circle-container:nth-child(68),
    #GreenCommitment .circle-container:nth-child(68) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-68;
      animation-name: move-frames-68;
      -webkit-animation-duration: 30426ms;
      animation-duration: 30426ms;
      -webkit-animation-delay: 6381ms;
      animation-delay: 6381ms; }

@-webkit-keyframes move-frames-68 {
  from {
    -webkit-transform: translate3d(91vw, 106vh, 0);
    transform: translate3d(91vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(25vw, -115vh, 0);
    transform: translate3d(25vw, -115vh, 0); } }

@keyframes move-frames-68 {
  from {
    -webkit-transform: translate3d(91vw, 106vh, 0);
    transform: translate3d(91vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(25vw, -115vh, 0);
    transform: translate3d(25vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(68) .circle,
      #GreenCommitment .circle-container:nth-child(68) .circle {
        -webkit-animation-delay: 1341ms;
        animation-delay: 1341ms; }
    #Banner .circle-container:nth-child(69),
    #GreenCommitment .circle-container:nth-child(69) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-69;
      animation-name: move-frames-69;
      -webkit-animation-duration: 31867ms;
      animation-duration: 31867ms;
      -webkit-animation-delay: 4859ms;
      animation-delay: 4859ms; }

@-webkit-keyframes move-frames-69 {
  from {
    -webkit-transform: translate3d(74vw, 108vh, 0);
    transform: translate3d(74vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(39vw, -121vh, 0);
    transform: translate3d(39vw, -121vh, 0); } }

@keyframes move-frames-69 {
  from {
    -webkit-transform: translate3d(74vw, 108vh, 0);
    transform: translate3d(74vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(39vw, -121vh, 0);
    transform: translate3d(39vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(69) .circle,
      #GreenCommitment .circle-container:nth-child(69) .circle {
        -webkit-animation-delay: 102ms;
        animation-delay: 102ms; }
    #Banner .circle-container:nth-child(70),
    #GreenCommitment .circle-container:nth-child(70) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-70;
      animation-name: move-frames-70;
      -webkit-animation-duration: 32251ms;
      animation-duration: 32251ms;
      -webkit-animation-delay: 2283ms;
      animation-delay: 2283ms; }

@-webkit-keyframes move-frames-70 {
  from {
    -webkit-transform: translate3d(12vw, 101vh, 0);
    transform: translate3d(12vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(26vw, -103vh, 0);
    transform: translate3d(26vw, -103vh, 0); } }

@keyframes move-frames-70 {
  from {
    -webkit-transform: translate3d(12vw, 101vh, 0);
    transform: translate3d(12vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(26vw, -103vh, 0);
    transform: translate3d(26vw, -103vh, 0); } }
      #Banner .circle-container:nth-child(70) .circle,
      #GreenCommitment .circle-container:nth-child(70) .circle {
        -webkit-animation-delay: 3416ms;
        animation-delay: 3416ms; }
    #Banner .circle-container:nth-child(71),
    #GreenCommitment .circle-container:nth-child(71) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-71;
      animation-name: move-frames-71;
      -webkit-animation-duration: 32602ms;
      animation-duration: 32602ms;
      -webkit-animation-delay: 36756ms;
      animation-delay: 36756ms; }

@-webkit-keyframes move-frames-71 {
  from {
    -webkit-transform: translate3d(89vw, 104vh, 0);
    transform: translate3d(89vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -111vh, 0);
    transform: translate3d(4vw, -111vh, 0); } }

@keyframes move-frames-71 {
  from {
    -webkit-transform: translate3d(89vw, 104vh, 0);
    transform: translate3d(89vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -111vh, 0);
    transform: translate3d(4vw, -111vh, 0); } }
      #Banner .circle-container:nth-child(71) .circle,
      #GreenCommitment .circle-container:nth-child(71) .circle {
        -webkit-animation-delay: 2606ms;
        animation-delay: 2606ms; }
    #Banner .circle-container:nth-child(72),
    #GreenCommitment .circle-container:nth-child(72) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-72;
      animation-name: move-frames-72;
      -webkit-animation-duration: 31543ms;
      animation-duration: 31543ms;
      -webkit-animation-delay: 35022ms;
      animation-delay: 35022ms; }

@-webkit-keyframes move-frames-72 {
  from {
    -webkit-transform: translate3d(17vw, 101vh, 0);
    transform: translate3d(17vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(18vw, -116vh, 0);
    transform: translate3d(18vw, -116vh, 0); } }

@keyframes move-frames-72 {
  from {
    -webkit-transform: translate3d(17vw, 101vh, 0);
    transform: translate3d(17vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(18vw, -116vh, 0);
    transform: translate3d(18vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(72) .circle,
      #GreenCommitment .circle-container:nth-child(72) .circle {
        -webkit-animation-delay: 372ms;
        animation-delay: 372ms; }
    #Banner .circle-container:nth-child(73),
    #GreenCommitment .circle-container:nth-child(73) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-73;
      animation-name: move-frames-73;
      -webkit-animation-duration: 36041ms;
      animation-duration: 36041ms;
      -webkit-animation-delay: 31713ms;
      animation-delay: 31713ms; }

@-webkit-keyframes move-frames-73 {
  from {
    -webkit-transform: translate3d(27vw, 101vh, 0);
    transform: translate3d(27vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(33vw, -122vh, 0);
    transform: translate3d(33vw, -122vh, 0); } }

@keyframes move-frames-73 {
  from {
    -webkit-transform: translate3d(27vw, 101vh, 0);
    transform: translate3d(27vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(33vw, -122vh, 0);
    transform: translate3d(33vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(73) .circle,
      #GreenCommitment .circle-container:nth-child(73) .circle {
        -webkit-animation-delay: 1992ms;
        animation-delay: 1992ms; }
    #Banner .circle-container:nth-child(74),
    #GreenCommitment .circle-container:nth-child(74) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-74;
      animation-name: move-frames-74;
      -webkit-animation-duration: 35247ms;
      animation-duration: 35247ms;
      -webkit-animation-delay: 13356ms;
      animation-delay: 13356ms; }

@-webkit-keyframes move-frames-74 {
  from {
    -webkit-transform: translate3d(55vw, 105vh, 0);
    transform: translate3d(55vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -110vh, 0);
    transform: translate3d(23vw, -110vh, 0); } }

@keyframes move-frames-74 {
  from {
    -webkit-transform: translate3d(55vw, 105vh, 0);
    transform: translate3d(55vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -110vh, 0);
    transform: translate3d(23vw, -110vh, 0); } }
      #Banner .circle-container:nth-child(74) .circle,
      #GreenCommitment .circle-container:nth-child(74) .circle {
        -webkit-animation-delay: 2114ms;
        animation-delay: 2114ms; }
    #Banner .circle-container:nth-child(75),
    #GreenCommitment .circle-container:nth-child(75) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-75;
      animation-name: move-frames-75;
      -webkit-animation-duration: 33797ms;
      animation-duration: 33797ms;
      -webkit-animation-delay: 3762ms;
      animation-delay: 3762ms; }

@-webkit-keyframes move-frames-75 {
  from {
    -webkit-transform: translate3d(20vw, 109vh, 0);
    transform: translate3d(20vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(96vw, -123vh, 0);
    transform: translate3d(96vw, -123vh, 0); } }

@keyframes move-frames-75 {
  from {
    -webkit-transform: translate3d(20vw, 109vh, 0);
    transform: translate3d(20vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(96vw, -123vh, 0);
    transform: translate3d(96vw, -123vh, 0); } }
      #Banner .circle-container:nth-child(75) .circle,
      #GreenCommitment .circle-container:nth-child(75) .circle {
        -webkit-animation-delay: 2888ms;
        animation-delay: 2888ms; }
    #Banner .circle-container:nth-child(76),
    #GreenCommitment .circle-container:nth-child(76) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-76;
      animation-name: move-frames-76;
      -webkit-animation-duration: 33019ms;
      animation-duration: 33019ms;
      -webkit-animation-delay: 36493ms;
      animation-delay: 36493ms; }

@-webkit-keyframes move-frames-76 {
  from {
    -webkit-transform: translate3d(15vw, 110vh, 0);
    transform: translate3d(15vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(62vw, -123vh, 0);
    transform: translate3d(62vw, -123vh, 0); } }

@keyframes move-frames-76 {
  from {
    -webkit-transform: translate3d(15vw, 110vh, 0);
    transform: translate3d(15vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(62vw, -123vh, 0);
    transform: translate3d(62vw, -123vh, 0); } }
      #Banner .circle-container:nth-child(76) .circle,
      #GreenCommitment .circle-container:nth-child(76) .circle {
        -webkit-animation-delay: 3240ms;
        animation-delay: 3240ms; }
    #Banner .circle-container:nth-child(77),
    #GreenCommitment .circle-container:nth-child(77) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-77;
      animation-name: move-frames-77;
      -webkit-animation-duration: 31111ms;
      animation-duration: 31111ms;
      -webkit-animation-delay: 15387ms;
      animation-delay: 15387ms; }

@-webkit-keyframes move-frames-77 {
  from {
    -webkit-transform: translate3d(48vw, 102vh, 0);
    transform: translate3d(48vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(14vw, -130vh, 0);
    transform: translate3d(14vw, -130vh, 0); } }

@keyframes move-frames-77 {
  from {
    -webkit-transform: translate3d(48vw, 102vh, 0);
    transform: translate3d(48vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(14vw, -130vh, 0);
    transform: translate3d(14vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(77) .circle,
      #GreenCommitment .circle-container:nth-child(77) .circle {
        -webkit-animation-delay: 1087ms;
        animation-delay: 1087ms; }
    #Banner .circle-container:nth-child(78),
    #GreenCommitment .circle-container:nth-child(78) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-78;
      animation-name: move-frames-78;
      -webkit-animation-duration: 36458ms;
      animation-duration: 36458ms;
      -webkit-animation-delay: 36022ms;
      animation-delay: 36022ms; }

@-webkit-keyframes move-frames-78 {
  from {
    -webkit-transform: translate3d(100vw, 110vh, 0);
    transform: translate3d(100vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -127vh, 0);
    transform: translate3d(47vw, -127vh, 0); } }

@keyframes move-frames-78 {
  from {
    -webkit-transform: translate3d(100vw, 110vh, 0);
    transform: translate3d(100vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -127vh, 0);
    transform: translate3d(47vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(78) .circle,
      #GreenCommitment .circle-container:nth-child(78) .circle {
        -webkit-animation-delay: 3138ms;
        animation-delay: 3138ms; }
    #Banner .circle-container:nth-child(79),
    #GreenCommitment .circle-container:nth-child(79) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-79;
      animation-name: move-frames-79;
      -webkit-animation-duration: 29044ms;
      animation-duration: 29044ms;
      -webkit-animation-delay: 28454ms;
      animation-delay: 28454ms; }

@-webkit-keyframes move-frames-79 {
  from {
    -webkit-transform: translate3d(88vw, 104vh, 0);
    transform: translate3d(88vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -111vh, 0);
    transform: translate3d(75vw, -111vh, 0); } }

@keyframes move-frames-79 {
  from {
    -webkit-transform: translate3d(88vw, 104vh, 0);
    transform: translate3d(88vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -111vh, 0);
    transform: translate3d(75vw, -111vh, 0); } }
      #Banner .circle-container:nth-child(79) .circle,
      #GreenCommitment .circle-container:nth-child(79) .circle {
        -webkit-animation-delay: 594ms;
        animation-delay: 594ms; }
    #Banner .circle-container:nth-child(80),
    #GreenCommitment .circle-container:nth-child(80) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-80;
      animation-name: move-frames-80;
      -webkit-animation-duration: 35983ms;
      animation-duration: 35983ms;
      -webkit-animation-delay: 29652ms;
      animation-delay: 29652ms; }

@-webkit-keyframes move-frames-80 {
  from {
    -webkit-transform: translate3d(47vw, 102vh, 0);
    transform: translate3d(47vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(73vw, -126vh, 0);
    transform: translate3d(73vw, -126vh, 0); } }

@keyframes move-frames-80 {
  from {
    -webkit-transform: translate3d(47vw, 102vh, 0);
    transform: translate3d(47vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(73vw, -126vh, 0);
    transform: translate3d(73vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(80) .circle,
      #GreenCommitment .circle-container:nth-child(80) .circle {
        -webkit-animation-delay: 3778ms;
        animation-delay: 3778ms; }
    #Banner .circle-container:nth-child(81),
    #GreenCommitment .circle-container:nth-child(81) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-81;
      animation-name: move-frames-81;
      -webkit-animation-duration: 29426ms;
      animation-duration: 29426ms;
      -webkit-animation-delay: 6280ms;
      animation-delay: 6280ms; }

@-webkit-keyframes move-frames-81 {
  from {
    -webkit-transform: translate3d(67vw, 108vh, 0);
    transform: translate3d(67vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -124vh, 0);
    transform: translate3d(93vw, -124vh, 0); } }

@keyframes move-frames-81 {
  from {
    -webkit-transform: translate3d(67vw, 108vh, 0);
    transform: translate3d(67vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -124vh, 0);
    transform: translate3d(93vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(81) .circle,
      #GreenCommitment .circle-container:nth-child(81) .circle {
        -webkit-animation-delay: 986ms;
        animation-delay: 986ms; }
    #Banner .circle-container:nth-child(82),
    #GreenCommitment .circle-container:nth-child(82) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-82;
      animation-name: move-frames-82;
      -webkit-animation-duration: 30020ms;
      animation-duration: 30020ms;
      -webkit-animation-delay: 2121ms;
      animation-delay: 2121ms; }

@-webkit-keyframes move-frames-82 {
  from {
    -webkit-transform: translate3d(92vw, 105vh, 0);
    transform: translate3d(92vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(15vw, -124vh, 0);
    transform: translate3d(15vw, -124vh, 0); } }

@keyframes move-frames-82 {
  from {
    -webkit-transform: translate3d(92vw, 105vh, 0);
    transform: translate3d(92vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(15vw, -124vh, 0);
    transform: translate3d(15vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(82) .circle,
      #GreenCommitment .circle-container:nth-child(82) .circle {
        -webkit-animation-delay: 2601ms;
        animation-delay: 2601ms; }
    #Banner .circle-container:nth-child(83),
    #GreenCommitment .circle-container:nth-child(83) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-83;
      animation-name: move-frames-83;
      -webkit-animation-duration: 34425ms;
      animation-duration: 34425ms;
      -webkit-animation-delay: 21826ms;
      animation-delay: 21826ms; }

@-webkit-keyframes move-frames-83 {
  from {
    -webkit-transform: translate3d(67vw, 102vh, 0);
    transform: translate3d(67vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -123vh, 0);
    transform: translate3d(4vw, -123vh, 0); } }

@keyframes move-frames-83 {
  from {
    -webkit-transform: translate3d(67vw, 102vh, 0);
    transform: translate3d(67vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -123vh, 0);
    transform: translate3d(4vw, -123vh, 0); } }
      #Banner .circle-container:nth-child(83) .circle,
      #GreenCommitment .circle-container:nth-child(83) .circle {
        -webkit-animation-delay: 3832ms;
        animation-delay: 3832ms; }
    #Banner .circle-container:nth-child(84),
    #GreenCommitment .circle-container:nth-child(84) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-84;
      animation-name: move-frames-84;
      -webkit-animation-duration: 35752ms;
      animation-duration: 35752ms;
      -webkit-animation-delay: 26279ms;
      animation-delay: 26279ms; }

@-webkit-keyframes move-frames-84 {
  from {
    -webkit-transform: translate3d(69vw, 105vh, 0);
    transform: translate3d(69vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(19vw, -115vh, 0);
    transform: translate3d(19vw, -115vh, 0); } }

@keyframes move-frames-84 {
  from {
    -webkit-transform: translate3d(69vw, 105vh, 0);
    transform: translate3d(69vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(19vw, -115vh, 0);
    transform: translate3d(19vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(84) .circle,
      #GreenCommitment .circle-container:nth-child(84) .circle {
        -webkit-animation-delay: 2001ms;
        animation-delay: 2001ms; }
    #Banner .circle-container:nth-child(85),
    #GreenCommitment .circle-container:nth-child(85) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-85;
      animation-name: move-frames-85;
      -webkit-animation-duration: 33484ms;
      animation-duration: 33484ms;
      -webkit-animation-delay: 5768ms;
      animation-delay: 5768ms; }

@-webkit-keyframes move-frames-85 {
  from {
    -webkit-transform: translate3d(72vw, 105vh, 0);
    transform: translate3d(72vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -106vh, 0);
    transform: translate3d(71vw, -106vh, 0); } }

@keyframes move-frames-85 {
  from {
    -webkit-transform: translate3d(72vw, 105vh, 0);
    transform: translate3d(72vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -106vh, 0);
    transform: translate3d(71vw, -106vh, 0); } }
      #Banner .circle-container:nth-child(85) .circle,
      #GreenCommitment .circle-container:nth-child(85) .circle {
        -webkit-animation-delay: 1968ms;
        animation-delay: 1968ms; }
    #Banner .circle-container:nth-child(86),
    #GreenCommitment .circle-container:nth-child(86) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-86;
      animation-name: move-frames-86;
      -webkit-animation-duration: 29263ms;
      animation-duration: 29263ms;
      -webkit-animation-delay: 28589ms;
      animation-delay: 28589ms; }

@-webkit-keyframes move-frames-86 {
  from {
    -webkit-transform: translate3d(6vw, 104vh, 0);
    transform: translate3d(6vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(21vw, -112vh, 0);
    transform: translate3d(21vw, -112vh, 0); } }

@keyframes move-frames-86 {
  from {
    -webkit-transform: translate3d(6vw, 104vh, 0);
    transform: translate3d(6vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(21vw, -112vh, 0);
    transform: translate3d(21vw, -112vh, 0); } }
      #Banner .circle-container:nth-child(86) .circle,
      #GreenCommitment .circle-container:nth-child(86) .circle {
        -webkit-animation-delay: 2292ms;
        animation-delay: 2292ms; }
    #Banner .circle-container:nth-child(87),
    #GreenCommitment .circle-container:nth-child(87) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-87;
      animation-name: move-frames-87;
      -webkit-animation-duration: 28723ms;
      animation-duration: 28723ms;
      -webkit-animation-delay: 9463ms;
      animation-delay: 9463ms; }

@-webkit-keyframes move-frames-87 {
  from {
    -webkit-transform: translate3d(39vw, 109vh, 0);
    transform: translate3d(39vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -116vh, 0);
    transform: translate3d(2vw, -116vh, 0); } }

@keyframes move-frames-87 {
  from {
    -webkit-transform: translate3d(39vw, 109vh, 0);
    transform: translate3d(39vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -116vh, 0);
    transform: translate3d(2vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(87) .circle,
      #GreenCommitment .circle-container:nth-child(87) .circle {
        -webkit-animation-delay: 907ms;
        animation-delay: 907ms; }
    #Banner .circle-container:nth-child(88),
    #GreenCommitment .circle-container:nth-child(88) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-88;
      animation-name: move-frames-88;
      -webkit-animation-duration: 28956ms;
      animation-duration: 28956ms;
      -webkit-animation-delay: 7014ms;
      animation-delay: 7014ms; }

@-webkit-keyframes move-frames-88 {
  from {
    -webkit-transform: translate3d(47vw, 108vh, 0);
    transform: translate3d(47vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -126vh, 0);
    transform: translate3d(90vw, -126vh, 0); } }

@keyframes move-frames-88 {
  from {
    -webkit-transform: translate3d(47vw, 108vh, 0);
    transform: translate3d(47vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -126vh, 0);
    transform: translate3d(90vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(88) .circle,
      #GreenCommitment .circle-container:nth-child(88) .circle {
        -webkit-animation-delay: 2833ms;
        animation-delay: 2833ms; }
    #Banner .circle-container:nth-child(89),
    #GreenCommitment .circle-container:nth-child(89) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-89;
      animation-name: move-frames-89;
      -webkit-animation-duration: 30015ms;
      animation-duration: 30015ms;
      -webkit-animation-delay: 16195ms;
      animation-delay: 16195ms; }

@-webkit-keyframes move-frames-89 {
  from {
    -webkit-transform: translate3d(86vw, 104vh, 0);
    transform: translate3d(86vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(48vw, -106vh, 0);
    transform: translate3d(48vw, -106vh, 0); } }

@keyframes move-frames-89 {
  from {
    -webkit-transform: translate3d(86vw, 104vh, 0);
    transform: translate3d(86vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(48vw, -106vh, 0);
    transform: translate3d(48vw, -106vh, 0); } }
      #Banner .circle-container:nth-child(89) .circle,
      #GreenCommitment .circle-container:nth-child(89) .circle {
        -webkit-animation-delay: 1136ms;
        animation-delay: 1136ms; }
    #Banner .circle-container:nth-child(90),
    #GreenCommitment .circle-container:nth-child(90) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-90;
      animation-name: move-frames-90;
      -webkit-animation-duration: 35418ms;
      animation-duration: 35418ms;
      -webkit-animation-delay: 10270ms;
      animation-delay: 10270ms; }

@-webkit-keyframes move-frames-90 {
  from {
    -webkit-transform: translate3d(63vw, 109vh, 0);
    transform: translate3d(63vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -136vh, 0);
    transform: translate3d(13vw, -136vh, 0); } }

@keyframes move-frames-90 {
  from {
    -webkit-transform: translate3d(63vw, 109vh, 0);
    transform: translate3d(63vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -136vh, 0);
    transform: translate3d(13vw, -136vh, 0); } }
      #Banner .circle-container:nth-child(90) .circle,
      #GreenCommitment .circle-container:nth-child(90) .circle {
        -webkit-animation-delay: 1118ms;
        animation-delay: 1118ms; }
    #Banner .circle-container:nth-child(91),
    #GreenCommitment .circle-container:nth-child(91) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-91;
      animation-name: move-frames-91;
      -webkit-animation-duration: 30274ms;
      animation-duration: 30274ms;
      -webkit-animation-delay: 14379ms;
      animation-delay: 14379ms; }

@-webkit-keyframes move-frames-91 {
  from {
    -webkit-transform: translate3d(27vw, 102vh, 0);
    transform: translate3d(27vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -131vh, 0);
    transform: translate3d(23vw, -131vh, 0); } }

@keyframes move-frames-91 {
  from {
    -webkit-transform: translate3d(27vw, 102vh, 0);
    transform: translate3d(27vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -131vh, 0);
    transform: translate3d(23vw, -131vh, 0); } }
      #Banner .circle-container:nth-child(91) .circle,
      #GreenCommitment .circle-container:nth-child(91) .circle {
        -webkit-animation-delay: 3561ms;
        animation-delay: 3561ms; }
    #Banner .circle-container:nth-child(92),
    #GreenCommitment .circle-container:nth-child(92) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-92;
      animation-name: move-frames-92;
      -webkit-animation-duration: 31416ms;
      animation-duration: 31416ms;
      -webkit-animation-delay: 12081ms;
      animation-delay: 12081ms; }

@-webkit-keyframes move-frames-92 {
  from {
    -webkit-transform: translate3d(76vw, 106vh, 0);
    transform: translate3d(76vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(87vw, -136vh, 0);
    transform: translate3d(87vw, -136vh, 0); } }

@keyframes move-frames-92 {
  from {
    -webkit-transform: translate3d(76vw, 106vh, 0);
    transform: translate3d(76vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(87vw, -136vh, 0);
    transform: translate3d(87vw, -136vh, 0); } }
      #Banner .circle-container:nth-child(92) .circle,
      #GreenCommitment .circle-container:nth-child(92) .circle {
        -webkit-animation-delay: 1349ms;
        animation-delay: 1349ms; }
    #Banner .circle-container:nth-child(93),
    #GreenCommitment .circle-container:nth-child(93) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-93;
      animation-name: move-frames-93;
      -webkit-animation-duration: 36782ms;
      animation-duration: 36782ms;
      -webkit-animation-delay: 33092ms;
      animation-delay: 33092ms; }

@-webkit-keyframes move-frames-93 {
  from {
    -webkit-transform: translate3d(80vw, 110vh, 0);
    transform: translate3d(80vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -115vh, 0);
    transform: translate3d(24vw, -115vh, 0); } }

@keyframes move-frames-93 {
  from {
    -webkit-transform: translate3d(80vw, 110vh, 0);
    transform: translate3d(80vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -115vh, 0);
    transform: translate3d(24vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(93) .circle,
      #GreenCommitment .circle-container:nth-child(93) .circle {
        -webkit-animation-delay: 2618ms;
        animation-delay: 2618ms; }
    #Banner .circle-container:nth-child(94),
    #GreenCommitment .circle-container:nth-child(94) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-94;
      animation-name: move-frames-94;
      -webkit-animation-duration: 35888ms;
      animation-duration: 35888ms;
      -webkit-animation-delay: 23647ms;
      animation-delay: 23647ms; }

@-webkit-keyframes move-frames-94 {
  from {
    -webkit-transform: translate3d(7vw, 103vh, 0);
    transform: translate3d(7vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -126vh, 0);
    transform: translate3d(4vw, -126vh, 0); } }

@keyframes move-frames-94 {
  from {
    -webkit-transform: translate3d(7vw, 103vh, 0);
    transform: translate3d(7vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -126vh, 0);
    transform: translate3d(4vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(94) .circle,
      #GreenCommitment .circle-container:nth-child(94) .circle {
        -webkit-animation-delay: 2761ms;
        animation-delay: 2761ms; }
    #Banner .circle-container:nth-child(95),
    #GreenCommitment .circle-container:nth-child(95) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-95;
      animation-name: move-frames-95;
      -webkit-animation-duration: 30747ms;
      animation-duration: 30747ms;
      -webkit-animation-delay: 14914ms;
      animation-delay: 14914ms; }

@-webkit-keyframes move-frames-95 {
  from {
    -webkit-transform: translate3d(86vw, 107vh, 0);
    transform: translate3d(86vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -116vh, 0);
    transform: translate3d(2vw, -116vh, 0); } }

@keyframes move-frames-95 {
  from {
    -webkit-transform: translate3d(86vw, 107vh, 0);
    transform: translate3d(86vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -116vh, 0);
    transform: translate3d(2vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(95) .circle,
      #GreenCommitment .circle-container:nth-child(95) .circle {
        -webkit-animation-delay: 244ms;
        animation-delay: 244ms; }
    #Banner .circle-container:nth-child(96),
    #GreenCommitment .circle-container:nth-child(96) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-96;
      animation-name: move-frames-96;
      -webkit-animation-duration: 31645ms;
      animation-duration: 31645ms;
      -webkit-animation-delay: 1652ms;
      animation-delay: 1652ms; }

@-webkit-keyframes move-frames-96 {
  from {
    -webkit-transform: translate3d(52vw, 101vh, 0);
    transform: translate3d(52vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -123vh, 0);
    transform: translate3d(56vw, -123vh, 0); } }

@keyframes move-frames-96 {
  from {
    -webkit-transform: translate3d(52vw, 101vh, 0);
    transform: translate3d(52vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -123vh, 0);
    transform: translate3d(56vw, -123vh, 0); } }
      #Banner .circle-container:nth-child(96) .circle,
      #GreenCommitment .circle-container:nth-child(96) .circle {
        -webkit-animation-delay: 359ms;
        animation-delay: 359ms; }
    #Banner .circle-container:nth-child(97),
    #GreenCommitment .circle-container:nth-child(97) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-97;
      animation-name: move-frames-97;
      -webkit-animation-duration: 29484ms;
      animation-duration: 29484ms;
      -webkit-animation-delay: 28214ms;
      animation-delay: 28214ms; }

@-webkit-keyframes move-frames-97 {
  from {
    -webkit-transform: translate3d(71vw, 101vh, 0);
    transform: translate3d(71vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -128vh, 0);
    transform: translate3d(93vw, -128vh, 0); } }

@keyframes move-frames-97 {
  from {
    -webkit-transform: translate3d(71vw, 101vh, 0);
    transform: translate3d(71vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -128vh, 0);
    transform: translate3d(93vw, -128vh, 0); } }
      #Banner .circle-container:nth-child(97) .circle,
      #GreenCommitment .circle-container:nth-child(97) .circle {
        -webkit-animation-delay: 710ms;
        animation-delay: 710ms; }
    #Banner .circle-container:nth-child(98),
    #GreenCommitment .circle-container:nth-child(98) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-98;
      animation-name: move-frames-98;
      -webkit-animation-duration: 32382ms;
      animation-duration: 32382ms;
      -webkit-animation-delay: 3623ms;
      animation-delay: 3623ms; }

@-webkit-keyframes move-frames-98 {
  from {
    -webkit-transform: translate3d(49vw, 106vh, 0);
    transform: translate3d(49vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(68vw, -132vh, 0);
    transform: translate3d(68vw, -132vh, 0); } }

@keyframes move-frames-98 {
  from {
    -webkit-transform: translate3d(49vw, 106vh, 0);
    transform: translate3d(49vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(68vw, -132vh, 0);
    transform: translate3d(68vw, -132vh, 0); } }
      #Banner .circle-container:nth-child(98) .circle,
      #GreenCommitment .circle-container:nth-child(98) .circle {
        -webkit-animation-delay: 619ms;
        animation-delay: 619ms; }
    #Banner .circle-container:nth-child(99),
    #GreenCommitment .circle-container:nth-child(99) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-99;
      animation-name: move-frames-99;
      -webkit-animation-duration: 34291ms;
      animation-duration: 34291ms;
      -webkit-animation-delay: 9232ms;
      animation-delay: 9232ms; }

@-webkit-keyframes move-frames-99 {
  from {
    -webkit-transform: translate3d(6vw, 101vh, 0);
    transform: translate3d(6vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(52vw, -103vh, 0);
    transform: translate3d(52vw, -103vh, 0); } }

@keyframes move-frames-99 {
  from {
    -webkit-transform: translate3d(6vw, 101vh, 0);
    transform: translate3d(6vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(52vw, -103vh, 0);
    transform: translate3d(52vw, -103vh, 0); } }
      #Banner .circle-container:nth-child(99) .circle,
      #GreenCommitment .circle-container:nth-child(99) .circle {
        -webkit-animation-delay: 1663ms;
        animation-delay: 1663ms; }
    #Banner .circle-container:nth-child(100),
    #GreenCommitment .circle-container:nth-child(100) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-100;
      animation-name: move-frames-100;
      -webkit-animation-duration: 36863ms;
      animation-duration: 36863ms;
      -webkit-animation-delay: 29004ms;
      animation-delay: 29004ms; }

@-webkit-keyframes move-frames-100 {
  from {
    -webkit-transform: translate3d(58vw, 104vh, 0);
    transform: translate3d(58vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(17vw, -125vh, 0);
    transform: translate3d(17vw, -125vh, 0); } }

@keyframes move-frames-100 {
  from {
    -webkit-transform: translate3d(58vw, 104vh, 0);
    transform: translate3d(58vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(17vw, -125vh, 0);
    transform: translate3d(17vw, -125vh, 0); } }
      #Banner .circle-container:nth-child(100) .circle,
      #GreenCommitment .circle-container:nth-child(100) .circle {
        -webkit-animation-delay: 2444ms;
        animation-delay: 2444ms; }
    #Banner .circle-container:nth-child(101),
    #GreenCommitment .circle-container:nth-child(101) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-101;
      animation-name: move-frames-101;
      -webkit-animation-duration: 28236ms;
      animation-duration: 28236ms;
      -webkit-animation-delay: 7083ms;
      animation-delay: 7083ms; }

@-webkit-keyframes move-frames-101 {
  from {
    -webkit-transform: translate3d(82vw, 104vh, 0);
    transform: translate3d(82vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -129vh, 0);
    transform: translate3d(90vw, -129vh, 0); } }

@keyframes move-frames-101 {
  from {
    -webkit-transform: translate3d(82vw, 104vh, 0);
    transform: translate3d(82vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(90vw, -129vh, 0);
    transform: translate3d(90vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(101) .circle,
      #GreenCommitment .circle-container:nth-child(101) .circle {
        -webkit-animation-delay: 3761ms;
        animation-delay: 3761ms; }
    #Banner .circle-container:nth-child(102),
    #GreenCommitment .circle-container:nth-child(102) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-102;
      animation-name: move-frames-102;
      -webkit-animation-duration: 31643ms;
      animation-duration: 31643ms;
      -webkit-animation-delay: 18451ms;
      animation-delay: 18451ms; }

@-webkit-keyframes move-frames-102 {
  from {
    -webkit-transform: translate3d(36vw, 109vh, 0);
    transform: translate3d(36vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(43vw, -135vh, 0);
    transform: translate3d(43vw, -135vh, 0); } }

@keyframes move-frames-102 {
  from {
    -webkit-transform: translate3d(36vw, 109vh, 0);
    transform: translate3d(36vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(43vw, -135vh, 0);
    transform: translate3d(43vw, -135vh, 0); } }
      #Banner .circle-container:nth-child(102) .circle,
      #GreenCommitment .circle-container:nth-child(102) .circle {
        -webkit-animation-delay: 704ms;
        animation-delay: 704ms; }
    #Banner .circle-container:nth-child(103),
    #GreenCommitment .circle-container:nth-child(103) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-103;
      animation-name: move-frames-103;
      -webkit-animation-duration: 30350ms;
      animation-duration: 30350ms;
      -webkit-animation-delay: 4707ms;
      animation-delay: 4707ms; }

@-webkit-keyframes move-frames-103 {
  from {
    -webkit-transform: translate3d(78vw, 107vh, 0);
    transform: translate3d(78vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -112vh, 0);
    transform: translate3d(42vw, -112vh, 0); } }

@keyframes move-frames-103 {
  from {
    -webkit-transform: translate3d(78vw, 107vh, 0);
    transform: translate3d(78vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -112vh, 0);
    transform: translate3d(42vw, -112vh, 0); } }
      #Banner .circle-container:nth-child(103) .circle,
      #GreenCommitment .circle-container:nth-child(103) .circle {
        -webkit-animation-delay: 1221ms;
        animation-delay: 1221ms; }
    #Banner .circle-container:nth-child(104),
    #GreenCommitment .circle-container:nth-child(104) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-104;
      animation-name: move-frames-104;
      -webkit-animation-duration: 34008ms;
      animation-duration: 34008ms;
      -webkit-animation-delay: 5232ms;
      animation-delay: 5232ms; }

@-webkit-keyframes move-frames-104 {
  from {
    -webkit-transform: translate3d(50vw, 108vh, 0);
    transform: translate3d(50vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -112vh, 0);
    transform: translate3d(56vw, -112vh, 0); } }

@keyframes move-frames-104 {
  from {
    -webkit-transform: translate3d(50vw, 108vh, 0);
    transform: translate3d(50vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -112vh, 0);
    transform: translate3d(56vw, -112vh, 0); } }
      #Banner .circle-container:nth-child(104) .circle,
      #GreenCommitment .circle-container:nth-child(104) .circle {
        -webkit-animation-delay: 96ms;
        animation-delay: 96ms; }
    #Banner .circle-container:nth-child(105),
    #GreenCommitment .circle-container:nth-child(105) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-105;
      animation-name: move-frames-105;
      -webkit-animation-duration: 29021ms;
      animation-duration: 29021ms;
      -webkit-animation-delay: 21053ms;
      animation-delay: 21053ms; }

@-webkit-keyframes move-frames-105 {
  from {
    -webkit-transform: translate3d(28vw, 102vh, 0);
    transform: translate3d(28vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -115vh, 0);
    transform: translate3d(56vw, -115vh, 0); } }

@keyframes move-frames-105 {
  from {
    -webkit-transform: translate3d(28vw, 102vh, 0);
    transform: translate3d(28vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -115vh, 0);
    transform: translate3d(56vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(105) .circle,
      #GreenCommitment .circle-container:nth-child(105) .circle {
        -webkit-animation-delay: 2845ms;
        animation-delay: 2845ms; }
    #Banner .circle-container:nth-child(106),
    #GreenCommitment .circle-container:nth-child(106) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-106;
      animation-name: move-frames-106;
      -webkit-animation-duration: 35741ms;
      animation-duration: 35741ms;
      -webkit-animation-delay: 9232ms;
      animation-delay: 9232ms; }

@-webkit-keyframes move-frames-106 {
  from {
    -webkit-transform: translate3d(7vw, 108vh, 0);
    transform: translate3d(7vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(14vw, -114vh, 0);
    transform: translate3d(14vw, -114vh, 0); } }

@keyframes move-frames-106 {
  from {
    -webkit-transform: translate3d(7vw, 108vh, 0);
    transform: translate3d(7vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(14vw, -114vh, 0);
    transform: translate3d(14vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(106) .circle,
      #GreenCommitment .circle-container:nth-child(106) .circle {
        -webkit-animation-delay: 3482ms;
        animation-delay: 3482ms; }
    #Banner .circle-container:nth-child(107),
    #GreenCommitment .circle-container:nth-child(107) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-107;
      animation-name: move-frames-107;
      -webkit-animation-duration: 34250ms;
      animation-duration: 34250ms;
      -webkit-animation-delay: 26342ms;
      animation-delay: 26342ms; }

@-webkit-keyframes move-frames-107 {
  from {
    -webkit-transform: translate3d(78vw, 110vh, 0);
    transform: translate3d(78vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -138vh, 0);
    transform: translate3d(75vw, -138vh, 0); } }

@keyframes move-frames-107 {
  from {
    -webkit-transform: translate3d(78vw, 110vh, 0);
    transform: translate3d(78vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -138vh, 0);
    transform: translate3d(75vw, -138vh, 0); } }
      #Banner .circle-container:nth-child(107) .circle,
      #GreenCommitment .circle-container:nth-child(107) .circle {
        -webkit-animation-delay: 109ms;
        animation-delay: 109ms; }
    #Banner .circle-container:nth-child(108),
    #GreenCommitment .circle-container:nth-child(108) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-108;
      animation-name: move-frames-108;
      -webkit-animation-duration: 32536ms;
      animation-duration: 32536ms;
      -webkit-animation-delay: 6207ms;
      animation-delay: 6207ms; }

@-webkit-keyframes move-frames-108 {
  from {
    -webkit-transform: translate3d(75vw, 108vh, 0);
    transform: translate3d(75vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(9vw, -136vh, 0);
    transform: translate3d(9vw, -136vh, 0); } }

@keyframes move-frames-108 {
  from {
    -webkit-transform: translate3d(75vw, 108vh, 0);
    transform: translate3d(75vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(9vw, -136vh, 0);
    transform: translate3d(9vw, -136vh, 0); } }
      #Banner .circle-container:nth-child(108) .circle,
      #GreenCommitment .circle-container:nth-child(108) .circle {
        -webkit-animation-delay: 159ms;
        animation-delay: 159ms; }
    #Banner .circle-container:nth-child(109),
    #GreenCommitment .circle-container:nth-child(109) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-109;
      animation-name: move-frames-109;
      -webkit-animation-duration: 31334ms;
      animation-duration: 31334ms;
      -webkit-animation-delay: 31547ms;
      animation-delay: 31547ms; }

@-webkit-keyframes move-frames-109 {
  from {
    -webkit-transform: translate3d(32vw, 102vh, 0);
    transform: translate3d(32vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -116vh, 0);
    transform: translate3d(75vw, -116vh, 0); } }

@keyframes move-frames-109 {
  from {
    -webkit-transform: translate3d(32vw, 102vh, 0);
    transform: translate3d(32vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -116vh, 0);
    transform: translate3d(75vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(109) .circle,
      #GreenCommitment .circle-container:nth-child(109) .circle {
        -webkit-animation-delay: 3941ms;
        animation-delay: 3941ms; }
    #Banner .circle-container:nth-child(110),
    #GreenCommitment .circle-container:nth-child(110) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-110;
      animation-name: move-frames-110;
      -webkit-animation-duration: 30453ms;
      animation-duration: 30453ms;
      -webkit-animation-delay: 25134ms;
      animation-delay: 25134ms; }

@-webkit-keyframes move-frames-110 {
  from {
    -webkit-transform: translate3d(57vw, 102vh, 0);
    transform: translate3d(57vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(32vw, -123vh, 0);
    transform: translate3d(32vw, -123vh, 0); } }

@keyframes move-frames-110 {
  from {
    -webkit-transform: translate3d(57vw, 102vh, 0);
    transform: translate3d(57vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(32vw, -123vh, 0);
    transform: translate3d(32vw, -123vh, 0); } }
      #Banner .circle-container:nth-child(110) .circle,
      #GreenCommitment .circle-container:nth-child(110) .circle {
        -webkit-animation-delay: 2184ms;
        animation-delay: 2184ms; }
    #Banner .circle-container:nth-child(111),
    #GreenCommitment .circle-container:nth-child(111) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-111;
      animation-name: move-frames-111;
      -webkit-animation-duration: 32837ms;
      animation-duration: 32837ms;
      -webkit-animation-delay: 13177ms;
      animation-delay: 13177ms; }

@-webkit-keyframes move-frames-111 {
  from {
    -webkit-transform: translate3d(61vw, 107vh, 0);
    transform: translate3d(61vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(32vw, -129vh, 0);
    transform: translate3d(32vw, -129vh, 0); } }

@keyframes move-frames-111 {
  from {
    -webkit-transform: translate3d(61vw, 107vh, 0);
    transform: translate3d(61vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(32vw, -129vh, 0);
    transform: translate3d(32vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(111) .circle,
      #GreenCommitment .circle-container:nth-child(111) .circle {
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms; }
    #Banner .circle-container:nth-child(112),
    #GreenCommitment .circle-container:nth-child(112) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-112;
      animation-name: move-frames-112;
      -webkit-animation-duration: 34034ms;
      animation-duration: 34034ms;
      -webkit-animation-delay: 14935ms;
      animation-delay: 14935ms; }

@-webkit-keyframes move-frames-112 {
  from {
    -webkit-transform: translate3d(6vw, 102vh, 0);
    transform: translate3d(6vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(60vw, -113vh, 0);
    transform: translate3d(60vw, -113vh, 0); } }

@keyframes move-frames-112 {
  from {
    -webkit-transform: translate3d(6vw, 102vh, 0);
    transform: translate3d(6vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(60vw, -113vh, 0);
    transform: translate3d(60vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(112) .circle,
      #GreenCommitment .circle-container:nth-child(112) .circle {
        -webkit-animation-delay: 2438ms;
        animation-delay: 2438ms; }
    #Banner .circle-container:nth-child(113),
    #GreenCommitment .circle-container:nth-child(113) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-113;
      animation-name: move-frames-113;
      -webkit-animation-duration: 29742ms;
      animation-duration: 29742ms;
      -webkit-animation-delay: 36268ms;
      animation-delay: 36268ms; }

@-webkit-keyframes move-frames-113 {
  from {
    -webkit-transform: translate3d(39vw, 108vh, 0);
    transform: translate3d(39vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -136vh, 0);
    transform: translate3d(29vw, -136vh, 0); } }

@keyframes move-frames-113 {
  from {
    -webkit-transform: translate3d(39vw, 108vh, 0);
    transform: translate3d(39vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -136vh, 0);
    transform: translate3d(29vw, -136vh, 0); } }
      #Banner .circle-container:nth-child(113) .circle,
      #GreenCommitment .circle-container:nth-child(113) .circle {
        -webkit-animation-delay: 2801ms;
        animation-delay: 2801ms; }
    #Banner .circle-container:nth-child(114),
    #GreenCommitment .circle-container:nth-child(114) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-114;
      animation-name: move-frames-114;
      -webkit-animation-duration: 30731ms;
      animation-duration: 30731ms;
      -webkit-animation-delay: 4014ms;
      animation-delay: 4014ms; }

@-webkit-keyframes move-frames-114 {
  from {
    -webkit-transform: translate3d(23vw, 107vh, 0);
    transform: translate3d(23vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -125vh, 0);
    transform: translate3d(23vw, -125vh, 0); } }

@keyframes move-frames-114 {
  from {
    -webkit-transform: translate3d(23vw, 107vh, 0);
    transform: translate3d(23vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -125vh, 0);
    transform: translate3d(23vw, -125vh, 0); } }
      #Banner .circle-container:nth-child(114) .circle,
      #GreenCommitment .circle-container:nth-child(114) .circle {
        -webkit-animation-delay: 1691ms;
        animation-delay: 1691ms; }
    #Banner .circle-container:nth-child(115),
    #GreenCommitment .circle-container:nth-child(115) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-115;
      animation-name: move-frames-115;
      -webkit-animation-duration: 35102ms;
      animation-duration: 35102ms;
      -webkit-animation-delay: 2817ms;
      animation-delay: 2817ms; }

@-webkit-keyframes move-frames-115 {
  from {
    -webkit-transform: translate3d(35vw, 107vh, 0);
    transform: translate3d(35vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(72vw, -124vh, 0);
    transform: translate3d(72vw, -124vh, 0); } }

@keyframes move-frames-115 {
  from {
    -webkit-transform: translate3d(35vw, 107vh, 0);
    transform: translate3d(35vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(72vw, -124vh, 0);
    transform: translate3d(72vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(115) .circle,
      #GreenCommitment .circle-container:nth-child(115) .circle {
        -webkit-animation-delay: 1208ms;
        animation-delay: 1208ms; }
    #Banner .circle-container:nth-child(116),
    #GreenCommitment .circle-container:nth-child(116) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-116;
      animation-name: move-frames-116;
      -webkit-animation-duration: 31729ms;
      animation-duration: 31729ms;
      -webkit-animation-delay: 8297ms;
      animation-delay: 8297ms; }

@-webkit-keyframes move-frames-116 {
  from {
    -webkit-transform: translate3d(66vw, 106vh, 0);
    transform: translate3d(66vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -121vh, 0);
    transform: translate3d(2vw, -121vh, 0); } }

@keyframes move-frames-116 {
  from {
    -webkit-transform: translate3d(66vw, 106vh, 0);
    transform: translate3d(66vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -121vh, 0);
    transform: translate3d(2vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(116) .circle,
      #GreenCommitment .circle-container:nth-child(116) .circle {
        -webkit-animation-delay: 2312ms;
        animation-delay: 2312ms; }
    #Banner .circle-container:nth-child(117),
    #GreenCommitment .circle-container:nth-child(117) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-117;
      animation-name: move-frames-117;
      -webkit-animation-duration: 32149ms;
      animation-duration: 32149ms;
      -webkit-animation-delay: 22032ms;
      animation-delay: 22032ms; }

@-webkit-keyframes move-frames-117 {
  from {
    -webkit-transform: translate3d(85vw, 104vh, 0);
    transform: translate3d(85vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(3vw, -108vh, 0);
    transform: translate3d(3vw, -108vh, 0); } }

@keyframes move-frames-117 {
  from {
    -webkit-transform: translate3d(85vw, 104vh, 0);
    transform: translate3d(85vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(3vw, -108vh, 0);
    transform: translate3d(3vw, -108vh, 0); } }
      #Banner .circle-container:nth-child(117) .circle,
      #GreenCommitment .circle-container:nth-child(117) .circle {
        -webkit-animation-delay: 3020ms;
        animation-delay: 3020ms; }
    #Banner .circle-container:nth-child(118),
    #GreenCommitment .circle-container:nth-child(118) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-118;
      animation-name: move-frames-118;
      -webkit-animation-duration: 28102ms;
      animation-duration: 28102ms;
      -webkit-animation-delay: 11233ms;
      animation-delay: 11233ms; }

@-webkit-keyframes move-frames-118 {
  from {
    -webkit-transform: translate3d(96vw, 101vh, 0);
    transform: translate3d(96vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(99vw, -131vh, 0);
    transform: translate3d(99vw, -131vh, 0); } }

@keyframes move-frames-118 {
  from {
    -webkit-transform: translate3d(96vw, 101vh, 0);
    transform: translate3d(96vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(99vw, -131vh, 0);
    transform: translate3d(99vw, -131vh, 0); } }
      #Banner .circle-container:nth-child(118) .circle,
      #GreenCommitment .circle-container:nth-child(118) .circle {
        -webkit-animation-delay: 890ms;
        animation-delay: 890ms; }
    #Banner .circle-container:nth-child(119),
    #GreenCommitment .circle-container:nth-child(119) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-119;
      animation-name: move-frames-119;
      -webkit-animation-duration: 34725ms;
      animation-duration: 34725ms;
      -webkit-animation-delay: 15074ms;
      animation-delay: 15074ms; }

@-webkit-keyframes move-frames-119 {
  from {
    -webkit-transform: translate3d(47vw, 103vh, 0);
    transform: translate3d(47vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -111vh, 0);
    transform: translate3d(75vw, -111vh, 0); } }

@keyframes move-frames-119 {
  from {
    -webkit-transform: translate3d(47vw, 103vh, 0);
    transform: translate3d(47vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -111vh, 0);
    transform: translate3d(75vw, -111vh, 0); } }
      #Banner .circle-container:nth-child(119) .circle,
      #GreenCommitment .circle-container:nth-child(119) .circle {
        -webkit-animation-delay: 1594ms;
        animation-delay: 1594ms; }
    #Banner .circle-container:nth-child(120),
    #GreenCommitment .circle-container:nth-child(120) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-120;
      animation-name: move-frames-120;
      -webkit-animation-duration: 33570ms;
      animation-duration: 33570ms;
      -webkit-animation-delay: 33578ms;
      animation-delay: 33578ms; }

@-webkit-keyframes move-frames-120 {
  from {
    -webkit-transform: translate3d(54vw, 102vh, 0);
    transform: translate3d(54vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -117vh, 0);
    transform: translate3d(12vw, -117vh, 0); } }

@keyframes move-frames-120 {
  from {
    -webkit-transform: translate3d(54vw, 102vh, 0);
    transform: translate3d(54vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -117vh, 0);
    transform: translate3d(12vw, -117vh, 0); } }
      #Banner .circle-container:nth-child(120) .circle,
      #GreenCommitment .circle-container:nth-child(120) .circle {
        -webkit-animation-delay: 3587ms;
        animation-delay: 3587ms; }
    #Banner .circle-container:nth-child(121),
    #GreenCommitment .circle-container:nth-child(121) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-121;
      animation-name: move-frames-121;
      -webkit-animation-duration: 33831ms;
      animation-duration: 33831ms;
      -webkit-animation-delay: 16898ms;
      animation-delay: 16898ms; }

@-webkit-keyframes move-frames-121 {
  from {
    -webkit-transform: translate3d(22vw, 108vh, 0);
    transform: translate3d(22vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -122vh, 0);
    transform: translate3d(13vw, -122vh, 0); } }

@keyframes move-frames-121 {
  from {
    -webkit-transform: translate3d(22vw, 108vh, 0);
    transform: translate3d(22vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -122vh, 0);
    transform: translate3d(13vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(121) .circle,
      #GreenCommitment .circle-container:nth-child(121) .circle {
        -webkit-animation-delay: 3675ms;
        animation-delay: 3675ms; }
    #Banner .circle-container:nth-child(122),
    #GreenCommitment .circle-container:nth-child(122) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-122;
      animation-name: move-frames-122;
      -webkit-animation-duration: 36499ms;
      animation-duration: 36499ms;
      -webkit-animation-delay: 26138ms;
      animation-delay: 26138ms; }

@-webkit-keyframes move-frames-122 {
  from {
    -webkit-transform: translate3d(44vw, 103vh, 0);
    transform: translate3d(44vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -106vh, 0);
    transform: translate3d(93vw, -106vh, 0); } }

@keyframes move-frames-122 {
  from {
    -webkit-transform: translate3d(44vw, 103vh, 0);
    transform: translate3d(44vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -106vh, 0);
    transform: translate3d(93vw, -106vh, 0); } }
      #Banner .circle-container:nth-child(122) .circle,
      #GreenCommitment .circle-container:nth-child(122) .circle {
        -webkit-animation-delay: 2666ms;
        animation-delay: 2666ms; }
    #Banner .circle-container:nth-child(123),
    #GreenCommitment .circle-container:nth-child(123) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-123;
      animation-name: move-frames-123;
      -webkit-animation-duration: 31550ms;
      animation-duration: 31550ms;
      -webkit-animation-delay: 24020ms;
      animation-delay: 24020ms; }

@-webkit-keyframes move-frames-123 {
  from {
    -webkit-transform: translate3d(13vw, 102vh, 0);
    transform: translate3d(13vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(10vw, -128vh, 0);
    transform: translate3d(10vw, -128vh, 0); } }

@keyframes move-frames-123 {
  from {
    -webkit-transform: translate3d(13vw, 102vh, 0);
    transform: translate3d(13vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(10vw, -128vh, 0);
    transform: translate3d(10vw, -128vh, 0); } }
      #Banner .circle-container:nth-child(123) .circle,
      #GreenCommitment .circle-container:nth-child(123) .circle {
        -webkit-animation-delay: 734ms;
        animation-delay: 734ms; }
    #Banner .circle-container:nth-child(124),
    #GreenCommitment .circle-container:nth-child(124) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-124;
      animation-name: move-frames-124;
      -webkit-animation-duration: 32018ms;
      animation-duration: 32018ms;
      -webkit-animation-delay: 25653ms;
      animation-delay: 25653ms; }

@-webkit-keyframes move-frames-124 {
  from {
    -webkit-transform: translate3d(41vw, 101vh, 0);
    transform: translate3d(41vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(82vw, -110vh, 0);
    transform: translate3d(82vw, -110vh, 0); } }

@keyframes move-frames-124 {
  from {
    -webkit-transform: translate3d(41vw, 101vh, 0);
    transform: translate3d(41vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(82vw, -110vh, 0);
    transform: translate3d(82vw, -110vh, 0); } }
      #Banner .circle-container:nth-child(124) .circle,
      #GreenCommitment .circle-container:nth-child(124) .circle {
        -webkit-animation-delay: 3720ms;
        animation-delay: 3720ms; }
    #Banner .circle-container:nth-child(125),
    #GreenCommitment .circle-container:nth-child(125) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-125;
      animation-name: move-frames-125;
      -webkit-animation-duration: 33208ms;
      animation-duration: 33208ms;
      -webkit-animation-delay: 1777ms;
      animation-delay: 1777ms; }

@-webkit-keyframes move-frames-125 {
  from {
    -webkit-transform: translate3d(74vw, 108vh, 0);
    transform: translate3d(74vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(28vw, -124vh, 0);
    transform: translate3d(28vw, -124vh, 0); } }

@keyframes move-frames-125 {
  from {
    -webkit-transform: translate3d(74vw, 108vh, 0);
    transform: translate3d(74vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(28vw, -124vh, 0);
    transform: translate3d(28vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(125) .circle,
      #GreenCommitment .circle-container:nth-child(125) .circle {
        -webkit-animation-delay: 3698ms;
        animation-delay: 3698ms; }
    #Banner .circle-container:nth-child(126),
    #GreenCommitment .circle-container:nth-child(126) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-126;
      animation-name: move-frames-126;
      -webkit-animation-duration: 29629ms;
      animation-duration: 29629ms;
      -webkit-animation-delay: 3404ms;
      animation-delay: 3404ms; }

@-webkit-keyframes move-frames-126 {
  from {
    -webkit-transform: translate3d(75vw, 110vh, 0);
    transform: translate3d(75vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(98vw, -126vh, 0);
    transform: translate3d(98vw, -126vh, 0); } }

@keyframes move-frames-126 {
  from {
    -webkit-transform: translate3d(75vw, 110vh, 0);
    transform: translate3d(75vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(98vw, -126vh, 0);
    transform: translate3d(98vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(126) .circle,
      #GreenCommitment .circle-container:nth-child(126) .circle {
        -webkit-animation-delay: 264ms;
        animation-delay: 264ms; }
    #Banner .circle-container:nth-child(127),
    #GreenCommitment .circle-container:nth-child(127) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-127;
      animation-name: move-frames-127;
      -webkit-animation-duration: 36120ms;
      animation-duration: 36120ms;
      -webkit-animation-delay: 23304ms;
      animation-delay: 23304ms; }

@-webkit-keyframes move-frames-127 {
  from {
    -webkit-transform: translate3d(17vw, 105vh, 0);
    transform: translate3d(17vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -113vh, 0);
    transform: translate3d(24vw, -113vh, 0); } }

@keyframes move-frames-127 {
  from {
    -webkit-transform: translate3d(17vw, 105vh, 0);
    transform: translate3d(17vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -113vh, 0);
    transform: translate3d(24vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(127) .circle,
      #GreenCommitment .circle-container:nth-child(127) .circle {
        -webkit-animation-delay: 1970ms;
        animation-delay: 1970ms; }
    #Banner .circle-container:nth-child(128),
    #GreenCommitment .circle-container:nth-child(128) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-128;
      animation-name: move-frames-128;
      -webkit-animation-duration: 34467ms;
      animation-duration: 34467ms;
      -webkit-animation-delay: 10017ms;
      animation-delay: 10017ms; }

@-webkit-keyframes move-frames-128 {
  from {
    -webkit-transform: translate3d(10vw, 107vh, 0);
    transform: translate3d(10vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -129vh, 0);
    transform: translate3d(93vw, -129vh, 0); } }

@keyframes move-frames-128 {
  from {
    -webkit-transform: translate3d(10vw, 107vh, 0);
    transform: translate3d(10vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(93vw, -129vh, 0);
    transform: translate3d(93vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(128) .circle,
      #GreenCommitment .circle-container:nth-child(128) .circle {
        -webkit-animation-delay: 981ms;
        animation-delay: 981ms; }
    #Banner .circle-container:nth-child(129),
    #GreenCommitment .circle-container:nth-child(129) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-129;
      animation-name: move-frames-129;
      -webkit-animation-duration: 29710ms;
      animation-duration: 29710ms;
      -webkit-animation-delay: 31071ms;
      animation-delay: 31071ms; }

@-webkit-keyframes move-frames-129 {
  from {
    -webkit-transform: translate3d(96vw, 108vh, 0);
    transform: translate3d(96vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(10vw, -121vh, 0);
    transform: translate3d(10vw, -121vh, 0); } }

@keyframes move-frames-129 {
  from {
    -webkit-transform: translate3d(96vw, 108vh, 0);
    transform: translate3d(96vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(10vw, -121vh, 0);
    transform: translate3d(10vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(129) .circle,
      #GreenCommitment .circle-container:nth-child(129) .circle {
        -webkit-animation-delay: 2424ms;
        animation-delay: 2424ms; }
    #Banner .circle-container:nth-child(130),
    #GreenCommitment .circle-container:nth-child(130) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-130;
      animation-name: move-frames-130;
      -webkit-animation-duration: 33781ms;
      animation-duration: 33781ms;
      -webkit-animation-delay: 15971ms;
      animation-delay: 15971ms; }

@-webkit-keyframes move-frames-130 {
  from {
    -webkit-transform: translate3d(40vw, 106vh, 0);
    transform: translate3d(40vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(74vw, -111vh, 0);
    transform: translate3d(74vw, -111vh, 0); } }

@keyframes move-frames-130 {
  from {
    -webkit-transform: translate3d(40vw, 106vh, 0);
    transform: translate3d(40vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(74vw, -111vh, 0);
    transform: translate3d(74vw, -111vh, 0); } }
      #Banner .circle-container:nth-child(130) .circle,
      #GreenCommitment .circle-container:nth-child(130) .circle {
        -webkit-animation-delay: 3113ms;
        animation-delay: 3113ms; }
    #Banner .circle-container:nth-child(131),
    #GreenCommitment .circle-container:nth-child(131) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-131;
      animation-name: move-frames-131;
      -webkit-animation-duration: 34126ms;
      animation-duration: 34126ms;
      -webkit-animation-delay: 5673ms;
      animation-delay: 5673ms; }

@-webkit-keyframes move-frames-131 {
  from {
    -webkit-transform: translate3d(38vw, 102vh, 0);
    transform: translate3d(38vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(82vw, -106vh, 0);
    transform: translate3d(82vw, -106vh, 0); } }

@keyframes move-frames-131 {
  from {
    -webkit-transform: translate3d(38vw, 102vh, 0);
    transform: translate3d(38vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(82vw, -106vh, 0);
    transform: translate3d(82vw, -106vh, 0); } }
      #Banner .circle-container:nth-child(131) .circle,
      #GreenCommitment .circle-container:nth-child(131) .circle {
        -webkit-animation-delay: 2545ms;
        animation-delay: 2545ms; }
    #Banner .circle-container:nth-child(132),
    #GreenCommitment .circle-container:nth-child(132) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-132;
      animation-name: move-frames-132;
      -webkit-animation-duration: 34657ms;
      animation-duration: 34657ms;
      -webkit-animation-delay: 17238ms;
      animation-delay: 17238ms; }

@-webkit-keyframes move-frames-132 {
  from {
    -webkit-transform: translate3d(18vw, 102vh, 0);
    transform: translate3d(18vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -127vh, 0);
    transform: translate3d(42vw, -127vh, 0); } }

@keyframes move-frames-132 {
  from {
    -webkit-transform: translate3d(18vw, 102vh, 0);
    transform: translate3d(18vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -127vh, 0);
    transform: translate3d(42vw, -127vh, 0); } }
      #Banner .circle-container:nth-child(132) .circle,
      #GreenCommitment .circle-container:nth-child(132) .circle {
        -webkit-animation-delay: 2903ms;
        animation-delay: 2903ms; }
    #Banner .circle-container:nth-child(133),
    #GreenCommitment .circle-container:nth-child(133) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-133;
      animation-name: move-frames-133;
      -webkit-animation-duration: 28711ms;
      animation-duration: 28711ms;
      -webkit-animation-delay: 5853ms;
      animation-delay: 5853ms; }

@-webkit-keyframes move-frames-133 {
  from {
    -webkit-transform: translate3d(6vw, 102vh, 0);
    transform: translate3d(6vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -118vh, 0);
    transform: translate3d(24vw, -118vh, 0); } }

@keyframes move-frames-133 {
  from {
    -webkit-transform: translate3d(6vw, 102vh, 0);
    transform: translate3d(6vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(24vw, -118vh, 0);
    transform: translate3d(24vw, -118vh, 0); } }
      #Banner .circle-container:nth-child(133) .circle,
      #GreenCommitment .circle-container:nth-child(133) .circle {
        -webkit-animation-delay: 1911ms;
        animation-delay: 1911ms; }
    #Banner .circle-container:nth-child(134),
    #GreenCommitment .circle-container:nth-child(134) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-134;
      animation-name: move-frames-134;
      -webkit-animation-duration: 28708ms;
      animation-duration: 28708ms;
      -webkit-animation-delay: 13182ms;
      animation-delay: 13182ms; }

@-webkit-keyframes move-frames-134 {
  from {
    -webkit-transform: translate3d(66vw, 103vh, 0);
    transform: translate3d(66vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -106vh, 0);
    transform: translate3d(85vw, -106vh, 0); } }

@keyframes move-frames-134 {
  from {
    -webkit-transform: translate3d(66vw, 103vh, 0);
    transform: translate3d(66vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -106vh, 0);
    transform: translate3d(85vw, -106vh, 0); } }
      #Banner .circle-container:nth-child(134) .circle,
      #GreenCommitment .circle-container:nth-child(134) .circle {
        -webkit-animation-delay: 2913ms;
        animation-delay: 2913ms; }
    #Banner .circle-container:nth-child(135),
    #GreenCommitment .circle-container:nth-child(135) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-135;
      animation-name: move-frames-135;
      -webkit-animation-duration: 31517ms;
      animation-duration: 31517ms;
      -webkit-animation-delay: 25052ms;
      animation-delay: 25052ms; }

@-webkit-keyframes move-frames-135 {
  from {
    -webkit-transform: translate3d(3vw, 108vh, 0);
    transform: translate3d(3vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -134vh, 0);
    transform: translate3d(56vw, -134vh, 0); } }

@keyframes move-frames-135 {
  from {
    -webkit-transform: translate3d(3vw, 108vh, 0);
    transform: translate3d(3vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -134vh, 0);
    transform: translate3d(56vw, -134vh, 0); } }
      #Banner .circle-container:nth-child(135) .circle,
      #GreenCommitment .circle-container:nth-child(135) .circle {
        -webkit-animation-delay: 3558ms;
        animation-delay: 3558ms; }
    #Banner .circle-container:nth-child(136),
    #GreenCommitment .circle-container:nth-child(136) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-136;
      animation-name: move-frames-136;
      -webkit-animation-duration: 32716ms;
      animation-duration: 32716ms;
      -webkit-animation-delay: 16897ms;
      animation-delay: 16897ms; }

@-webkit-keyframes move-frames-136 {
  from {
    -webkit-transform: translate3d(54vw, 106vh, 0);
    transform: translate3d(54vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(41vw, -118vh, 0);
    transform: translate3d(41vw, -118vh, 0); } }

@keyframes move-frames-136 {
  from {
    -webkit-transform: translate3d(54vw, 106vh, 0);
    transform: translate3d(54vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(41vw, -118vh, 0);
    transform: translate3d(41vw, -118vh, 0); } }
      #Banner .circle-container:nth-child(136) .circle,
      #GreenCommitment .circle-container:nth-child(136) .circle {
        -webkit-animation-delay: 3114ms;
        animation-delay: 3114ms; }
    #Banner .circle-container:nth-child(137),
    #GreenCommitment .circle-container:nth-child(137) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-137;
      animation-name: move-frames-137;
      -webkit-animation-duration: 31767ms;
      animation-duration: 31767ms;
      -webkit-animation-delay: 6144ms;
      animation-delay: 6144ms; }

@-webkit-keyframes move-frames-137 {
  from {
    -webkit-transform: translate3d(19vw, 106vh, 0);
    transform: translate3d(19vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(36vw, -122vh, 0);
    transform: translate3d(36vw, -122vh, 0); } }

@keyframes move-frames-137 {
  from {
    -webkit-transform: translate3d(19vw, 106vh, 0);
    transform: translate3d(19vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(36vw, -122vh, 0);
    transform: translate3d(36vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(137) .circle,
      #GreenCommitment .circle-container:nth-child(137) .circle {
        -webkit-animation-delay: 3246ms;
        animation-delay: 3246ms; }
    #Banner .circle-container:nth-child(138),
    #GreenCommitment .circle-container:nth-child(138) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-138;
      animation-name: move-frames-138;
      -webkit-animation-duration: 34647ms;
      animation-duration: 34647ms;
      -webkit-animation-delay: 16739ms;
      animation-delay: 16739ms; }

@-webkit-keyframes move-frames-138 {
  from {
    -webkit-transform: translate3d(48vw, 101vh, 0);
    transform: translate3d(48vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(86vw, -119vh, 0);
    transform: translate3d(86vw, -119vh, 0); } }

@keyframes move-frames-138 {
  from {
    -webkit-transform: translate3d(48vw, 101vh, 0);
    transform: translate3d(48vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(86vw, -119vh, 0);
    transform: translate3d(86vw, -119vh, 0); } }
      #Banner .circle-container:nth-child(138) .circle,
      #GreenCommitment .circle-container:nth-child(138) .circle {
        -webkit-animation-delay: 2768ms;
        animation-delay: 2768ms; }
    #Banner .circle-container:nth-child(139),
    #GreenCommitment .circle-container:nth-child(139) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-139;
      animation-name: move-frames-139;
      -webkit-animation-duration: 30832ms;
      animation-duration: 30832ms;
      -webkit-animation-delay: 17463ms;
      animation-delay: 17463ms; }

@-webkit-keyframes move-frames-139 {
  from {
    -webkit-transform: translate3d(17vw, 108vh, 0);
    transform: translate3d(17vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(64vw, -112vh, 0);
    transform: translate3d(64vw, -112vh, 0); } }

@keyframes move-frames-139 {
  from {
    -webkit-transform: translate3d(17vw, 108vh, 0);
    transform: translate3d(17vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(64vw, -112vh, 0);
    transform: translate3d(64vw, -112vh, 0); } }
      #Banner .circle-container:nth-child(139) .circle,
      #GreenCommitment .circle-container:nth-child(139) .circle {
        -webkit-animation-delay: 2838ms;
        animation-delay: 2838ms; }
    #Banner .circle-container:nth-child(140),
    #GreenCommitment .circle-container:nth-child(140) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-140;
      animation-name: move-frames-140;
      -webkit-animation-duration: 34541ms;
      animation-duration: 34541ms;
      -webkit-animation-delay: 25317ms;
      animation-delay: 25317ms; }

@-webkit-keyframes move-frames-140 {
  from {
    -webkit-transform: translate3d(70vw, 105vh, 0);
    transform: translate3d(70vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(69vw, -122vh, 0);
    transform: translate3d(69vw, -122vh, 0); } }

@keyframes move-frames-140 {
  from {
    -webkit-transform: translate3d(70vw, 105vh, 0);
    transform: translate3d(70vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(69vw, -122vh, 0);
    transform: translate3d(69vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(140) .circle,
      #GreenCommitment .circle-container:nth-child(140) .circle {
        -webkit-animation-delay: 3016ms;
        animation-delay: 3016ms; }
    #Banner .circle-container:nth-child(141),
    #GreenCommitment .circle-container:nth-child(141) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-141;
      animation-name: move-frames-141;
      -webkit-animation-duration: 33229ms;
      animation-duration: 33229ms;
      -webkit-animation-delay: 24578ms;
      animation-delay: 24578ms; }

@-webkit-keyframes move-frames-141 {
  from {
    -webkit-transform: translate3d(66vw, 109vh, 0);
    transform: translate3d(66vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -138vh, 0);
    transform: translate3d(40vw, -138vh, 0); } }

@keyframes move-frames-141 {
  from {
    -webkit-transform: translate3d(66vw, 109vh, 0);
    transform: translate3d(66vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -138vh, 0);
    transform: translate3d(40vw, -138vh, 0); } }
      #Banner .circle-container:nth-child(141) .circle,
      #GreenCommitment .circle-container:nth-child(141) .circle {
        -webkit-animation-delay: 3862ms;
        animation-delay: 3862ms; }
    #Banner .circle-container:nth-child(142),
    #GreenCommitment .circle-container:nth-child(142) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-142;
      animation-name: move-frames-142;
      -webkit-animation-duration: 34177ms;
      animation-duration: 34177ms;
      -webkit-animation-delay: 11439ms;
      animation-delay: 11439ms; }

@-webkit-keyframes move-frames-142 {
  from {
    -webkit-transform: translate3d(95vw, 104vh, 0);
    transform: translate3d(95vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(48vw, -124vh, 0);
    transform: translate3d(48vw, -124vh, 0); } }

@keyframes move-frames-142 {
  from {
    -webkit-transform: translate3d(95vw, 104vh, 0);
    transform: translate3d(95vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(48vw, -124vh, 0);
    transform: translate3d(48vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(142) .circle,
      #GreenCommitment .circle-container:nth-child(142) .circle {
        -webkit-animation-delay: 2246ms;
        animation-delay: 2246ms; }
    #Banner .circle-container:nth-child(143),
    #GreenCommitment .circle-container:nth-child(143) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-143;
      animation-name: move-frames-143;
      -webkit-animation-duration: 32546ms;
      animation-duration: 32546ms;
      -webkit-animation-delay: 19131ms;
      animation-delay: 19131ms; }

@-webkit-keyframes move-frames-143 {
  from {
    -webkit-transform: translate3d(75vw, 110vh, 0);
    transform: translate3d(75vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -126vh, 0);
    transform: translate3d(23vw, -126vh, 0); } }

@keyframes move-frames-143 {
  from {
    -webkit-transform: translate3d(75vw, 110vh, 0);
    transform: translate3d(75vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -126vh, 0);
    transform: translate3d(23vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(143) .circle,
      #GreenCommitment .circle-container:nth-child(143) .circle {
        -webkit-animation-delay: 2266ms;
        animation-delay: 2266ms; }
    #Banner .circle-container:nth-child(144),
    #GreenCommitment .circle-container:nth-child(144) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-144;
      animation-name: move-frames-144;
      -webkit-animation-duration: 30711ms;
      animation-duration: 30711ms;
      -webkit-animation-delay: 14769ms;
      animation-delay: 14769ms; }

@-webkit-keyframes move-frames-144 {
  from {
    -webkit-transform: translate3d(29vw, 110vh, 0);
    transform: translate3d(29vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(95vw, -139vh, 0);
    transform: translate3d(95vw, -139vh, 0); } }

@keyframes move-frames-144 {
  from {
    -webkit-transform: translate3d(29vw, 110vh, 0);
    transform: translate3d(29vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(95vw, -139vh, 0);
    transform: translate3d(95vw, -139vh, 0); } }
      #Banner .circle-container:nth-child(144) .circle,
      #GreenCommitment .circle-container:nth-child(144) .circle {
        -webkit-animation-delay: 2849ms;
        animation-delay: 2849ms; }
    #Banner .circle-container:nth-child(145),
    #GreenCommitment .circle-container:nth-child(145) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-145;
      animation-name: move-frames-145;
      -webkit-animation-duration: 36743ms;
      animation-duration: 36743ms;
      -webkit-animation-delay: 21017ms;
      animation-delay: 21017ms; }

@-webkit-keyframes move-frames-145 {
  from {
    -webkit-transform: translate3d(32vw, 102vh, 0);
    transform: translate3d(32vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(94vw, -115vh, 0);
    transform: translate3d(94vw, -115vh, 0); } }

@keyframes move-frames-145 {
  from {
    -webkit-transform: translate3d(32vw, 102vh, 0);
    transform: translate3d(32vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(94vw, -115vh, 0);
    transform: translate3d(94vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(145) .circle,
      #GreenCommitment .circle-container:nth-child(145) .circle {
        -webkit-animation-delay: 694ms;
        animation-delay: 694ms; }
    #Banner .circle-container:nth-child(146),
    #GreenCommitment .circle-container:nth-child(146) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-146;
      animation-name: move-frames-146;
      -webkit-animation-duration: 34504ms;
      animation-duration: 34504ms;
      -webkit-animation-delay: 29526ms;
      animation-delay: 29526ms; }

@-webkit-keyframes move-frames-146 {
  from {
    -webkit-transform: translate3d(73vw, 106vh, 0);
    transform: translate3d(73vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(44vw, -134vh, 0);
    transform: translate3d(44vw, -134vh, 0); } }

@keyframes move-frames-146 {
  from {
    -webkit-transform: translate3d(73vw, 106vh, 0);
    transform: translate3d(73vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(44vw, -134vh, 0);
    transform: translate3d(44vw, -134vh, 0); } }
      #Banner .circle-container:nth-child(146) .circle,
      #GreenCommitment .circle-container:nth-child(146) .circle {
        -webkit-animation-delay: 1910ms;
        animation-delay: 1910ms; }
    #Banner .circle-container:nth-child(147),
    #GreenCommitment .circle-container:nth-child(147) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-147;
      animation-name: move-frames-147;
      -webkit-animation-duration: 30737ms;
      animation-duration: 30737ms;
      -webkit-animation-delay: 13880ms;
      animation-delay: 13880ms; }

@-webkit-keyframes move-frames-147 {
  from {
    -webkit-transform: translate3d(85vw, 104vh, 0);
    transform: translate3d(85vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -108vh, 0);
    transform: translate3d(12vw, -108vh, 0); } }

@keyframes move-frames-147 {
  from {
    -webkit-transform: translate3d(85vw, 104vh, 0);
    transform: translate3d(85vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(12vw, -108vh, 0);
    transform: translate3d(12vw, -108vh, 0); } }
      #Banner .circle-container:nth-child(147) .circle,
      #GreenCommitment .circle-container:nth-child(147) .circle {
        -webkit-animation-delay: 1664ms;
        animation-delay: 1664ms; }
    #Banner .circle-container:nth-child(148),
    #GreenCommitment .circle-container:nth-child(148) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-148;
      animation-name: move-frames-148;
      -webkit-animation-duration: 29574ms;
      animation-duration: 29574ms;
      -webkit-animation-delay: 3330ms;
      animation-delay: 3330ms; }

@-webkit-keyframes move-frames-148 {
  from {
    -webkit-transform: translate3d(70vw, 107vh, 0);
    transform: translate3d(70vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(67vw, -137vh, 0);
    transform: translate3d(67vw, -137vh, 0); } }

@keyframes move-frames-148 {
  from {
    -webkit-transform: translate3d(70vw, 107vh, 0);
    transform: translate3d(70vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(67vw, -137vh, 0);
    transform: translate3d(67vw, -137vh, 0); } }
      #Banner .circle-container:nth-child(148) .circle,
      #GreenCommitment .circle-container:nth-child(148) .circle {
        -webkit-animation-delay: 1766ms;
        animation-delay: 1766ms; }
    #Banner .circle-container:nth-child(149),
    #GreenCommitment .circle-container:nth-child(149) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-149;
      animation-name: move-frames-149;
      -webkit-animation-duration: 29313ms;
      animation-duration: 29313ms;
      -webkit-animation-delay: 20022ms;
      animation-delay: 20022ms; }

@-webkit-keyframes move-frames-149 {
  from {
    -webkit-transform: translate3d(15vw, 104vh, 0);
    transform: translate3d(15vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(91vw, -115vh, 0);
    transform: translate3d(91vw, -115vh, 0); } }

@keyframes move-frames-149 {
  from {
    -webkit-transform: translate3d(15vw, 104vh, 0);
    transform: translate3d(15vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(91vw, -115vh, 0);
    transform: translate3d(91vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(149) .circle,
      #GreenCommitment .circle-container:nth-child(149) .circle {
        -webkit-animation-delay: 685ms;
        animation-delay: 685ms; }
    #Banner .circle-container:nth-child(150),
    #GreenCommitment .circle-container:nth-child(150) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-150;
      animation-name: move-frames-150;
      -webkit-animation-duration: 32327ms;
      animation-duration: 32327ms;
      -webkit-animation-delay: 759ms;
      animation-delay: 759ms; }

@-webkit-keyframes move-frames-150 {
  from {
    -webkit-transform: translate3d(48vw, 110vh, 0);
    transform: translate3d(48vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -134vh, 0);
    transform: translate3d(42vw, -134vh, 0); } }

@keyframes move-frames-150 {
  from {
    -webkit-transform: translate3d(48vw, 110vh, 0);
    transform: translate3d(48vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(42vw, -134vh, 0);
    transform: translate3d(42vw, -134vh, 0); } }
      #Banner .circle-container:nth-child(150) .circle,
      #GreenCommitment .circle-container:nth-child(150) .circle {
        -webkit-animation-delay: 1598ms;
        animation-delay: 1598ms; }
    #Banner .circle-container:nth-child(151),
    #GreenCommitment .circle-container:nth-child(151) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-151;
      animation-name: move-frames-151;
      -webkit-animation-duration: 34216ms;
      animation-duration: 34216ms;
      -webkit-animation-delay: 2372ms;
      animation-delay: 2372ms; }

@-webkit-keyframes move-frames-151 {
  from {
    -webkit-transform: translate3d(44vw, 103vh, 0);
    transform: translate3d(44vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -130vh, 0);
    transform: translate3d(75vw, -130vh, 0); } }

@keyframes move-frames-151 {
  from {
    -webkit-transform: translate3d(44vw, 103vh, 0);
    transform: translate3d(44vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(75vw, -130vh, 0);
    transform: translate3d(75vw, -130vh, 0); } }
      #Banner .circle-container:nth-child(151) .circle,
      #GreenCommitment .circle-container:nth-child(151) .circle {
        -webkit-animation-delay: 1035ms;
        animation-delay: 1035ms; }
    #Banner .circle-container:nth-child(152),
    #GreenCommitment .circle-container:nth-child(152) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-152;
      animation-name: move-frames-152;
      -webkit-animation-duration: 36682ms;
      animation-duration: 36682ms;
      -webkit-animation-delay: 25191ms;
      animation-delay: 25191ms; }

@-webkit-keyframes move-frames-152 {
  from {
    -webkit-transform: translate3d(28vw, 103vh, 0);
    transform: translate3d(28vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(65vw, -106vh, 0);
    transform: translate3d(65vw, -106vh, 0); } }

@keyframes move-frames-152 {
  from {
    -webkit-transform: translate3d(28vw, 103vh, 0);
    transform: translate3d(28vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(65vw, -106vh, 0);
    transform: translate3d(65vw, -106vh, 0); } }
      #Banner .circle-container:nth-child(152) .circle,
      #GreenCommitment .circle-container:nth-child(152) .circle {
        -webkit-animation-delay: 1989ms;
        animation-delay: 1989ms; }
    #Banner .circle-container:nth-child(153),
    #GreenCommitment .circle-container:nth-child(153) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-153;
      animation-name: move-frames-153;
      -webkit-animation-duration: 32200ms;
      animation-duration: 32200ms;
      -webkit-animation-delay: 11870ms;
      animation-delay: 11870ms; }

@-webkit-keyframes move-frames-153 {
  from {
    -webkit-transform: translate3d(45vw, 106vh, 0);
    transform: translate3d(45vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -114vh, 0);
    transform: translate3d(47vw, -114vh, 0); } }

@keyframes move-frames-153 {
  from {
    -webkit-transform: translate3d(45vw, 106vh, 0);
    transform: translate3d(45vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -114vh, 0);
    transform: translate3d(47vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(153) .circle,
      #GreenCommitment .circle-container:nth-child(153) .circle {
        -webkit-animation-delay: 3953ms;
        animation-delay: 3953ms; }
    #Banner .circle-container:nth-child(154),
    #GreenCommitment .circle-container:nth-child(154) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-154;
      animation-name: move-frames-154;
      -webkit-animation-duration: 31526ms;
      animation-duration: 31526ms;
      -webkit-animation-delay: 34178ms;
      animation-delay: 34178ms; }

@-webkit-keyframes move-frames-154 {
  from {
    -webkit-transform: translate3d(93vw, 104vh, 0);
    transform: translate3d(93vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(43vw, -121vh, 0);
    transform: translate3d(43vw, -121vh, 0); } }

@keyframes move-frames-154 {
  from {
    -webkit-transform: translate3d(93vw, 104vh, 0);
    transform: translate3d(93vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(43vw, -121vh, 0);
    transform: translate3d(43vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(154) .circle,
      #GreenCommitment .circle-container:nth-child(154) .circle {
        -webkit-animation-delay: 3093ms;
        animation-delay: 3093ms; }
    #Banner .circle-container:nth-child(155),
    #GreenCommitment .circle-container:nth-child(155) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-155;
      animation-name: move-frames-155;
      -webkit-animation-duration: 31686ms;
      animation-duration: 31686ms;
      -webkit-animation-delay: 35785ms;
      animation-delay: 35785ms; }

@-webkit-keyframes move-frames-155 {
  from {
    -webkit-transform: translate3d(14vw, 106vh, 0);
    transform: translate3d(14vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -132vh, 0);
    transform: translate3d(27vw, -132vh, 0); } }

@keyframes move-frames-155 {
  from {
    -webkit-transform: translate3d(14vw, 106vh, 0);
    transform: translate3d(14vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -132vh, 0);
    transform: translate3d(27vw, -132vh, 0); } }
      #Banner .circle-container:nth-child(155) .circle,
      #GreenCommitment .circle-container:nth-child(155) .circle {
        -webkit-animation-delay: 1926ms;
        animation-delay: 1926ms; }
    #Banner .circle-container:nth-child(156),
    #GreenCommitment .circle-container:nth-child(156) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-156;
      animation-name: move-frames-156;
      -webkit-animation-duration: 36514ms;
      animation-duration: 36514ms;
      -webkit-animation-delay: 30603ms;
      animation-delay: 30603ms; }

@-webkit-keyframes move-frames-156 {
  from {
    -webkit-transform: translate3d(11vw, 110vh, 0);
    transform: translate3d(11vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(39vw, -135vh, 0);
    transform: translate3d(39vw, -135vh, 0); } }

@keyframes move-frames-156 {
  from {
    -webkit-transform: translate3d(11vw, 110vh, 0);
    transform: translate3d(11vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(39vw, -135vh, 0);
    transform: translate3d(39vw, -135vh, 0); } }
      #Banner .circle-container:nth-child(156) .circle,
      #GreenCommitment .circle-container:nth-child(156) .circle {
        -webkit-animation-delay: 3125ms;
        animation-delay: 3125ms; }
    #Banner .circle-container:nth-child(157),
    #GreenCommitment .circle-container:nth-child(157) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-157;
      animation-name: move-frames-157;
      -webkit-animation-duration: 31005ms;
      animation-duration: 31005ms;
      -webkit-animation-delay: 9744ms;
      animation-delay: 9744ms; }

@-webkit-keyframes move-frames-157 {
  from {
    -webkit-transform: translate3d(17vw, 108vh, 0);
    transform: translate3d(17vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(97vw, -124vh, 0);
    transform: translate3d(97vw, -124vh, 0); } }

@keyframes move-frames-157 {
  from {
    -webkit-transform: translate3d(17vw, 108vh, 0);
    transform: translate3d(17vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(97vw, -124vh, 0);
    transform: translate3d(97vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(157) .circle,
      #GreenCommitment .circle-container:nth-child(157) .circle {
        -webkit-animation-delay: 1145ms;
        animation-delay: 1145ms; }
    #Banner .circle-container:nth-child(158),
    #GreenCommitment .circle-container:nth-child(158) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-158;
      animation-name: move-frames-158;
      -webkit-animation-duration: 33134ms;
      animation-duration: 33134ms;
      -webkit-animation-delay: 24727ms;
      animation-delay: 24727ms; }

@-webkit-keyframes move-frames-158 {
  from {
    -webkit-transform: translate3d(13vw, 105vh, 0);
    transform: translate3d(13vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -120vh, 0);
    transform: translate3d(29vw, -120vh, 0); } }

@keyframes move-frames-158 {
  from {
    -webkit-transform: translate3d(13vw, 105vh, 0);
    transform: translate3d(13vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -120vh, 0);
    transform: translate3d(29vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(158) .circle,
      #GreenCommitment .circle-container:nth-child(158) .circle {
        -webkit-animation-delay: 723ms;
        animation-delay: 723ms; }
    #Banner .circle-container:nth-child(159),
    #GreenCommitment .circle-container:nth-child(159) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-159;
      animation-name: move-frames-159;
      -webkit-animation-duration: 33207ms;
      animation-duration: 33207ms;
      -webkit-animation-delay: 1980ms;
      animation-delay: 1980ms; }

@-webkit-keyframes move-frames-159 {
  from {
    -webkit-transform: translate3d(78vw, 108vh, 0);
    transform: translate3d(78vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -113vh, 0);
    transform: translate3d(47vw, -113vh, 0); } }

@keyframes move-frames-159 {
  from {
    -webkit-transform: translate3d(78vw, 108vh, 0);
    transform: translate3d(78vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(47vw, -113vh, 0);
    transform: translate3d(47vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(159) .circle,
      #GreenCommitment .circle-container:nth-child(159) .circle {
        -webkit-animation-delay: 3072ms;
        animation-delay: 3072ms; }
    #Banner .circle-container:nth-child(160),
    #GreenCommitment .circle-container:nth-child(160) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-160;
      animation-name: move-frames-160;
      -webkit-animation-duration: 28384ms;
      animation-duration: 28384ms;
      -webkit-animation-delay: 17418ms;
      animation-delay: 17418ms; }

@-webkit-keyframes move-frames-160 {
  from {
    -webkit-transform: translate3d(97vw, 104vh, 0);
    transform: translate3d(97vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -118vh, 0);
    transform: translate3d(71vw, -118vh, 0); } }

@keyframes move-frames-160 {
  from {
    -webkit-transform: translate3d(97vw, 104vh, 0);
    transform: translate3d(97vw, 104vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -118vh, 0);
    transform: translate3d(71vw, -118vh, 0); } }
      #Banner .circle-container:nth-child(160) .circle,
      #GreenCommitment .circle-container:nth-child(160) .circle {
        -webkit-animation-delay: 82ms;
        animation-delay: 82ms; }
    #Banner .circle-container:nth-child(161),
    #GreenCommitment .circle-container:nth-child(161) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-161;
      animation-name: move-frames-161;
      -webkit-animation-duration: 32409ms;
      animation-duration: 32409ms;
      -webkit-animation-delay: 28039ms;
      animation-delay: 28039ms; }

@-webkit-keyframes move-frames-161 {
  from {
    -webkit-transform: translate3d(86vw, 105vh, 0);
    transform: translate3d(86vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -121vh, 0);
    transform: translate3d(56vw, -121vh, 0); } }

@keyframes move-frames-161 {
  from {
    -webkit-transform: translate3d(86vw, 105vh, 0);
    transform: translate3d(86vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -121vh, 0);
    transform: translate3d(56vw, -121vh, 0); } }
      #Banner .circle-container:nth-child(161) .circle,
      #GreenCommitment .circle-container:nth-child(161) .circle {
        -webkit-animation-delay: 894ms;
        animation-delay: 894ms; }
    #Banner .circle-container:nth-child(162),
    #GreenCommitment .circle-container:nth-child(162) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-162;
      animation-name: move-frames-162;
      -webkit-animation-duration: 32302ms;
      animation-duration: 32302ms;
      -webkit-animation-delay: 23333ms;
      animation-delay: 23333ms; }

@-webkit-keyframes move-frames-162 {
  from {
    -webkit-transform: translate3d(25vw, 109vh, 0);
    transform: translate3d(25vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(89vw, -116vh, 0);
    transform: translate3d(89vw, -116vh, 0); } }

@keyframes move-frames-162 {
  from {
    -webkit-transform: translate3d(25vw, 109vh, 0);
    transform: translate3d(25vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(89vw, -116vh, 0);
    transform: translate3d(89vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(162) .circle,
      #GreenCommitment .circle-container:nth-child(162) .circle {
        -webkit-animation-delay: 2136ms;
        animation-delay: 2136ms; }
    #Banner .circle-container:nth-child(163),
    #GreenCommitment .circle-container:nth-child(163) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-163;
      animation-name: move-frames-163;
      -webkit-animation-duration: 33693ms;
      animation-duration: 33693ms;
      -webkit-animation-delay: 22401ms;
      animation-delay: 22401ms; }

@-webkit-keyframes move-frames-163 {
  from {
    -webkit-transform: translate3d(23vw, 105vh, 0);
    transform: translate3d(23vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(76vw, -122vh, 0);
    transform: translate3d(76vw, -122vh, 0); } }

@keyframes move-frames-163 {
  from {
    -webkit-transform: translate3d(23vw, 105vh, 0);
    transform: translate3d(23vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(76vw, -122vh, 0);
    transform: translate3d(76vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(163) .circle,
      #GreenCommitment .circle-container:nth-child(163) .circle {
        -webkit-animation-delay: 1152ms;
        animation-delay: 1152ms; }
    #Banner .circle-container:nth-child(164),
    #GreenCommitment .circle-container:nth-child(164) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-164;
      animation-name: move-frames-164;
      -webkit-animation-duration: 35277ms;
      animation-duration: 35277ms;
      -webkit-animation-delay: 14452ms;
      animation-delay: 14452ms; }

@-webkit-keyframes move-frames-164 {
  from {
    -webkit-transform: translate3d(65vw, 110vh, 0);
    transform: translate3d(65vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(57vw, -133vh, 0);
    transform: translate3d(57vw, -133vh, 0); } }

@keyframes move-frames-164 {
  from {
    -webkit-transform: translate3d(65vw, 110vh, 0);
    transform: translate3d(65vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(57vw, -133vh, 0);
    transform: translate3d(57vw, -133vh, 0); } }
      #Banner .circle-container:nth-child(164) .circle,
      #GreenCommitment .circle-container:nth-child(164) .circle {
        -webkit-animation-delay: 3253ms;
        animation-delay: 3253ms; }
    #Banner .circle-container:nth-child(165),
    #GreenCommitment .circle-container:nth-child(165) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-165;
      animation-name: move-frames-165;
      -webkit-animation-duration: 29558ms;
      animation-duration: 29558ms;
      -webkit-animation-delay: 13337ms;
      animation-delay: 13337ms; }

@-webkit-keyframes move-frames-165 {
  from {
    -webkit-transform: translate3d(2vw, 101vh, 0);
    transform: translate3d(2vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -113vh, 0);
    transform: translate3d(56vw, -113vh, 0); } }

@keyframes move-frames-165 {
  from {
    -webkit-transform: translate3d(2vw, 101vh, 0);
    transform: translate3d(2vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -113vh, 0);
    transform: translate3d(56vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(165) .circle,
      #GreenCommitment .circle-container:nth-child(165) .circle {
        -webkit-animation-delay: 1709ms;
        animation-delay: 1709ms; }
    #Banner .circle-container:nth-child(166),
    #GreenCommitment .circle-container:nth-child(166) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-166;
      animation-name: move-frames-166;
      -webkit-animation-duration: 32423ms;
      animation-duration: 32423ms;
      -webkit-animation-delay: 215ms;
      animation-delay: 215ms; }

@-webkit-keyframes move-frames-166 {
  from {
    -webkit-transform: translate3d(69vw, 109vh, 0);
    transform: translate3d(69vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(25vw, -114vh, 0);
    transform: translate3d(25vw, -114vh, 0); } }

@keyframes move-frames-166 {
  from {
    -webkit-transform: translate3d(69vw, 109vh, 0);
    transform: translate3d(69vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(25vw, -114vh, 0);
    transform: translate3d(25vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(166) .circle,
      #GreenCommitment .circle-container:nth-child(166) .circle {
        -webkit-animation-delay: 2403ms;
        animation-delay: 2403ms; }
    #Banner .circle-container:nth-child(167),
    #GreenCommitment .circle-container:nth-child(167) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-167;
      animation-name: move-frames-167;
      -webkit-animation-duration: 34610ms;
      animation-duration: 34610ms;
      -webkit-animation-delay: 26033ms;
      animation-delay: 26033ms; }

@-webkit-keyframes move-frames-167 {
  from {
    -webkit-transform: translate3d(72vw, 105vh, 0);
    transform: translate3d(72vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -122vh, 0);
    transform: translate3d(40vw, -122vh, 0); } }

@keyframes move-frames-167 {
  from {
    -webkit-transform: translate3d(72vw, 105vh, 0);
    transform: translate3d(72vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -122vh, 0);
    transform: translate3d(40vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(167) .circle,
      #GreenCommitment .circle-container:nth-child(167) .circle {
        -webkit-animation-delay: 2837ms;
        animation-delay: 2837ms; }
    #Banner .circle-container:nth-child(168),
    #GreenCommitment .circle-container:nth-child(168) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-168;
      animation-name: move-frames-168;
      -webkit-animation-duration: 33374ms;
      animation-duration: 33374ms;
      -webkit-animation-delay: 13855ms;
      animation-delay: 13855ms; }

@-webkit-keyframes move-frames-168 {
  from {
    -webkit-transform: translate3d(23vw, 103vh, 0);
    transform: translate3d(23vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -131vh, 0);
    transform: translate3d(27vw, -131vh, 0); } }

@keyframes move-frames-168 {
  from {
    -webkit-transform: translate3d(23vw, 103vh, 0);
    transform: translate3d(23vw, 103vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -131vh, 0);
    transform: translate3d(27vw, -131vh, 0); } }
      #Banner .circle-container:nth-child(168) .circle,
      #GreenCommitment .circle-container:nth-child(168) .circle {
        -webkit-animation-delay: 3236ms;
        animation-delay: 3236ms; }
    #Banner .circle-container:nth-child(169),
    #GreenCommitment .circle-container:nth-child(169) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-169;
      animation-name: move-frames-169;
      -webkit-animation-duration: 31052ms;
      animation-duration: 31052ms;
      -webkit-animation-delay: 4252ms;
      animation-delay: 4252ms; }

@-webkit-keyframes move-frames-169 {
  from {
    -webkit-transform: translate3d(8vw, 106vh, 0);
    transform: translate3d(8vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(44vw, -109vh, 0);
    transform: translate3d(44vw, -109vh, 0); } }

@keyframes move-frames-169 {
  from {
    -webkit-transform: translate3d(8vw, 106vh, 0);
    transform: translate3d(8vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(44vw, -109vh, 0);
    transform: translate3d(44vw, -109vh, 0); } }
      #Banner .circle-container:nth-child(169) .circle,
      #GreenCommitment .circle-container:nth-child(169) .circle {
        -webkit-animation-delay: 580ms;
        animation-delay: 580ms; }
    #Banner .circle-container:nth-child(170),
    #GreenCommitment .circle-container:nth-child(170) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-170;
      animation-name: move-frames-170;
      -webkit-animation-duration: 36509ms;
      animation-duration: 36509ms;
      -webkit-animation-delay: 2852ms;
      animation-delay: 2852ms; }

@-webkit-keyframes move-frames-170 {
  from {
    -webkit-transform: translate3d(46vw, 105vh, 0);
    transform: translate3d(46vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -116vh, 0);
    transform: translate3d(13vw, -116vh, 0); } }

@keyframes move-frames-170 {
  from {
    -webkit-transform: translate3d(46vw, 105vh, 0);
    transform: translate3d(46vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -116vh, 0);
    transform: translate3d(13vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(170) .circle,
      #GreenCommitment .circle-container:nth-child(170) .circle {
        -webkit-animation-delay: 3783ms;
        animation-delay: 3783ms; }
    #Banner .circle-container:nth-child(171),
    #GreenCommitment .circle-container:nth-child(171) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-171;
      animation-name: move-frames-171;
      -webkit-animation-duration: 36403ms;
      animation-duration: 36403ms;
      -webkit-animation-delay: 31976ms;
      animation-delay: 31976ms; }

@-webkit-keyframes move-frames-171 {
  from {
    -webkit-transform: translate3d(21vw, 105vh, 0);
    transform: translate3d(21vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -134vh, 0);
    transform: translate3d(40vw, -134vh, 0); } }

@keyframes move-frames-171 {
  from {
    -webkit-transform: translate3d(21vw, 105vh, 0);
    transform: translate3d(21vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(40vw, -134vh, 0);
    transform: translate3d(40vw, -134vh, 0); } }
      #Banner .circle-container:nth-child(171) .circle,
      #GreenCommitment .circle-container:nth-child(171) .circle {
        -webkit-animation-delay: 1836ms;
        animation-delay: 1836ms; }
    #Banner .circle-container:nth-child(172),
    #GreenCommitment .circle-container:nth-child(172) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-172;
      animation-name: move-frames-172;
      -webkit-animation-duration: 33757ms;
      animation-duration: 33757ms;
      -webkit-animation-delay: 31606ms;
      animation-delay: 31606ms; }

@-webkit-keyframes move-frames-172 {
  from {
    -webkit-transform: translate3d(10vw, 105vh, 0);
    transform: translate3d(10vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(28vw, -111vh, 0);
    transform: translate3d(28vw, -111vh, 0); } }

@keyframes move-frames-172 {
  from {
    -webkit-transform: translate3d(10vw, 105vh, 0);
    transform: translate3d(10vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(28vw, -111vh, 0);
    transform: translate3d(28vw, -111vh, 0); } }
      #Banner .circle-container:nth-child(172) .circle,
      #GreenCommitment .circle-container:nth-child(172) .circle {
        -webkit-animation-delay: 238ms;
        animation-delay: 238ms; }
    #Banner .circle-container:nth-child(173),
    #GreenCommitment .circle-container:nth-child(173) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-173;
      animation-name: move-frames-173;
      -webkit-animation-duration: 34735ms;
      animation-duration: 34735ms;
      -webkit-animation-delay: 14136ms;
      animation-delay: 14136ms; }

@-webkit-keyframes move-frames-173 {
  from {
    -webkit-transform: translate3d(58vw, 105vh, 0);
    transform: translate3d(58vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(19vw, -129vh, 0);
    transform: translate3d(19vw, -129vh, 0); } }

@keyframes move-frames-173 {
  from {
    -webkit-transform: translate3d(58vw, 105vh, 0);
    transform: translate3d(58vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(19vw, -129vh, 0);
    transform: translate3d(19vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(173) .circle,
      #GreenCommitment .circle-container:nth-child(173) .circle {
        -webkit-animation-delay: 2019ms;
        animation-delay: 2019ms; }
    #Banner .circle-container:nth-child(174),
    #GreenCommitment .circle-container:nth-child(174) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-174;
      animation-name: move-frames-174;
      -webkit-animation-duration: 32157ms;
      animation-duration: 32157ms;
      -webkit-animation-delay: 16478ms;
      animation-delay: 16478ms; }

@-webkit-keyframes move-frames-174 {
  from {
    -webkit-transform: translate3d(77vw, 102vh, 0);
    transform: translate3d(77vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(53vw, -108vh, 0);
    transform: translate3d(53vw, -108vh, 0); } }

@keyframes move-frames-174 {
  from {
    -webkit-transform: translate3d(77vw, 102vh, 0);
    transform: translate3d(77vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(53vw, -108vh, 0);
    transform: translate3d(53vw, -108vh, 0); } }
      #Banner .circle-container:nth-child(174) .circle,
      #GreenCommitment .circle-container:nth-child(174) .circle {
        -webkit-animation-delay: 3894ms;
        animation-delay: 3894ms; }
    #Banner .circle-container:nth-child(175),
    #GreenCommitment .circle-container:nth-child(175) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-175;
      animation-name: move-frames-175;
      -webkit-animation-duration: 36211ms;
      animation-duration: 36211ms;
      -webkit-animation-delay: 16262ms;
      animation-delay: 16262ms; }

@-webkit-keyframes move-frames-175 {
  from {
    -webkit-transform: translate3d(96vw, 109vh, 0);
    transform: translate3d(96vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(34vw, -124vh, 0);
    transform: translate3d(34vw, -124vh, 0); } }

@keyframes move-frames-175 {
  from {
    -webkit-transform: translate3d(96vw, 109vh, 0);
    transform: translate3d(96vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(34vw, -124vh, 0);
    transform: translate3d(34vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(175) .circle,
      #GreenCommitment .circle-container:nth-child(175) .circle {
        -webkit-animation-delay: 3113ms;
        animation-delay: 3113ms; }
    #Banner .circle-container:nth-child(176),
    #GreenCommitment .circle-container:nth-child(176) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-176;
      animation-name: move-frames-176;
      -webkit-animation-duration: 33135ms;
      animation-duration: 33135ms;
      -webkit-animation-delay: 19686ms;
      animation-delay: 19686ms; }

@-webkit-keyframes move-frames-176 {
  from {
    -webkit-transform: translate3d(21vw, 109vh, 0);
    transform: translate3d(21vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(53vw, -114vh, 0);
    transform: translate3d(53vw, -114vh, 0); } }

@keyframes move-frames-176 {
  from {
    -webkit-transform: translate3d(21vw, 109vh, 0);
    transform: translate3d(21vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(53vw, -114vh, 0);
    transform: translate3d(53vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(176) .circle,
      #GreenCommitment .circle-container:nth-child(176) .circle {
        -webkit-animation-delay: 3966ms;
        animation-delay: 3966ms; }
    #Banner .circle-container:nth-child(177),
    #GreenCommitment .circle-container:nth-child(177) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-177;
      animation-name: move-frames-177;
      -webkit-animation-duration: 33739ms;
      animation-duration: 33739ms;
      -webkit-animation-delay: 16634ms;
      animation-delay: 16634ms; }

@-webkit-keyframes move-frames-177 {
  from {
    -webkit-transform: translate3d(59vw, 109vh, 0);
    transform: translate3d(59vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -120vh, 0);
    transform: translate3d(27vw, -120vh, 0); } }

@keyframes move-frames-177 {
  from {
    -webkit-transform: translate3d(59vw, 109vh, 0);
    transform: translate3d(59vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(27vw, -120vh, 0);
    transform: translate3d(27vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(177) .circle,
      #GreenCommitment .circle-container:nth-child(177) .circle {
        -webkit-animation-delay: 2141ms;
        animation-delay: 2141ms; }
    #Banner .circle-container:nth-child(178),
    #GreenCommitment .circle-container:nth-child(178) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-178;
      animation-name: move-frames-178;
      -webkit-animation-duration: 29499ms;
      animation-duration: 29499ms;
      -webkit-animation-delay: 9085ms;
      animation-delay: 9085ms; }

@-webkit-keyframes move-frames-178 {
  from {
    -webkit-transform: translate3d(87vw, 105vh, 0);
    transform: translate3d(87vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(80vw, -118vh, 0);
    transform: translate3d(80vw, -118vh, 0); } }

@keyframes move-frames-178 {
  from {
    -webkit-transform: translate3d(87vw, 105vh, 0);
    transform: translate3d(87vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(80vw, -118vh, 0);
    transform: translate3d(80vw, -118vh, 0); } }
      #Banner .circle-container:nth-child(178) .circle,
      #GreenCommitment .circle-container:nth-child(178) .circle {
        -webkit-animation-delay: 211ms;
        animation-delay: 211ms; }
    #Banner .circle-container:nth-child(179),
    #GreenCommitment .circle-container:nth-child(179) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-179;
      animation-name: move-frames-179;
      -webkit-animation-duration: 31105ms;
      animation-duration: 31105ms;
      -webkit-animation-delay: 12648ms;
      animation-delay: 12648ms; }

@-webkit-keyframes move-frames-179 {
  from {
    -webkit-transform: translate3d(29vw, 102vh, 0);
    transform: translate3d(29vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(32vw, -124vh, 0);
    transform: translate3d(32vw, -124vh, 0); } }

@keyframes move-frames-179 {
  from {
    -webkit-transform: translate3d(29vw, 102vh, 0);
    transform: translate3d(29vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(32vw, -124vh, 0);
    transform: translate3d(32vw, -124vh, 0); } }
      #Banner .circle-container:nth-child(179) .circle,
      #GreenCommitment .circle-container:nth-child(179) .circle {
        -webkit-animation-delay: 2511ms;
        animation-delay: 2511ms; }
    #Banner .circle-container:nth-child(180),
    #GreenCommitment .circle-container:nth-child(180) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-180;
      animation-name: move-frames-180;
      -webkit-animation-duration: 33997ms;
      animation-duration: 33997ms;
      -webkit-animation-delay: 26694ms;
      animation-delay: 26694ms; }

@-webkit-keyframes move-frames-180 {
  from {
    -webkit-transform: translate3d(10vw, 109vh, 0);
    transform: translate3d(10vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(99vw, -133vh, 0);
    transform: translate3d(99vw, -133vh, 0); } }

@keyframes move-frames-180 {
  from {
    -webkit-transform: translate3d(10vw, 109vh, 0);
    transform: translate3d(10vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(99vw, -133vh, 0);
    transform: translate3d(99vw, -133vh, 0); } }
      #Banner .circle-container:nth-child(180) .circle,
      #GreenCommitment .circle-container:nth-child(180) .circle {
        -webkit-animation-delay: 1599ms;
        animation-delay: 1599ms; }
    #Banner .circle-container:nth-child(181),
    #GreenCommitment .circle-container:nth-child(181) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-181;
      animation-name: move-frames-181;
      -webkit-animation-duration: 30656ms;
      animation-duration: 30656ms;
      -webkit-animation-delay: 9616ms;
      animation-delay: 9616ms; }

@-webkit-keyframes move-frames-181 {
  from {
    -webkit-transform: translate3d(83vw, 105vh, 0);
    transform: translate3d(83vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(70vw, -115vh, 0);
    transform: translate3d(70vw, -115vh, 0); } }

@keyframes move-frames-181 {
  from {
    -webkit-transform: translate3d(83vw, 105vh, 0);
    transform: translate3d(83vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(70vw, -115vh, 0);
    transform: translate3d(70vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(181) .circle,
      #GreenCommitment .circle-container:nth-child(181) .circle {
        -webkit-animation-delay: 3690ms;
        animation-delay: 3690ms; }
    #Banner .circle-container:nth-child(182),
    #GreenCommitment .circle-container:nth-child(182) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-182;
      animation-name: move-frames-182;
      -webkit-animation-duration: 28388ms;
      animation-duration: 28388ms;
      -webkit-animation-delay: 4292ms;
      animation-delay: 4292ms; }

@-webkit-keyframes move-frames-182 {
  from {
    -webkit-transform: translate3d(66vw, 105vh, 0);
    transform: translate3d(66vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -120vh, 0);
    transform: translate3d(29vw, -120vh, 0); } }

@keyframes move-frames-182 {
  from {
    -webkit-transform: translate3d(66vw, 105vh, 0);
    transform: translate3d(66vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -120vh, 0);
    transform: translate3d(29vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(182) .circle,
      #GreenCommitment .circle-container:nth-child(182) .circle {
        -webkit-animation-delay: 646ms;
        animation-delay: 646ms; }
    #Banner .circle-container:nth-child(183),
    #GreenCommitment .circle-container:nth-child(183) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-183;
      animation-name: move-frames-183;
      -webkit-animation-duration: 31732ms;
      animation-duration: 31732ms;
      -webkit-animation-delay: 34746ms;
      animation-delay: 34746ms; }

@-webkit-keyframes move-frames-183 {
  from {
    -webkit-transform: translate3d(46vw, 107vh, 0);
    transform: translate3d(46vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -133vh, 0);
    transform: translate3d(56vw, -133vh, 0); } }

@keyframes move-frames-183 {
  from {
    -webkit-transform: translate3d(46vw, 107vh, 0);
    transform: translate3d(46vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(56vw, -133vh, 0);
    transform: translate3d(56vw, -133vh, 0); } }
      #Banner .circle-container:nth-child(183) .circle,
      #GreenCommitment .circle-container:nth-child(183) .circle {
        -webkit-animation-delay: 3408ms;
        animation-delay: 3408ms; }
    #Banner .circle-container:nth-child(184),
    #GreenCommitment .circle-container:nth-child(184) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-184;
      animation-name: move-frames-184;
      -webkit-animation-duration: 30386ms;
      animation-duration: 30386ms;
      -webkit-animation-delay: 18321ms;
      animation-delay: 18321ms; }

@-webkit-keyframes move-frames-184 {
  from {
    -webkit-transform: translate3d(52vw, 105vh, 0);
    transform: translate3d(52vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -116vh, 0);
    transform: translate3d(23vw, -116vh, 0); } }

@keyframes move-frames-184 {
  from {
    -webkit-transform: translate3d(52vw, 105vh, 0);
    transform: translate3d(52vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(23vw, -116vh, 0);
    transform: translate3d(23vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(184) .circle,
      #GreenCommitment .circle-container:nth-child(184) .circle {
        -webkit-animation-delay: 864ms;
        animation-delay: 864ms; }
    #Banner .circle-container:nth-child(185),
    #GreenCommitment .circle-container:nth-child(185) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-185;
      animation-name: move-frames-185;
      -webkit-animation-duration: 34255ms;
      animation-duration: 34255ms;
      -webkit-animation-delay: 32711ms;
      animation-delay: 32711ms; }

@-webkit-keyframes move-frames-185 {
  from {
    -webkit-transform: translate3d(85vw, 107vh, 0);
    transform: translate3d(85vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -113vh, 0);
    transform: translate3d(71vw, -113vh, 0); } }

@keyframes move-frames-185 {
  from {
    -webkit-transform: translate3d(85vw, 107vh, 0);
    transform: translate3d(85vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -113vh, 0);
    transform: translate3d(71vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(185) .circle,
      #GreenCommitment .circle-container:nth-child(185) .circle {
        -webkit-animation-delay: 1376ms;
        animation-delay: 1376ms; }
    #Banner .circle-container:nth-child(186),
    #GreenCommitment .circle-container:nth-child(186) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-186;
      animation-name: move-frames-186;
      -webkit-animation-duration: 29229ms;
      animation-duration: 29229ms;
      -webkit-animation-delay: 35142ms;
      animation-delay: 35142ms; }

@-webkit-keyframes move-frames-186 {
  from {
    -webkit-transform: translate3d(50vw, 102vh, 0);
    transform: translate3d(50vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(7vw, -122vh, 0);
    transform: translate3d(7vw, -122vh, 0); } }

@keyframes move-frames-186 {
  from {
    -webkit-transform: translate3d(50vw, 102vh, 0);
    transform: translate3d(50vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(7vw, -122vh, 0);
    transform: translate3d(7vw, -122vh, 0); } }
      #Banner .circle-container:nth-child(186) .circle,
      #GreenCommitment .circle-container:nth-child(186) .circle {
        -webkit-animation-delay: 1234ms;
        animation-delay: 1234ms; }
    #Banner .circle-container:nth-child(187),
    #GreenCommitment .circle-container:nth-child(187) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-187;
      animation-name: move-frames-187;
      -webkit-animation-duration: 36965ms;
      animation-duration: 36965ms;
      -webkit-animation-delay: 4626ms;
      animation-delay: 4626ms; }

@-webkit-keyframes move-frames-187 {
  from {
    -webkit-transform: translate3d(23vw, 105vh, 0);
    transform: translate3d(23vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -120vh, 0);
    transform: translate3d(2vw, -120vh, 0); } }

@keyframes move-frames-187 {
  from {
    -webkit-transform: translate3d(23vw, 105vh, 0);
    transform: translate3d(23vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(2vw, -120vh, 0);
    transform: translate3d(2vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(187) .circle,
      #GreenCommitment .circle-container:nth-child(187) .circle {
        -webkit-animation-delay: 3408ms;
        animation-delay: 3408ms; }
    #Banner .circle-container:nth-child(188),
    #GreenCommitment .circle-container:nth-child(188) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-188;
      animation-name: move-frames-188;
      -webkit-animation-duration: 29023ms;
      animation-duration: 29023ms;
      -webkit-animation-delay: 3194ms;
      animation-delay: 3194ms; }

@-webkit-keyframes move-frames-188 {
  from {
    -webkit-transform: translate3d(93vw, 108vh, 0);
    transform: translate3d(93vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(98vw, -132vh, 0);
    transform: translate3d(98vw, -132vh, 0); } }

@keyframes move-frames-188 {
  from {
    -webkit-transform: translate3d(93vw, 108vh, 0);
    transform: translate3d(93vw, 108vh, 0); }
  to {
    -webkit-transform: translate3d(98vw, -132vh, 0);
    transform: translate3d(98vw, -132vh, 0); } }
      #Banner .circle-container:nth-child(188) .circle,
      #GreenCommitment .circle-container:nth-child(188) .circle {
        -webkit-animation-delay: 2297ms;
        animation-delay: 2297ms; }
    #Banner .circle-container:nth-child(189),
    #GreenCommitment .circle-container:nth-child(189) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-189;
      animation-name: move-frames-189;
      -webkit-animation-duration: 34389ms;
      animation-duration: 34389ms;
      -webkit-animation-delay: 25689ms;
      animation-delay: 25689ms; }

@-webkit-keyframes move-frames-189 {
  from {
    -webkit-transform: translate3d(40vw, 110vh, 0);
    transform: translate3d(40vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(86vw, -116vh, 0);
    transform: translate3d(86vw, -116vh, 0); } }

@keyframes move-frames-189 {
  from {
    -webkit-transform: translate3d(40vw, 110vh, 0);
    transform: translate3d(40vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(86vw, -116vh, 0);
    transform: translate3d(86vw, -116vh, 0); } }
      #Banner .circle-container:nth-child(189) .circle,
      #GreenCommitment .circle-container:nth-child(189) .circle {
        -webkit-animation-delay: 951ms;
        animation-delay: 951ms; }
    #Banner .circle-container:nth-child(190),
    #GreenCommitment .circle-container:nth-child(190) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-190;
      animation-name: move-frames-190;
      -webkit-animation-duration: 34969ms;
      animation-duration: 34969ms;
      -webkit-animation-delay: 32327ms;
      animation-delay: 32327ms; }

@-webkit-keyframes move-frames-190 {
  from {
    -webkit-transform: translate3d(10vw, 101vh, 0);
    transform: translate3d(10vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -113vh, 0);
    transform: translate3d(71vw, -113vh, 0); } }

@keyframes move-frames-190 {
  from {
    -webkit-transform: translate3d(10vw, 101vh, 0);
    transform: translate3d(10vw, 101vh, 0); }
  to {
    -webkit-transform: translate3d(71vw, -113vh, 0);
    transform: translate3d(71vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(190) .circle,
      #GreenCommitment .circle-container:nth-child(190) .circle {
        -webkit-animation-delay: 2567ms;
        animation-delay: 2567ms; }
    #Banner .circle-container:nth-child(191),
    #GreenCommitment .circle-container:nth-child(191) {
      width: 4px;
      height: 4px;
      -webkit-animation-name: move-frames-191;
      animation-name: move-frames-191;
      -webkit-animation-duration: 34302ms;
      animation-duration: 34302ms;
      -webkit-animation-delay: 33585ms;
      animation-delay: 33585ms; }

@-webkit-keyframes move-frames-191 {
  from {
    -webkit-transform: translate3d(86vw, 102vh, 0);
    transform: translate3d(86vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -104vh, 0);
    transform: translate3d(85vw, -104vh, 0); } }

@keyframes move-frames-191 {
  from {
    -webkit-transform: translate3d(86vw, 102vh, 0);
    transform: translate3d(86vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(85vw, -104vh, 0);
    transform: translate3d(85vw, -104vh, 0); } }
      #Banner .circle-container:nth-child(191) .circle,
      #GreenCommitment .circle-container:nth-child(191) .circle {
        -webkit-animation-delay: 402ms;
        animation-delay: 402ms; }
    #Banner .circle-container:nth-child(192),
    #GreenCommitment .circle-container:nth-child(192) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-192;
      animation-name: move-frames-192;
      -webkit-animation-duration: 34484ms;
      animation-duration: 34484ms;
      -webkit-animation-delay: 14618ms;
      animation-delay: 14618ms; }

@-webkit-keyframes move-frames-192 {
  from {
    -webkit-transform: translate3d(91vw, 102vh, 0);
    transform: translate3d(91vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -114vh, 0);
    transform: translate3d(29vw, -114vh, 0); } }

@keyframes move-frames-192 {
  from {
    -webkit-transform: translate3d(91vw, 102vh, 0);
    transform: translate3d(91vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(29vw, -114vh, 0);
    transform: translate3d(29vw, -114vh, 0); } }
      #Banner .circle-container:nth-child(192) .circle,
      #GreenCommitment .circle-container:nth-child(192) .circle {
        -webkit-animation-delay: 686ms;
        animation-delay: 686ms; }
    #Banner .circle-container:nth-child(193),
    #GreenCommitment .circle-container:nth-child(193) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-193;
      animation-name: move-frames-193;
      -webkit-animation-duration: 29715ms;
      animation-duration: 29715ms;
      -webkit-animation-delay: 36897ms;
      animation-delay: 36897ms; }

@-webkit-keyframes move-frames-193 {
  from {
    -webkit-transform: translate3d(49vw, 102vh, 0);
    transform: translate3d(49vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(61vw, -115vh, 0);
    transform: translate3d(61vw, -115vh, 0); } }

@keyframes move-frames-193 {
  from {
    -webkit-transform: translate3d(49vw, 102vh, 0);
    transform: translate3d(49vw, 102vh, 0); }
  to {
    -webkit-transform: translate3d(61vw, -115vh, 0);
    transform: translate3d(61vw, -115vh, 0); } }
      #Banner .circle-container:nth-child(193) .circle,
      #GreenCommitment .circle-container:nth-child(193) .circle {
        -webkit-animation-delay: 1348ms;
        animation-delay: 1348ms; }
    #Banner .circle-container:nth-child(194),
    #GreenCommitment .circle-container:nth-child(194) {
      width: 6px;
      height: 6px;
      -webkit-animation-name: move-frames-194;
      animation-name: move-frames-194;
      -webkit-animation-duration: 34217ms;
      animation-duration: 34217ms;
      -webkit-animation-delay: 13476ms;
      animation-delay: 13476ms; }

@-webkit-keyframes move-frames-194 {
  from {
    -webkit-transform: translate3d(16vw, 105vh, 0);
    transform: translate3d(16vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(68vw, -110vh, 0);
    transform: translate3d(68vw, -110vh, 0); } }

@keyframes move-frames-194 {
  from {
    -webkit-transform: translate3d(16vw, 105vh, 0);
    transform: translate3d(16vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(68vw, -110vh, 0);
    transform: translate3d(68vw, -110vh, 0); } }
      #Banner .circle-container:nth-child(194) .circle,
      #GreenCommitment .circle-container:nth-child(194) .circle {
        -webkit-animation-delay: 16ms;
        animation-delay: 16ms; }
    #Banner .circle-container:nth-child(195),
    #GreenCommitment .circle-container:nth-child(195) {
      width: 5px;
      height: 5px;
      -webkit-animation-name: move-frames-195;
      animation-name: move-frames-195;
      -webkit-animation-duration: 36008ms;
      animation-duration: 36008ms;
      -webkit-animation-delay: 26280ms;
      animation-delay: 26280ms; }

@-webkit-keyframes move-frames-195 {
  from {
    -webkit-transform: translate3d(45vw, 107vh, 0);
    transform: translate3d(45vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -113vh, 0);
    transform: translate3d(4vw, -113vh, 0); } }

@keyframes move-frames-195 {
  from {
    -webkit-transform: translate3d(45vw, 107vh, 0);
    transform: translate3d(45vw, 107vh, 0); }
  to {
    -webkit-transform: translate3d(4vw, -113vh, 0);
    transform: translate3d(4vw, -113vh, 0); } }
      #Banner .circle-container:nth-child(195) .circle,
      #GreenCommitment .circle-container:nth-child(195) .circle {
        -webkit-animation-delay: 2256ms;
        animation-delay: 2256ms; }
    #Banner .circle-container:nth-child(196),
    #GreenCommitment .circle-container:nth-child(196) {
      width: 8px;
      height: 8px;
      -webkit-animation-name: move-frames-196;
      animation-name: move-frames-196;
      -webkit-animation-duration: 33461ms;
      animation-duration: 33461ms;
      -webkit-animation-delay: 34542ms;
      animation-delay: 34542ms; }

@-webkit-keyframes move-frames-196 {
  from {
    -webkit-transform: translate3d(62vw, 109vh, 0);
    transform: translate3d(62vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(92vw, -138vh, 0);
    transform: translate3d(92vw, -138vh, 0); } }

@keyframes move-frames-196 {
  from {
    -webkit-transform: translate3d(62vw, 109vh, 0);
    transform: translate3d(62vw, 109vh, 0); }
  to {
    -webkit-transform: translate3d(92vw, -138vh, 0);
    transform: translate3d(92vw, -138vh, 0); } }
      #Banner .circle-container:nth-child(196) .circle,
      #GreenCommitment .circle-container:nth-child(196) .circle {
        -webkit-animation-delay: 2155ms;
        animation-delay: 2155ms; }
    #Banner .circle-container:nth-child(197),
    #GreenCommitment .circle-container:nth-child(197) {
      width: 1px;
      height: 1px;
      -webkit-animation-name: move-frames-197;
      animation-name: move-frames-197;
      -webkit-animation-duration: 30325ms;
      animation-duration: 30325ms;
      -webkit-animation-delay: 27761ms;
      animation-delay: 27761ms; }

@-webkit-keyframes move-frames-197 {
  from {
    -webkit-transform: translate3d(81vw, 106vh, 0);
    transform: translate3d(81vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(62vw, -120vh, 0);
    transform: translate3d(62vw, -120vh, 0); } }

@keyframes move-frames-197 {
  from {
    -webkit-transform: translate3d(81vw, 106vh, 0);
    transform: translate3d(81vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(62vw, -120vh, 0);
    transform: translate3d(62vw, -120vh, 0); } }
      #Banner .circle-container:nth-child(197) .circle,
      #GreenCommitment .circle-container:nth-child(197) .circle {
        -webkit-animation-delay: 1344ms;
        animation-delay: 1344ms; }
    #Banner .circle-container:nth-child(198),
    #GreenCommitment .circle-container:nth-child(198) {
      width: 3px;
      height: 3px;
      -webkit-animation-name: move-frames-198;
      animation-name: move-frames-198;
      -webkit-animation-duration: 32093ms;
      animation-duration: 32093ms;
      -webkit-animation-delay: 1739ms;
      animation-delay: 1739ms; }

@-webkit-keyframes move-frames-198 {
  from {
    -webkit-transform: translate3d(30vw, 105vh, 0);
    transform: translate3d(30vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -126vh, 0);
    transform: translate3d(13vw, -126vh, 0); } }

@keyframes move-frames-198 {
  from {
    -webkit-transform: translate3d(30vw, 105vh, 0);
    transform: translate3d(30vw, 105vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -126vh, 0);
    transform: translate3d(13vw, -126vh, 0); } }
      #Banner .circle-container:nth-child(198) .circle,
      #GreenCommitment .circle-container:nth-child(198) .circle {
        -webkit-animation-delay: 1225ms;
        animation-delay: 1225ms; }
    #Banner .circle-container:nth-child(199),
    #GreenCommitment .circle-container:nth-child(199) {
      width: 2px;
      height: 2px;
      -webkit-animation-name: move-frames-199;
      animation-name: move-frames-199;
      -webkit-animation-duration: 28299ms;
      animation-duration: 28299ms;
      -webkit-animation-delay: 36619ms;
      animation-delay: 36619ms; }

@-webkit-keyframes move-frames-199 {
  from {
    -webkit-transform: translate3d(59vw, 110vh, 0);
    transform: translate3d(59vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -135vh, 0);
    transform: translate3d(13vw, -135vh, 0); } }

@keyframes move-frames-199 {
  from {
    -webkit-transform: translate3d(59vw, 110vh, 0);
    transform: translate3d(59vw, 110vh, 0); }
  to {
    -webkit-transform: translate3d(13vw, -135vh, 0);
    transform: translate3d(13vw, -135vh, 0); } }
      #Banner .circle-container:nth-child(199) .circle,
      #GreenCommitment .circle-container:nth-child(199) .circle {
        -webkit-animation-delay: 1246ms;
        animation-delay: 1246ms; }
    #Banner .circle-container:nth-child(200),
    #GreenCommitment .circle-container:nth-child(200) {
      width: 7px;
      height: 7px;
      -webkit-animation-name: move-frames-200;
      animation-name: move-frames-200;
      -webkit-animation-duration: 28805ms;
      animation-duration: 28805ms;
      -webkit-animation-delay: 18689ms;
      animation-delay: 18689ms; }

@-webkit-keyframes move-frames-200 {
  from {
    -webkit-transform: translate3d(59vw, 106vh, 0);
    transform: translate3d(59vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(45vw, -129vh, 0);
    transform: translate3d(45vw, -129vh, 0); } }

@keyframes move-frames-200 {
  from {
    -webkit-transform: translate3d(59vw, 106vh, 0);
    transform: translate3d(59vw, 106vh, 0); }
  to {
    -webkit-transform: translate3d(45vw, -129vh, 0);
    transform: translate3d(45vw, -129vh, 0); } }
      #Banner .circle-container:nth-child(200) .circle,
      #GreenCommitment .circle-container:nth-child(200) .circle {
        -webkit-animation-delay: 608ms;
        animation-delay: 608ms; }

.clients {
  margin-top: 120px; }
  .clients.RadialGradient::before {
    left: 30%; }
  .clients .clients-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .clients .clients-slider .slick-arrow {
    display: none !important; }
  .clients .clients-slider img {
    width: auto !important;
    margin: 0 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .clients .clients-slider img:hover {
      -webkit-filter: none;
      filter: none; }

.community,
.greener-future {
  margin-top: 150px; }

.sec-bg::after {
  content: "";
  width: 100%;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  background-image: url("../images/bg2.png");
  background-position: top right;
  background-size: 57% 100%; }

.platforms {
  margin-top: 150px; }
  .platforms .item {
    position: relative;
    margin-top: 60px; }

.green-line::before {
  content: "";
  width: 4px;
  height: 120px;
  background-color: #9fc131;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 20px; }

.green-gradient-text {
  background: -webkit-linear-gradient(343deg, #9fc131 0%, #506119 100%);
  background: -o-linear-gradient(343deg, #9fc131 0%, #506119 100%);
  background: linear-gradient(107deg, #9fc131 0%, #506119 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.pink-line::before {
  content: "";
  width: 4px;
  height: 154px;
  background-color: #f20587;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 20px; }

.pink-gradient-text {
  background: -webkit-linear-gradient(341deg, #f20587 0%, #790344 100%);
  background: -o-linear-gradient(341deg, #f20587 0%, #790344 100%);
  background: linear-gradient(109deg, #f20587 0%, #790344 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.sky-line {
  margin-left: 100px; }
  .sky-line::before {
    content: "";
    width: 4px;
    height: 120px;
    background-color: #25a7de;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-radius: 20px; }

.sky-gradient-text {
  background: -webkit-linear-gradient(355deg, #25a7de 0%, #13546f 60%);
  background: -o-linear-gradient(355deg, #25a7de 0%, #13546f 60%);
  background: linear-gradient(95deg, #25a7de 0%, #13546f 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.multicolor-line::before {
  content: "";
  width: 4px;
  height: 92px;
  background: -webkit-linear-gradient(353deg, #78dba3 0%, #25a7de 55%, #f20587 100%);
  background: -o-linear-gradient(353deg, #78dba3 0%, #25a7de 55%, #f20587 100%);
  background: linear-gradient(97deg, #78dba3 0%, #25a7de 55%, #f20587 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 20px; }

.multicolor-gradient-text {
  background: -webkit-linear-gradient(353deg, #78dba3 0%, #25a7de 55%, #f20587 100%);
  background: -o-linear-gradient(353deg, #78dba3 0%, #25a7de 55%, #f20587 100%);
  background: linear-gradient(97deg, #78dba3 0%, #25a7de 55%, #f20587 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.greener-future .ArchivoLight.top-minus::before {
  left: -285px; }

.greener-future .img-gradient.top-minus::before {
  top: -20px;
  left: 150px; }

.greener-future::after {
  background-size: 60% 100%; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #383645;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #9fc131;
  width: 30px;
  border-radius: 5px; }

.slide-content {
  position: relative; }
  .slide-content .slider-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px; }
  .slide-content .card-content {
    position: relative; }
    .slide-content .card-content .btn-wrapper {
      bottom: 40px;
      width: 140px;
      position: absolute;
      left: calc(50% - 70px); }

.BtnPurple {
  background-color: #23222b;
  border: 1px solid #383645; }
  .BtnPurple:hover {
    color: #9fc131 !important; }

.trusting .swiper .swiper-wrapper {
  margin-bottom: 80px; }

.web3 .gradient-bg {
  background-image: url("../images/gradient-bg.png");
  min-height: 413px;
  background-size: contain;
  background-color: #23222b;
  background-position: right;
  border-radius: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat; }

.web3 .mix-blend {
  mix-blend-mode: screen; }

.web3 .BtnGreen {
  width: 155px;
  text-wrap: nowrap; }

.contactusform .form-select:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  border: 1px solid #3b2864; }

.contactusform .form-control:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  border: 1px solid #3b2864; }

.BtnGreenBg {
  /*font-family: $archivo-font-family;*/
  background-color: #9fc131;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  color: #1A1920;
  font-family: "Inter", sans-serif; }
  .BtnGreenBg:hover {
    border-color: #9fc131;
    background-color: transparent;
    color: #9fc131; }

/*#EthereumAccessible,
#ElysiumGrow {
	&.RadialGradient {
		&:before {
			max-width: 474px;
			height: 430px;
			top: -132px;
			right: 21%;
		}
	}
}*/
#BestTechnology {
  background-color: rgba(87, 67, 128, 0.25);
  /*margin-top: -150px;*/
  padding-top: 100px;
  padding-bottom: 100px; }

#ProcessingTransactions {
  background-color: rgba(87, 67, 128, 0.25);
  padding-bottom: 60px; }

#GroundbreakingTechnology .min-height-68 {
  min-height: 68px; }

#BuildingElysium.RadialGradient:before {
  top: -180px; }

#BuildingElysium .ImgTeamBox .ImgTeam {
  max-width: 424px;
  max-height: 424px;
  border-radius: 20px; }

#BuildingElysium .ImgTeamBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 25, 32, 0.8);
  mix-blend-mode: screen;
  border-radius: 20px;
  z-index: 1; }

#TalkTown {
  background-color: rgba(87, 67, 128, 0.25); }
  #TalkTown .NewsImg {
    max-width: 200px;
    height: 140px; }

.BtnAnimation:hover {
  -webkit-animation: swing 0.5s;
  animation: swing 0.5s; }

.BtnAnimation {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

#ElysiumTogether.RadialGradient:before,
#ParachainSubstrate.RadialGradient:before {
  max-width: 430px;
  height: 430px;
  top: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#ElysiumSubstrate {
  background-color: rgba(87, 67, 128, 0.25); }
  #ElysiumSubstrate .SubstrateGradientBox {
    background: -webkit-gradient(linear, left top, right top, from(rgba(173, 45, 181, 0.6)), to(#372a51));
    background: -webkit-linear-gradient(left, rgba(173, 45, 181, 0.6), #372a51);
    background: -o-linear-gradient(left, rgba(173, 45, 181, 0.6), #372a51);
    background: linear-gradient(to right, rgba(173, 45, 181, 0.6), #372a51);
    padding: 1px; }
    #ElysiumSubstrate .SubstrateGradientBox > div {
      background-color: #140533; }
      #ElysiumSubstrate .SubstrateGradientBox > div:before {
        background: transparent -webkit-radial-gradient(30% 50%, closest-side, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
        background: transparent -o-radial-gradient(30% 50%, closest-side, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
        background: transparent radial-gradient(closest-side at 30% 50%, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
        mix-blend-mode: color-dodge;
        opacity: 0.7;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: -70%; }

#InnovateInspire .join-btn {
  border: solid 2px transparent;
  background-color: #ada7b7;
  color: #140533; }
  #InnovateInspire .join-btn:hover {
    border: solid 2px rgba(173, 167, 183, 0.2);
    background-color: rgba(173, 167, 183, 0.1);
    color: #ada7b7; }

#ElysiumGrow .GradientBox {
  min-height: 397px; }
  #ElysiumGrow .GradientBox:before {
    border-radius: 0.75rem; }
  #ElysiumGrow .GradientBox:after {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  #ElysiumGrow .GradientBox p {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #ElysiumGrow .GradientBox:hover p {
    height: 60px;
    opacity: 1;
    margin-top: 1rem; }
  #ElysiumGrow .GradientBox:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #ElysiumGrow .GradientBox.Discord:after {
    background-image: url("../images/bg-discord.png"); }
  #ElysiumGrow .GradientBox.Github:after {
    background-image: url("../images/bg-github.png"); }
  #ElysiumGrow .GradientBox.Reddit:after {
    background-image: url("../images/bg-reddit.png"); }
  #ElysiumGrow .GradientBox.Twitter:after {
    background-image: url("../images/bg-twitter.png"); }

#BecomeValidator {
  background-color: rgba(87, 67, 128, 0.25);
  margin-bottom: -180px;
  padding-bottom: 250px; }
  #BecomeValidator.RadialGradient:before {
    max-width: 430px;
    height: 430px;
    left: 120px;
    top: -15px; }

#UpcomingEvent {
  background: url("../images/bnr-event.png") no-repeat center top/cover; }
  #UpcomingEvent:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 25, 32, 0.5); }

#ContactForm {
  padding: 100px 0px;
  background-color: rgba(87, 67, 128, 0.25); }

#Subscribe .form-control {
  padding-left: 70px;
  min-height: 66px;
  font-size: 18px;
  color: #7f7b84; }
  #Subscribe .form-control::-webkit-input-placeholder {
    color: #7f7b84;
    font-size: 18px; }
  #Subscribe .form-control::-moz-placeholder {
    opacity: 1;
    color: #7f7b84;
    font-size: 18px; }
  #Subscribe .form-control:-moz-placeholder {
    color: #7f7b84;
    font-size: 18px; }
  #Subscribe .form-control:-ms-input-placeholder {
    color: #7f7b84;
    font-size: 18px; }
  #Subscribe .form-control.placeholder {
    color: #7f7b84;
    font-size: 18px; }

#Subscribe .icon-email {
  color: #7f7b84; }

footer a:hover {
  color: #fff; }

footer h6, footer .h6 {
  font-size: 14px; }

footer .coming-soon {
  font-size: 8px;
  padding: 2px 2px; }

.maintenance-page {
  min-height: calc(100vh - 50px);
  padding-top: 110px; }
  .maintenance-page::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url("../images/header-bg2.png");
    min-height: calc(100vh - 50px);
    width: 100%;
    opacity: 0.5;
    z-index: -1; }
  .maintenance-page .RadialGradient.top-minus::before {
    max-width: 500px;
    height: 500px;
    left: -200px;
    top: -200px; }

#maintenance .mw-450 {
  max-width: 70%; }

.blockchain-solutions.RadialGradient.top-minus::before {
  top: -210px; }

.gc-banner {
  height: calc(100vh - 50px); }
  .gc-banner .spacing {
    padding: 0 !important; }

.impact .RadialGradient::before {
  z-index: -1;
  left: -280px; }

.blend-screen {
  mix-blend-mode: screen; }

.why-elysium::before {
  top: -135px !important; }

.join {
  padding-top: 150px; }
  .join::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -180px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url("../images/blurred-night-lights.png");
    background-position: top;
    background-size: cover;
    z-index: -1; }

.validator-banner {
  height: calc(100vh - 50px); }
  .validator-banner .spacing {
    padding: 0 !important; }

.why {
  padding: 120px 0; }
  .why::before {
    top: -130px !important; }

.requirement-card,
.validator-card {
  position: relative;
  border-radius: 16px;
  height: 100%;
  background: #23222b; }

.SubstrateGradientBox {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(173, 45, 181, 0.5)), to(#372a51));
  background: -webkit-linear-gradient(top, rgba(173, 45, 181, 0.5), #372a51);
  background: -o-linear-gradient(top, rgba(173, 45, 181, 0.5), #372a51);
  background: linear-gradient(to bottom, rgba(173, 45, 181, 0.5), #372a51);
  padding: 1px; }

.to-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(173, 45, 181, 0.5)), to(#372a51));
  background: -webkit-linear-gradient(left, rgba(173, 45, 181, 0.5), #372a51);
  background: -o-linear-gradient(left, rgba(173, 45, 181, 0.5), #372a51);
  background: linear-gradient(to right, rgba(173, 45, 181, 0.5), #372a51); }
  .to-right .requirement-card::before {
    background: transparent -webkit-radial-gradient(25% 50%, closest-side, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-radial-gradient(25% 50%, closest-side, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 25% 50%, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: -70%; }

.become-validator {
  padding-bottom: 100px; }
  .become-validator::before {
    top: -210px !important; }
  .become-validator .item {
    margin-bottom: 56px; }
    .become-validator .item .img-box {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
      flex: 0 0 88px; }
      .become-validator .item .img-box img {
        width: 88px;
        height: 88px; }
      .become-validator .item .img-box::after {
        content: "";
        width: 3px;
        position: absolute;
        top: 86px;
        right: 0;
        bottom: 0;
        left: 50%;
        display: block;
        background-image: url("../images/Rectangle-verticle.svg");
        height: 74%; }
    .become-validator .item .no-after::after {
      display: none; }
  .become-validator .BtnGreen {
    margin-left: 110px; }

.requirements ul {
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin-left: 20px; }
  .requirements ul li {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin-bottom: 24px; }
    .requirements ul li::before {
      content: "";
      width: 15px;
      height: 15px;
      background-image: url("../images/tick-icon-custom.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: inline-block;
      position: absolute;
      left: -22px;
      top: 6px; }

.join-us {
  padding: 140px 0; }
  .join-us .join-card {
    background: #23222b;
    padding: 56px 15px; }
  .join-us .img-1 {
    background-image: url("../images/header-main-img.png");
    top: 0px;
    left: 0px;
    width: 230px;
    height: 230px;
    z-index: 2; }
  .join-us .img-2 {
    background-image: url("../images/header-main-img2.png");
    bottom: 0px;
    right: 0px;
    width: 290px;
    height: 290px;
    z-index: 2; }

.elysium-accelertor-program {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* background-image: url('../images/bg-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
  /*font-family: $archivo-font-family;*/ }
  .elysium-accelertor-program .RadialGradient:before {
    z-index: 0;
    left: -250px;
    top: 100px; }
  .elysium-accelertor-program .top-spacing {
    padding-top: 140px; }

.what-is-elysium .top-spacing {
  padding-top: 120px; }
  .what-is-elysium .top-spacing .elysium-text {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*font-family: $archivo-font-family;*/
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0;
    text-align: left; }
  .what-is-elysium .top-spacing .GreenColor {
    color: #9fc131;
    /*font-family: $archivo-font-family;*/
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: left; }
  .what-is-elysium .top-spacing .elysiumtext {
    margin-top: 32px;
    /*font-family: $archivo-font-family;*/
    font-size: 20px;
    font-weight: 250;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left; }
  .what-is-elysium .top-spacing .btn-learnmore {
    margin-top: 40px;
    background-color: #9fc131;
    padding: 13.5px 24px 13.5px 24px;
    border-radius: 8px;
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left; }

.object-fit {
  -o-object-fit: contain;
  object-fit: contain; }

.unleashProject .form-control {
  color: #848e9c; }
  .unleashProject .form-control::-webkit-input-placeholder {
    color: #848e9c; }
  .unleashProject .form-control:focus {
    background-color: #23222b;
    border-color: #383645;
    -webkit-box-shadow: none;
    box-shadow: none; }

.unleashProject .form-select {
  color: #848e9c; }
  .unleashProject .form-select:focus {
    background-color: #23222b;
    border-color: #383645;
    -webkit-box-shadow: none;
    box-shadow: none; }

.more-about-elysium-acc .padding-set {
  padding-bottom: 128px;
  padding-top: 120px; }

.more-about-elysium-acc .more-about {
  /*font-family: $archivo-font-family;*/
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0;
  text-align: left;
  font-size: 56px; }

.more-about-elysium-acc .more-about-bold {
  /*font-family: $archivo-font-family;*/
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: left;
  font-size: 56px;
  color: #fff; }

.more-about-elysium-acc .more-about-card .to-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(173, 45, 181, 0.5)), to(#372a51));
  background: -webkit-linear-gradient(left, rgba(173, 45, 181, 0.5), #372a51);
  background: -o-linear-gradient(left, rgba(173, 45, 181, 0.5), #372a51);
  background: linear-gradient(to right, rgba(173, 45, 181, 0.5), #372a51); }
  .more-about-elysium-acc .more-about-card .to-right .requirement-card::before {
    background: transparent -webkit-radial-gradient(25% 50%, closest-side, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-radial-gradient(25% 50%, closest-side, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 25% 50%, #ff16cb 0%, #24144600 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: -70%; }

.more-about-elysium-acc .more-about-card .image-set {
  width: 72.3px;
  height: 96px; }

.more-about-elysium-acc .more-about-card .more-about-card-heading {
  /*font-family: $archivo-font-family;*/
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

.more-about-elysium-acc .more-about-card .more-about-card-text {
  /*font-family: $roboto-font-family;*/
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #848e9c; }

.more-about-elysium-acc .BtnGreenBordered {
  font-size: 16px;
  font-weight: 600;
  color: #9fc131;
  border: 1px solid #9fc131;
  border-radius: 8px;
  text-decoration: none;
  background-color: transparent; }
  .more-about-elysium-acc .BtnGreenBordered:hover {
    background-color: transparent;
    color: #140533; }

.more-about-elysium-acc .AcceleratorBox {
  background: #23222b;
  padding: 1px;
  border-radius: 16px; }

.testimonials {
  background-position: -178px 106px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 140px;
  padding-bottom: 140px; }
  .testimonials .image-set {
    width: 72px;
    height: 96px;
    right: 0;
    top: -20px; }
  .testimonials .RadialGradient {
    position: relative; }
    .testimonials .RadialGradient:before {
      left: 333px;
      bottom: -258px; }
    .testimonials .RadialGradient.top-minus:before {
      top: -250px; }
    .testimonials .RadialGradient.left-minus:before {
      left: -250px; }
  .testimonials .AcceleratorBox {
    background: #23222b;
    padding: 1px;
    border-radius: 16px; }

.spacing {
  padding: 180px 0 0; }

.DetailModal {
  background: #140533; }
  .DetailModal .BtnGreenBordered {
    font-size: 16px;
    font-weight: 600;
    color: #9fc131;
    border: 1px solid #9fc131;
    border-radius: 8px;
    text-decoration: none;
    background-color: transparent; }
    .DetailModal .BtnGreenBordered:hover {
      background-color: #9fc131;
      color: #140533; }
  .DetailModal .form-select:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    border: 1px solid #3b2864; }
  .DetailModal .cancelBtn {
    padding: 10px 39px 10px 39px; }
  .DetailModal .formBtn {
    padding: 10px 39px 10px 39px;
    background-color: #9fc131;
    color: black; }
    .DetailModal .formBtn:hover {
      color: #9fc131;
      background-color: transparent; }
  .DetailModal option {
    background-color: #140533;
    color: #5c498e;
    border: 1px solid #3b2864;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    padding: 10px; }
  .DetailModal input,
  .DetailModal select {
    background-color: #140533;
    color: #5c498e;
    border: 1px solid #3b2864;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    padding: 10px; }
    .DetailModal input::-webkit-input-placeholder,
    .DetailModal select::-webkit-input-placeholder {
      color: #5c498e;
      opacity: 1; }
    .DetailModal input:-ms-input-placeholder,
    .DetailModal select:-ms-input-placeholder {
      color: #5c498e;
      opacity: 1; }
    .DetailModal input::-ms-input-placeholder,
    .DetailModal select::-ms-input-placeholder {
      color: #5c498e;
      opacity: 1; }
    .DetailModal input::placeholder,
    .DetailModal select::placeholder {
      color: #5c498e;
      opacity: 1; }
  .DetailModal .modal-dialog {
    max-width: 648px; }
  .DetailModal .modal-title {
    font-size: 24px;
    font-weight: 700; }
  .DetailModal .modal-content {
    background-color: #241446;
    padding: 21px; }
  .DetailModal .modal-header {
    border-bottom: none; }
  .DetailModal .modal-footer {
    border-top: none; }

.rebel-car-background-image {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 5, 51, 0)), to(#140533)), url("../images/rebel-bg.png");
  background: -webkit-linear-gradient(top, rgba(20, 5, 51, 0) 0%, #140533 100%), url("../images/rebel-bg.png");
  background: -o-linear-gradient(top, rgba(20, 5, 51, 0) 0%, #140533 100%), url("../images/rebel-bg.png");
  background: linear-gradient(180deg, rgba(20, 5, 51, 0) 0%, #140533 100%), url("../images/rebel-bg.png");
  background-position: center;
  background-size: cover;
  position: relative; }
  .rebel-car-background-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 5, 51, 0)), to(#140533));
    background: -webkit-linear-gradient(top, rgba(20, 5, 51, 0) 0%, #140533 100%);
    background: -o-linear-gradient(top, rgba(20, 5, 51, 0) 0%, #140533 100%);
    background: linear-gradient(180deg, rgba(20, 5, 51, 0) 0%, #140533 100%); }

#termcondationsmodal .modal-content {
  height: 886px;
  padding: 32px; }

#termcondationsmodal .modal-body {
  background: #140533;
  border-radius: 16px;
  overflow-y: auto;
  padding: 24px; }

#termcondationsmodal ::-webkit-scrollbar {
  width: 5px;
  border-radius: 16px; }

#termcondationsmodal ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 16px; }

#termcondationsmodal ::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: #888; }

#termcondationsmodal ::-webkit-scrollbar-thumb:hover {
  background: #555; }

#termcondationsmodal .formBtn {
  width: 100%; }

#termcondationsmodal .Fsize_8 {
  font-size: 8px; }

#termcondationsmodal input,
#termcondationsmodal select {
  width: 10px; }

#termcondationsmodal .form-check-input {
  margin-top: 2px; }

.SaleBGhexagonas {
  background-image: url(../images/SaleBGhexagonas.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  .SaleBGhexagonas::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .SaleBGhexagonas h1, .SaleBGhexagonas .h1 {
    line-height: 64px;
    font-size: 56px;
    letter-spacing: 0.5px; }

#Rebel-cars {
  /* .set-height {
        height: 314px;
    }*/ }
  #Rebel-cars .set-car-height {
    height: auto; }
  #Rebel-cars .spacing {
    padding: 164px 0 0; }
  #Rebel-cars .heading-properties {
    font-size: 56px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left; }
  #Rebel-cars .text-properties {
    font-family: "Archivo Extra Light";
    font-size: 32px;
    font-weight: 250;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left; }
  #Rebel-cars .gradient-bg {
    background-image: url(../images/rebel-web3-bg.svg);
    min-height: 314px;
    background-size: 100% auto;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    border-radius: 16px; }
  #Rebel-cars h4, #Rebel-cars .h4 {
    font-size: 48px; }
  #Rebel-cars .margin-bottom {
    margin-bottom: 56px; }
  #Rebel-cars .card-heading {
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 48px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left; }
  #Rebel-cars .sec-bg::after {
    z-index: -1; }
  #Rebel-cars .set-video {
    width: 800px;
    height: 450px; }
  #Rebel-cars .BtnGreen {
    font-size: 16px; }
  #Rebel-cars .BtnGreenBordered {
    font-size: 16px;
    font-weight: 600;
    color: #9fc131;
    border: 1px solid #9fc131;
    border-radius: 8px;
    text-decoration: none;
    background-color: transparent; }
    #Rebel-cars .BtnGreenBordered:hover {
      background-color: #9fc131;
      color: #140533; }
  #Rebel-cars .text-gray {
    color: #9ea5b4; }
  #Rebel-cars .keepintouch .gradient-bg {
    background-image: url(../images/keep-in-touch-bg.png);
    border-radius: 16px; }

video {
  height: 500px; }

#more-rebel-cars .sec-bg::after {
  background-position: top left;
  left: -200px; }

#more-rebel-cars .rebel-car-height {
  height: 500px; }

#more-rebel-cars .rebelcar1 {
  position: absolute;
  width: 350px; }

#more-rebel-cars .rebelcar2 {
  position: absolute;
  width: 310px;
  right: 85px;
  top: 94px; }

.Edverse-logo {
  width: 150px; }

/*======================================
		Responsive START
======================================*/
@media (max-width: 1578.98px) {
  .RadialGradient::before {
    left: -210px;
    max-width: 800px; } }

@media (max-width: 1398.98px) {
  header .navbar .navbar-collapse ul .nav-item .dropdown-menu {
    width: 420px; }
  .RadialGradient::before {
    left: -250px;
    max-width: 800px; }
  .clients.RadialGradient::before {
    left: 25%; }
  .greener-future .ArchivoLight.top-minus::before {
    left: -260px; }
  .greener-future .img-gradient.top-minus::before {
    top: -45px;
    left: 130px; }
  .RadialGradient::before, .RadialGradient::after,
  .impact::before,
  .impact::after {
    display: none; }
  #StackSection .table-container {
    overflow-x: auto; } }

@media (max-width: 1198.98px) {
  body.light .navbar-dark .navbar-nav .nav-link {
    color: white !important; }
  #Hexagonas .modal-content .set-position-absolute {
    padding: 4px 11px;
    border: 0px solid black;
    position: absolute;
    right: 0px;
    right: -48px;
    top: 20px;
    color: black;
    z-index: 3;
    font-size: 20px;
    background-color: #fffefecc;
    border-radius: 20px; }
  #Banner .spacing {
    padding: 120px 0 0; }
  h2, .h2 {
    font-size: 50px; }
  h3, .h3 {
    font-size: 38px; }
  #Rebel-cars .set-video {
    width: 700px;
    height: 450px; }
  #Rebel-cars h3, #Rebel-cars .h3 {
    font-size: 32px; }
  #Rebel-cars .heading-properties {
    font-size: 32px;
    line-height: 40px; }
  #Rebel-cars .text-properties {
    font-size: 28px; }
  #Rebel-cars .set-video {
    width: 700px;
    height: 450px; }
  #Rebel-cars .Fsize_40 {
    font-size: 32px; }
  #Rebel-cars .card-heading {
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #Rebel-cars .card-heading .Fsize_32 {
      font-size: 22px; }
  header .navbar .navbar-collapse {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #202022;
    opacity: 1;
    z-index: 2; }
    header .navbar .navbar-collapse.show, header .navbar .navbar-collapse.collapsing {
      left: 0%;
      opacity: 1;
      overflow-y: scroll; }
    header .navbar .navbar-collapse.collapse:not(.show) {
      display: inherit;
      left: -100%;
      right: auto;
      opacity: 0; }
    header .navbar .navbar-collapse ul .nav-item:hover > a.nav-link + .dropdown-menu {
      padding-top: 15px;
      padding-bottom: 15px; }
      header .navbar .navbar-collapse ul .nav-item:hover > a.nav-link + .dropdown-menu li.dropdown:hover > a.dropdown-item + .dropdown-menu {
        left: 0; }
  header .navbar .dropdown-menu {
    width: 100% !important;
    margin-left: 0px; }
  #ElysiumGrow .GradientBox {
    min-height: 300px; }
  #Banner h1, #Banner .h1 {
    font-size: 68px;
    margin-bottom: 60px !important; }
  #header .BtnGreen {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: 20px; }
  #header .navbar-toggler.collapsed {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .clients.RadialGradient::before {
    left: 20%; }
  .web3 .gradient-bg {
    padding: 50px 0;
    background-size: cover;
    border-radius: 30px; }
  .greener-future .ArchivoLight.top-minus::before {
    left: -210px; }
  #header .navbar-toggler {
    z-index: 4;
    position: fixed;
    top: 30px;
    right: 30px; }
  header .navbar .navbar-collapse ul .nav-item:hover .dropdown-menu {
    display: none; }
    header .navbar .navbar-collapse ul .nav-item:hover .dropdown-menu.show {
      display: block; } }

@media (max-width: 990.98px) {
  .cardImgsize {
    max-width: 368px;
    width: 100%;
    height: 298px;
    -o-object-fit: contain;
    object-fit: contain; }
  video {
    width: 100%;
    height: 100%; }
  #Hexagonas .modal-content .set-position-absolute {
    padding: 4px 11px;
    border: 0px solid black;
    position: absolute;
    right: 0px;
    right: 10px;
    top: 10px;
    color: black;
    z-index: 3;
    font-size: 15px;
    background-color: #fffefecc;
    border-radius: 20px; }
  .SaleBGhexagonas::before {
    content: "";
    /*
            background: transparent linear-gradient(180deg, rgb(0 0 0 / 68%) 0%, rgb(13 12 11 / 18%) 100%) 0% 0% no-repeat padding-box;*/
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(13, 12, 11, 0.31))) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(13, 12, 11, 0.31) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(13, 12, 11, 0.31) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(13, 12, 11, 0.31) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    display: block; }
  .SaleBGhexagonas h1, .SaleBGhexagonas .h1 {
    line-height: normal;
    font-size: 40px;
    letter-spacing: 0.5px; }
  .Edverse-logo {
    width: auto; }
  #Banner .spacing {
    padding: 120px 0 0; }
  .about-section {
    min-height: auto;
    padding: 23px 0 0 193px; }
    .about-section ul li {
      height: 74px;
      font-size: 12px; }
  #Banner h1, #Banner .h1 {
    font-size: 56px; }
  #Banner .Fsize_32 {
    font-size: 24px; }
  #Banner .header-img1 {
    top: 27%; }
  #Banner .header-img2 {
    top: 38%;
    right: 0; }
  .greener-future {
    margin-top: 30px; }
  #ElysiumGrow .GradientBox {
    min-height: 250px; }
    #ElysiumGrow .GradientBox .Fsize_24 {
      font-size: 18px; }
    #ElysiumGrow .GradientBox p {
      font-size: 14px; }
  #Rebel-cars .heading-properties {
    font-size: 32px;
    line-height: 40px; }
  #Rebel-cars .text-properties {
    font-size: 28px; }
  #Rebel-cars .set-video {
    width: 700px;
    height: 450px; }
  #Rebel-cars h3, #Rebel-cars .h3 {
    font-size: 22px; }
  #Rebel-cars .Fsize_40 {
    font-size: 32px; }
  #Rebel-cars .set-car-height {
    height: auto; }
  #Rebel-cars h4, #Rebel-cars .h4 {
    font-size: 32px; }
  #Rebel-cars .gradient-bg {
    padding: 50px 0 0;
    background-size: auto; }
  .clients.RadialGradient::before {
    left: 10%; }
  .greener-future .ArchivoLight.top-minus::before {
    left: -290px; }
  .web3 .gradient-bg {
    padding: 50px 0 0;
    background-size: auto; }
  header .navbar .navbar-collapse ul .nav-item .dropdown-menu {
    margin-left: 0; }
  .RadialGradient::before {
    display: none; }
  #maintenance .Fsize_64 {
    font-size: 36px; }
  .validator-banner {
    height: 100%;
    padding: 50px 0; }
  .why {
    padding: 0; }
  .become-validator {
    padding-bottom: 50px; }
  .join-us {
    padding: 30px 0; }
    .join-us .Fsize_48 {
      font-size: 36px; }
    .join-us .Fsize_32 {
      font-size: 26px; }
    .join-us .img-1,
    .join-us .img-2 {
      display: none; } }

@media (max-width: 766.98px) {
  #SalePage .details-tab-list li .value {
    font-weight: 700; }
    #SalePage .details-tab-list li .value.Fsize_16 {
      font-size: 12px; }
  video {
    width: 100%;
    height: 100%; }
  #Hexagonas .modal-content .set-position-absolute {
    padding: 4px 11px;
    border: 0px solid black;
    position: absolute;
    right: 0px;
    right: 10px;
    top: 10px;
    color: black;
    z-index: 3;
    font-size: 15px;
    background-color: #fffefecc;
    border-radius: 20px; }
  .SaleBGhexagonas::before {
    content: "";
    /*
            background: transparent linear-gradient(180deg, rgb(0 0 0 / 68%) 0%, rgb(13 12 11 / 18%) 100%) 0% 0% no-repeat padding-box;*/
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(13, 12, 11, 0.7))) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(13, 12, 11, 0.7) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(13, 12, 11, 0.7) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(13, 12, 11, 0.7) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    display: block; }
  .SaleBGhexagonas h1, .SaleBGhexagonas .h1 {
    line-height: normal;
    font-size: 24px; }
  #Banner .spacing {
    padding: 180px 0 0; }
  .about-section {
    min-height: auto;
    padding: 33px 0 0 137px; }
    .about-section ul li {
      height: 74px;
      font-size: 12px; }
  #SalePage .imageContainer {
    height: 495px; }
  #GroundbreakingTechnology .min-height-68 {
    min-height: auto; }
  .greener-future {
    margin-top: 30px; }
  #Rebel-cars .heading-properties {
    font-size: 28px;
    line-height: 40px; }
  #Rebel-cars .text-properties {
    font-size: 24px; }
  #Rebel-cars .set-video {
    width: 700px;
    height: 450px; }
  #Rebel-cars h3, #Rebel-cars .h3 {
    font-size: 18px; }
  #Rebel-cars .Fsize_40 {
    font-size: 28px; }
  #Blog h4, #Blog .h4 {
    font-size: 26px; }
  #Blog h5.Fsize_24, #Blog .Fsize_24.h5 {
    font-size: 20px; }
  #BlogDetail h3.Fsize_48, #BlogDetail .Fsize_48.h3 {
    font-size: 36px; }
  #InnovateInspire h3.Fsize_48, #InnovateInspire .Fsize_48.h3 {
    font-size: 36px; }
  #footer h6, #footer .h6 {
    font-size: 18px; }
  #BecomeValidator.RadialGradient:before {
    left: 0px; }
  .Fsize_56 {
    font-size: 48px; }
  .clients.RadialGradient::before {
    left: 0; }
  .greener-future .ArchivoLight.top-minus::before {
    left: -240px; }
  .sec-bg::after,
  .platforms::after {
    background-size: 100%;
    top: -50px; }
  #maintenance br {
    display: none; }
  .Fsize_64 {
    font-size: 48px; }
  .become-validator .item .img-box::after {
    display: none; }
  .become-validator .item .Fsize_32 {
    font-size: 24px; }
  .join-us .Fsize_48 {
    font-size: 28px; }
  .join-us .Fsize_32 {
    font-size: 20px; }
  .join-us .join-card {
    padding: 30px 15px; } }

@media (max-width: 574.98px) {
  video {
    width: 100%;
    height: 100%; }
  .slide-content .card-content .btn-wrapper {
    bottom: 17px;
    height: 36px;
    padding: 0px 14px; }
  .BtnWhiteOutline {
    font-size: 12px;
    text-wrap: nowrap; }
  #Hexagonas .modal-content .set-position-absolute {
    padding: 4px 11px;
    border: 0px solid black;
    position: absolute;
    right: 0px;
    right: 10px;
    top: 10px;
    color: black;
    z-index: 3;
    font-size: 15px;
    background-color: #fffefecc;
    border-radius: 20px; }
  .about-section {
    min-height: auto;
    padding: 33px 0 0 137px; }
    .about-section ul li {
      height: 74px;
      font-size: 12px; }
  #SalePage .imageContainer {
    height: 370px; }
  #SalePage .img-fluid {
    padding-top: 40px; }
  #SalePage h2, #SalePage .h2 {
    font-size: 34px; }
  #SalePage .border-right-class {
    border-right: 0px;
    border-bottom: 2px solid #ffffff33; }
  #header .navbar-toggler.collapsed {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #header .navbar .navbar-collapse ul {
    margin-top: 15px; }
    #header .navbar .navbar-collapse ul .nav-item {
      padding-top: 0 !important;
      margin-right: 0 !important; }
      #header .navbar .navbar-collapse ul .nav-item .dropdown-toggle {
        line-height: 50px; }
      #header .navbar .navbar-collapse ul .nav-item .dropdown-menu {
        width: 100%;
        padding: 16px 0; }
        #header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item {
          padding: 14px 10px;
          border-radius: 0; }
          #header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item .RobotoRegular.Fsize_16 {
            font-size: 14px; }
            #header .navbar .navbar-collapse ul .nav-item .dropdown-menu li .dropdown-item .RobotoRegular.Fsize_16 .coming-soon {
              font-size: 8px;
              padding: 6px 8px; }
  #header .navbar-collapse {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  #header .BtnGreen {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-right: 0;
    margin-top: 10px; }
  .DetailModal .formBtn {
    padding: 6px 12px; }
  .DetailModal .cancelBtn {
    padding: 6px 12px; }
  #termcondationsmodal .modal-content {
    padding: 10px;
    height: 650px; }
  #termcondationsmodal .modal-body {
    padding: 24px 12px; }
  #Rebel-cars .heading-properties {
    font-size: 28px; }
  #Rebel-cars .text-properties {
    font-size: 20px; }
  #Rebel-cars .set-video {
    width: 300px;
    height: auto; }
  #Rebel-cars .card-heading {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #Rebel-cars .card-heading .Fsize_32 {
      font-size: 20px; }
  #Rebel-cars .gradient-bg {
    min-height: auto; }
  #Rebel-cars .sizeset .Fsize_48 {
    font-size: 24px; }
  #Rebel-cars .sizeset .h-48 {
    padding: 0 13px; }
  #Banner {
    min-height: 300px;
    height: auto;
    padding: 120px 0 0; }
    #Banner h1, #Banner .h1 {
      font-size: 40px; }
    #Banner .Fsize_56,
    #Banner .Fsize_32 {
      font-size: 24px; }
    #Banner .header-img1,
    #Banner .header-img2 {
      display: none; }
    #Banner .spacing {
      padding: 70px 0; }
  #BestTechnology {
    padding-top: 50px;
    padding-bottom: 50px; }
  #Blog h4, #Blog .h4 {
    font-size: 22px; }
  #Blog h5.Fsize_24, #Blog .Fsize_24.h5 {
    font-size: 18px; }
  #TermsConditions h4, #TermsConditions .h4,
  #PrivacyPolicy h4,
  #PrivacyPolicy .h4 {
    font-size: 18px; }
  #TermsConditions p,
  #PrivacyPolicy p {
    font-size: 14px; }
  #BlogDetail h3.Fsize_48, #BlogDetail .Fsize_48.h3,
  #ElysiumAmbassador h3.Fsize_48,
  #ElysiumAmbassador .Fsize_48.h3 {
    font-size: 28px; }
  #InnovateInspire h3.Fsize_48, #InnovateInspire .Fsize_48.h3 {
    font-size: 28px; }
  #InnovateInspire .join-btn .Fsize_24 {
    font-size: 20px; }
  #ElysiumGrow .GradientBox::after {
    background-size: cover; }
  /*#ElysiumTogether {
          svg {
              max-width: 50px;
          }
      }*/
  #Subscribe h3.Fsize_42, #Subscribe .Fsize_42.h3 {
    font-size: 26px; }
  #Hexagonas #timer ul li {
    padding: 0px 22px; }
  .Fsize_48,
  .Fsize_56 {
    font-size: 29px !important; }
  .platforms .Fsize_72 {
    font-size: 56px; }
  .platforms .multicolor-gradient-text.Fsize_48 {
    font-size: 32px; }
  .platforms .item {
    margin-top: 45px !important; }
  .platforms .sky-line {
    margin-left: 0; }
  .platforms .green-line::before {
    height: 102px; }
  .platforms .pink-line::before {
    height: 132px; }
  .platforms .sky-line::before {
    height: 126px; }
  .platforms .multicolor-line::before {
    height: 72px; }
  .greener-future .img-gradient.top-minus::before {
    display: none; }
  .clients {
    margin-top: 30px; }
  .community {
    margin-top: 50px; }
  .platforms,
  .greener-future {
    margin-top: 0px; }
  .trusting .swiper .swiper-wrapper {
    margin-bottom: 0; }
  .trusting .swiper .swiper-pagination {
    bottom: 80px !important; }
  .maintenance-page .Fsize_40 {
    font-size: 24px; }
  .gc-banner {
    height: calc(100vh - 50px) !important; }
  .blockchain-solutions .Fsize_30,
  .blockchain-solutions .Fsize_32,
  .impact .Fsize_30,
  .impact .Fsize_32,
  .why-elysium .Fsize_30,
  .why-elysium .Fsize_32,
  .join .Fsize_30,
  .join .Fsize_32 {
    font-size: 20px; }
  .join {
    padding-top: 0px; }
  .Fsize_64 {
    font-size: 30px; }
  .why {
    padding-top: 32px; }
  .become-validator .item {
    margin-bottom: 32px; }
  .become-validator .item .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px; }
    .become-validator .item .img-box img {
      width: 60px;
      height: 60px; }
  .become-validator .BtnGreen {
    margin: 0 auto; } }

@media (max-width: 374px) {
  video {
    width: 100%;
    height: 100%; }
  .cardImgsize {
    max-width: 368px;
    width: 100%;
    height: 320px;
    -o-object-fit: contain;
    object-fit: contain; }
  #Hexagonas .modal-content .set-position-absolute {
    padding: 4px 11px;
    border: 0px solid black;
    position: absolute;
    right: 0px;
    right: 10px;
    top: 10px;
    color: black;
    z-index: 3;
    font-size: 15px;
    background-color: #fffefecc;
    border-radius: 20px; }
  .trusting .swiper .swiper-pagination {
    bottom: 150px !important; }
  .about-section {
    min-height: auto;
    padding: 33px 0 0 137px; }
    .about-section ul li {
      height: 74px;
      font-size: 12px; } }
