/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@import url(https://fonts.cdnfonts.com/css/zen-dots);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (1) ***!
  \****************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  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] {
  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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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-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: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1030px) {
  .col-lg2 {
    flex: 1 0 0%;
  }
  .row-cols-lg2-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg2-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg2-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg2-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg2-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg2-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg2-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg2-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg2-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg2-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg2-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg2-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg2-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg2-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg2-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg2-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg2-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg2-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg2-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg2-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg2-0 {
    margin-left: 0;
  }
  .offset-lg2-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg2-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg2-3 {
    margin-left: 25%;
  }
  .offset-lg2-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg2-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg2-6 {
    margin-left: 50%;
  }
  .offset-lg2-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg2-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg2-9 {
    margin-left: 75%;
  }
  .offset-lg2-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg2-11 {
    margin-left: 91.66666667%;
  }
  .g-lg2-0,
.gx-lg2-0 {
    --bs-gutter-x: 0;
  }
  .g-lg2-0,
.gy-lg2-0 {
    --bs-gutter-y: 0;
  }
  .g-lg2-1,
.gx-lg2-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg2-1,
.gy-lg2-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg2-2,
.gx-lg2-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg2-2,
.gy-lg2-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg2-3,
.gx-lg2-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg2-3,
.gy-lg2-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg2-4,
.gx-lg2-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg2-4,
.gy-lg2-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg2-5,
.gx-lg2-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg2-5,
.gy-lg2-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .col-menu {
    flex: 1 0 0%;
  }
  .row-cols-menu-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-menu-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-menu-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-menu-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-menu-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-menu-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-menu-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-menu-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-menu-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-menu-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-menu-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-menu-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-menu-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-menu-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-menu-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-menu-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-menu-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-menu-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-menu-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-menu-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-menu-0 {
    margin-left: 0;
  }
  .offset-menu-1 {
    margin-left: 8.33333333%;
  }
  .offset-menu-2 {
    margin-left: 16.66666667%;
  }
  .offset-menu-3 {
    margin-left: 25%;
  }
  .offset-menu-4 {
    margin-left: 33.33333333%;
  }
  .offset-menu-5 {
    margin-left: 41.66666667%;
  }
  .offset-menu-6 {
    margin-left: 50%;
  }
  .offset-menu-7 {
    margin-left: 58.33333333%;
  }
  .offset-menu-8 {
    margin-left: 66.66666667%;
  }
  .offset-menu-9 {
    margin-left: 75%;
  }
  .offset-menu-10 {
    margin-left: 83.33333333%;
  }
  .offset-menu-11 {
    margin-left: 91.66666667%;
  }
  .g-menu-0,
.gx-menu-0 {
    --bs-gutter-x: 0;
  }
  .g-menu-0,
.gy-menu-0 {
    --bs-gutter-y: 0;
  }
  .g-menu-1,
.gx-menu-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-menu-1,
.gy-menu-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-menu-2,
.gx-menu-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-menu-2,
.gy-menu-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-menu-3,
.gx-menu-3 {
    --bs-gutter-x: 1rem;
  }
  .g-menu-3,
.gy-menu-3 {
    --bs-gutter-y: 1rem;
  }
  .g-menu-4,
.gx-menu-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-menu-4,
.gy-menu-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-menu-5,
.gx-menu-5 {
    --bs-gutter-x: 3rem;
  }
  .g-menu-5,
.gy-menu-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #00101b !important;
  background-color: RGBA(0, 159, 227, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #00101b !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #00101b !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #00101b !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #009fe3 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #33b2e9 !important;
}

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

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

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

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

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

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

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

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1030px) {
  .sticky-lg2-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg2-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-menu-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-menu-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-semibold {
  font-weight: 600 !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, 16, 27, 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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1030px) {
  .float-lg2-start {
    float: left !important;
  }
  .float-lg2-end {
    float: right !important;
  }
  .float-lg2-none {
    float: none !important;
  }
  .d-lg2-inline {
    display: inline !important;
  }
  .d-lg2-inline-block {
    display: inline-block !important;
  }
  .d-lg2-block {
    display: block !important;
  }
  .d-lg2-grid {
    display: grid !important;
  }
  .d-lg2-table {
    display: table !important;
  }
  .d-lg2-table-row {
    display: table-row !important;
  }
  .d-lg2-table-cell {
    display: table-cell !important;
  }
  .d-lg2-flex {
    display: flex !important;
  }
  .d-lg2-inline-flex {
    display: inline-flex !important;
  }
  .d-lg2-none {
    display: none !important;
  }
  .flex-lg2-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg2-row {
    flex-direction: row !important;
  }
  .flex-lg2-column {
    flex-direction: column !important;
  }
  .flex-lg2-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg2-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg2-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg2-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg2-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg2-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg2-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg2-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg2-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg2-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg2-center {
    justify-content: center !important;
  }
  .justify-content-lg2-between {
    justify-content: space-between !important;
  }
  .justify-content-lg2-around {
    justify-content: space-around !important;
  }
  .justify-content-lg2-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg2-start {
    align-items: flex-start !important;
  }
  .align-items-lg2-end {
    align-items: flex-end !important;
  }
  .align-items-lg2-center {
    align-items: center !important;
  }
  .align-items-lg2-baseline {
    align-items: baseline !important;
  }
  .align-items-lg2-stretch {
    align-items: stretch !important;
  }
  .align-content-lg2-start {
    align-content: flex-start !important;
  }
  .align-content-lg2-end {
    align-content: flex-end !important;
  }
  .align-content-lg2-center {
    align-content: center !important;
  }
  .align-content-lg2-between {
    align-content: space-between !important;
  }
  .align-content-lg2-around {
    align-content: space-around !important;
  }
  .align-content-lg2-stretch {
    align-content: stretch !important;
  }
  .align-self-lg2-auto {
    align-self: auto !important;
  }
  .align-self-lg2-start {
    align-self: flex-start !important;
  }
  .align-self-lg2-end {
    align-self: flex-end !important;
  }
  .align-self-lg2-center {
    align-self: center !important;
  }
  .align-self-lg2-baseline {
    align-self: baseline !important;
  }
  .align-self-lg2-stretch {
    align-self: stretch !important;
  }
  .order-lg2-first {
    order: -1 !important;
  }
  .order-lg2-0 {
    order: 0 !important;
  }
  .order-lg2-1 {
    order: 1 !important;
  }
  .order-lg2-2 {
    order: 2 !important;
  }
  .order-lg2-3 {
    order: 3 !important;
  }
  .order-lg2-4 {
    order: 4 !important;
  }
  .order-lg2-5 {
    order: 5 !important;
  }
  .order-lg2-last {
    order: 6 !important;
  }
  .m-lg2-0 {
    margin: 0 !important;
  }
  .m-lg2-1 {
    margin: 0.25rem !important;
  }
  .m-lg2-2 {
    margin: 0.5rem !important;
  }
  .m-lg2-3 {
    margin: 1rem !important;
  }
  .m-lg2-4 {
    margin: 1.5rem !important;
  }
  .m-lg2-5 {
    margin: 3rem !important;
  }
  .m-lg2-auto {
    margin: auto !important;
  }
  .mx-lg2-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg2-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg2-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg2-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg2-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg2-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg2-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg2-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg2-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg2-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg2-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg2-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg2-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg2-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg2-0 {
    margin-top: 0 !important;
  }
  .mt-lg2-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg2-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg2-3 {
    margin-top: 1rem !important;
  }
  .mt-lg2-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg2-5 {
    margin-top: 3rem !important;
  }
  .mt-lg2-auto {
    margin-top: auto !important;
  }
  .me-lg2-0 {
    margin-right: 0 !important;
  }
  .me-lg2-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg2-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg2-3 {
    margin-right: 1rem !important;
  }
  .me-lg2-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg2-5 {
    margin-right: 3rem !important;
  }
  .me-lg2-auto {
    margin-right: auto !important;
  }
  .mb-lg2-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg2-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg2-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg2-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg2-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg2-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg2-auto {
    margin-bottom: auto !important;
  }
  .ms-lg2-0 {
    margin-left: 0 !important;
  }
  .ms-lg2-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg2-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg2-3 {
    margin-left: 1rem !important;
  }
  .ms-lg2-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg2-5 {
    margin-left: 3rem !important;
  }
  .ms-lg2-auto {
    margin-left: auto !important;
  }
  .p-lg2-0 {
    padding: 0 !important;
  }
  .p-lg2-1 {
    padding: 0.25rem !important;
  }
  .p-lg2-2 {
    padding: 0.5rem !important;
  }
  .p-lg2-3 {
    padding: 1rem !important;
  }
  .p-lg2-4 {
    padding: 1.5rem !important;
  }
  .p-lg2-5 {
    padding: 3rem !important;
  }
  .px-lg2-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg2-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg2-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg2-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg2-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg2-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg2-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg2-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg2-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg2-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg2-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg2-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg2-0 {
    padding-top: 0 !important;
  }
  .pt-lg2-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg2-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg2-3 {
    padding-top: 1rem !important;
  }
  .pt-lg2-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg2-5 {
    padding-top: 3rem !important;
  }
  .pe-lg2-0 {
    padding-right: 0 !important;
  }
  .pe-lg2-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg2-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg2-3 {
    padding-right: 1rem !important;
  }
  .pe-lg2-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg2-5 {
    padding-right: 3rem !important;
  }
  .pb-lg2-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg2-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg2-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg2-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg2-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg2-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg2-0 {
    padding-left: 0 !important;
  }
  .ps-lg2-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg2-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg2-3 {
    padding-left: 1rem !important;
  }
  .ps-lg2-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg2-5 {
    padding-left: 3rem !important;
  }
  .gap-lg2-0 {
    gap: 0 !important;
  }
  .gap-lg2-1 {
    gap: 0.25rem !important;
  }
  .gap-lg2-2 {
    gap: 0.5rem !important;
  }
  .gap-lg2-3 {
    gap: 1rem !important;
  }
  .gap-lg2-4 {
    gap: 1.5rem !important;
  }
  .gap-lg2-5 {
    gap: 3rem !important;
  }
  .text-lg2-start {
    text-align: left !important;
  }
  .text-lg2-end {
    text-align: right !important;
  }
  .text-lg2-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-menu-start {
    float: left !important;
  }
  .float-menu-end {
    float: right !important;
  }
  .float-menu-none {
    float: none !important;
  }
  .d-menu-inline {
    display: inline !important;
  }
  .d-menu-inline-block {
    display: inline-block !important;
  }
  .d-menu-block {
    display: block !important;
  }
  .d-menu-grid {
    display: grid !important;
  }
  .d-menu-table {
    display: table !important;
  }
  .d-menu-table-row {
    display: table-row !important;
  }
  .d-menu-table-cell {
    display: table-cell !important;
  }
  .d-menu-flex {
    display: flex !important;
  }
  .d-menu-inline-flex {
    display: inline-flex !important;
  }
  .d-menu-none {
    display: none !important;
  }
  .flex-menu-fill {
    flex: 1 1 auto !important;
  }
  .flex-menu-row {
    flex-direction: row !important;
  }
  .flex-menu-column {
    flex-direction: column !important;
  }
  .flex-menu-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-menu-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-menu-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-menu-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-menu-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-menu-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-menu-wrap {
    flex-wrap: wrap !important;
  }
  .flex-menu-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-menu-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-menu-start {
    justify-content: flex-start !important;
  }
  .justify-content-menu-end {
    justify-content: flex-end !important;
  }
  .justify-content-menu-center {
    justify-content: center !important;
  }
  .justify-content-menu-between {
    justify-content: space-between !important;
  }
  .justify-content-menu-around {
    justify-content: space-around !important;
  }
  .justify-content-menu-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-menu-start {
    align-items: flex-start !important;
  }
  .align-items-menu-end {
    align-items: flex-end !important;
  }
  .align-items-menu-center {
    align-items: center !important;
  }
  .align-items-menu-baseline {
    align-items: baseline !important;
  }
  .align-items-menu-stretch {
    align-items: stretch !important;
  }
  .align-content-menu-start {
    align-content: flex-start !important;
  }
  .align-content-menu-end {
    align-content: flex-end !important;
  }
  .align-content-menu-center {
    align-content: center !important;
  }
  .align-content-menu-between {
    align-content: space-between !important;
  }
  .align-content-menu-around {
    align-content: space-around !important;
  }
  .align-content-menu-stretch {
    align-content: stretch !important;
  }
  .align-self-menu-auto {
    align-self: auto !important;
  }
  .align-self-menu-start {
    align-self: flex-start !important;
  }
  .align-self-menu-end {
    align-self: flex-end !important;
  }
  .align-self-menu-center {
    align-self: center !important;
  }
  .align-self-menu-baseline {
    align-self: baseline !important;
  }
  .align-self-menu-stretch {
    align-self: stretch !important;
  }
  .order-menu-first {
    order: -1 !important;
  }
  .order-menu-0 {
    order: 0 !important;
  }
  .order-menu-1 {
    order: 1 !important;
  }
  .order-menu-2 {
    order: 2 !important;
  }
  .order-menu-3 {
    order: 3 !important;
  }
  .order-menu-4 {
    order: 4 !important;
  }
  .order-menu-5 {
    order: 5 !important;
  }
  .order-menu-last {
    order: 6 !important;
  }
  .m-menu-0 {
    margin: 0 !important;
  }
  .m-menu-1 {
    margin: 0.25rem !important;
  }
  .m-menu-2 {
    margin: 0.5rem !important;
  }
  .m-menu-3 {
    margin: 1rem !important;
  }
  .m-menu-4 {
    margin: 1.5rem !important;
  }
  .m-menu-5 {
    margin: 3rem !important;
  }
  .m-menu-auto {
    margin: auto !important;
  }
  .mx-menu-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-menu-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-menu-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-menu-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-menu-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-menu-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-menu-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-menu-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-menu-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-menu-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-menu-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-menu-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-menu-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-menu-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-menu-0 {
    margin-top: 0 !important;
  }
  .mt-menu-1 {
    margin-top: 0.25rem !important;
  }
  .mt-menu-2 {
    margin-top: 0.5rem !important;
  }
  .mt-menu-3 {
    margin-top: 1rem !important;
  }
  .mt-menu-4 {
    margin-top: 1.5rem !important;
  }
  .mt-menu-5 {
    margin-top: 3rem !important;
  }
  .mt-menu-auto {
    margin-top: auto !important;
  }
  .me-menu-0 {
    margin-right: 0 !important;
  }
  .me-menu-1 {
    margin-right: 0.25rem !important;
  }
  .me-menu-2 {
    margin-right: 0.5rem !important;
  }
  .me-menu-3 {
    margin-right: 1rem !important;
  }
  .me-menu-4 {
    margin-right: 1.5rem !important;
  }
  .me-menu-5 {
    margin-right: 3rem !important;
  }
  .me-menu-auto {
    margin-right: auto !important;
  }
  .mb-menu-0 {
    margin-bottom: 0 !important;
  }
  .mb-menu-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-menu-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-menu-3 {
    margin-bottom: 1rem !important;
  }
  .mb-menu-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-menu-5 {
    margin-bottom: 3rem !important;
  }
  .mb-menu-auto {
    margin-bottom: auto !important;
  }
  .ms-menu-0 {
    margin-left: 0 !important;
  }
  .ms-menu-1 {
    margin-left: 0.25rem !important;
  }
  .ms-menu-2 {
    margin-left: 0.5rem !important;
  }
  .ms-menu-3 {
    margin-left: 1rem !important;
  }
  .ms-menu-4 {
    margin-left: 1.5rem !important;
  }
  .ms-menu-5 {
    margin-left: 3rem !important;
  }
  .ms-menu-auto {
    margin-left: auto !important;
  }
  .p-menu-0 {
    padding: 0 !important;
  }
  .p-menu-1 {
    padding: 0.25rem !important;
  }
  .p-menu-2 {
    padding: 0.5rem !important;
  }
  .p-menu-3 {
    padding: 1rem !important;
  }
  .p-menu-4 {
    padding: 1.5rem !important;
  }
  .p-menu-5 {
    padding: 3rem !important;
  }
  .px-menu-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-menu-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-menu-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-menu-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-menu-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-menu-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-menu-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-menu-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-menu-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-menu-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-menu-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-menu-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-menu-0 {
    padding-top: 0 !important;
  }
  .pt-menu-1 {
    padding-top: 0.25rem !important;
  }
  .pt-menu-2 {
    padding-top: 0.5rem !important;
  }
  .pt-menu-3 {
    padding-top: 1rem !important;
  }
  .pt-menu-4 {
    padding-top: 1.5rem !important;
  }
  .pt-menu-5 {
    padding-top: 3rem !important;
  }
  .pe-menu-0 {
    padding-right: 0 !important;
  }
  .pe-menu-1 {
    padding-right: 0.25rem !important;
  }
  .pe-menu-2 {
    padding-right: 0.5rem !important;
  }
  .pe-menu-3 {
    padding-right: 1rem !important;
  }
  .pe-menu-4 {
    padding-right: 1.5rem !important;
  }
  .pe-menu-5 {
    padding-right: 3rem !important;
  }
  .pb-menu-0 {
    padding-bottom: 0 !important;
  }
  .pb-menu-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-menu-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-menu-3 {
    padding-bottom: 1rem !important;
  }
  .pb-menu-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-menu-5 {
    padding-bottom: 3rem !important;
  }
  .ps-menu-0 {
    padding-left: 0 !important;
  }
  .ps-menu-1 {
    padding-left: 0.25rem !important;
  }
  .ps-menu-2 {
    padding-left: 0.5rem !important;
  }
  .ps-menu-3 {
    padding-left: 1rem !important;
  }
  .ps-menu-4 {
    padding-left: 1.5rem !important;
  }
  .ps-menu-5 {
    padding-left: 3rem !important;
  }
  .gap-menu-0 {
    gap: 0 !important;
  }
  .gap-menu-1 {
    gap: 0.25rem !important;
  }
  .gap-menu-2 {
    gap: 0.5rem !important;
  }
  .gap-menu-3 {
    gap: 1rem !important;
  }
  .gap-menu-4 {
    gap: 1.5rem !important;
  }
  .gap-menu-5 {
    gap: 3rem !important;
  }
  .text-menu-start {
    text-align: left !important;
  }
  .text-menu-end {
    text-align: right !important;
  }
  .text-menu-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.animate-stagger {
  opacity: 0;
  transform: translateY(100px);
}

@keyframes bannerImage {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes menuGrow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes menuShrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  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,
.swiper-3d .swiper-wrapper {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.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-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: 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;
  box-shadow: none;
  -webkit-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: 10px;
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  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;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.container {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container--l {
  max-width: 1420px;
}
.container--xl {
  max-width: 1920px;
}
.container--fw {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .cbp {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .cbp {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width: 767.98px) {
  .cbpt {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .cbpt {
    padding-top: 12rem;
  }
}

@media (max-width: 767.98px) {
  .cbpb {
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .cbpb {
    padding-bottom: 12rem;
  }
}

.un-skew {
  transform: skew(9deg);
}

.hide {
  display: none;
  visibility: hidden;
}

.bg--black {
  background-color: #00101b;
  color: #fff;
}

.bg--white {
  background-color: #fff;
}

.bg--blue {
  background-color: #009fe3;
}

.black {
  color: #00101b;
}

.white {
  color: #fff;
}

.text--center {
  text-align: center;
}

.order--right {
  order: 13;
}

.order--left {
  order: -1;
}

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

html {
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
html.nav-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

body {
  background-color: #00101b;
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.anchor {
  position: absolute;
  top: -12rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

html {
  font-size: 62.5%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

body {
  color: #b3b8bb;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) {
  body {
    font-size: 1.7rem;
  }
}

::-moz-selection {
  color: #fff;
  background: #009fe3;
}

::selection {
  color: #fff;
  background: #009fe3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.5;
  font-weight: 700;
}

h1,
.h1 {
  font-family: "Zen Dots", sans-serif;
  font-feature-settings: "ss01" 1;
  color: #fff;
}
@media (max-width: 575.98px) {
  h1,
.h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) {
  h1,
.h1 {
    font-size: 5rem;
  }
}

h2,
.h2 {
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 575.98px) {
  h2,
.h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 576px) {
  h2,
.h2 {
    font-size: 3.5rem;
  }
}

h3,
.h3 {
  color: #009fe3;
}
@media (max-width: 575.98px) {
  h3,
.h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 576px) {
  h3,
.h3 {
    font-size: 2.7rem;
  }
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #009fe3;
}
@media (max-width: 575.98px) {
  h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 2.2rem;
  }
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

p {
  margin-bottom: 2rem;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #009fe3;
  text-decoration: none;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover {
  color: #009fe3;
  text-decoration: none;
}

ol {
  padding-left: 18px;
}
ol li {
  padding-left: 15px;
}

sup {
  vertical-align: super;
  font-size: 1.2rem;
}

strong,
.strong {
  font-weight: 700;
}

small,
.small {
  font-size: 1.2rem;
  line-height: 1;
}

.cb ul {
  margin: 0 0 3rem 0;
}
.cb__title {
  text-align: center;
  text-transform: uppercase;
}
.cb.no-divider {
  padding-bottom: 0;
}
.cb.no-divider::after {
  content: unset;
}

.footer {
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .footer__col {
    margin-bottom: 3rem;
  }
}
.footer__col-logo {
  max-width: 240px;
  margin-bottom: 15px;
}
.footer__col-title {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .footer__col-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .footer__col-title {
    margin-bottom: 25px;
  }
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
}
.footer a {
  color: #b3b8bb;
}
.footer a:hover {
  color: #009fe3;
  text-decoration: none;
}
.footer__socials {
  margin-top: 3rem;
  display: flex;
}
.footer__socials-item {
  width: 36px;
  height: 34px;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #334049;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%, #334049 40%);
  background-repeat: no-repeat;
  background-size: 400% 400%;
  background-position: 50% 50%;
  transform: skew(-9deg);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__socials-item:hover {
  background-position: 0% 100%;
}
.footer__socials-item svg {
  max-height: 16px;
  max-width: 16px;
  fill: #fff;
  transform: skew(9deg);
}
.footer__bar {
  padding: 2rem 0;
  font-size: 1.2rem;
  background-color: #334049;
  border-radius: 9px 9px 0 0;
  transform: skew(-9deg);
}
@media (max-width: 767.98px) {
  .footer__bar {
    margin: 3rem auto 0;
  }
}
@media (min-width: 768px) {
  .footer__bar {
    margin: 5rem auto 0;
  }
}
@media (max-width: 1199.98px) {
  .footer__bar {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer__bar {
    width: calc(100% - 20px);
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .footer__bar {
    max-width: 1320px;
  }
}
.footer__bar .container {
  transform: skew(9deg);
}
.footer__bar .stoerebinken {
  opacity: 0.5;
}
.footer__bar .stoerebinken:hover {
  opacity: 1;
}

.admin-bar .header {
  top: 32px;
}

.announcementbar-show .header {
  position: absolute;
  transition: 0s all cubic-bezier(0.19, 1, 0.22, 1);
}

.announcementbar-show.announcementbar-scrolled .header {
  position: fixed;
  top: 0 !important;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 100;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1279.98px) {
  .header {
    height: 80px;
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .header {
    height: 125px;
    padding: 0 40px;
  }
}
@media (max-width: 1279.98px) {
  .header__logo {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    width: 300px;
  }
}
.header__btn {
  margin-left: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.93px;
}

.icon-home a {
  width: 15px;
  font-size: 0px;
  text-indent: 999999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717.261%27 height=%2715.497%27 stroke=%27%23fff%27 fill=%27none%27 stroke-width=%273.261%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M1.63 15.497V8.445c0-.81.332-1.585.918-2.144L6.584 2.45c1.145-1.093 2.947-1.093 4.093 0l4.036 3.851c.586.559.918 1.334.918 2.144v7.052m-7.001 0V8.991%27/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .main-nav {
    display: none;
  }
}
@media (min-width: 1280px) {
  .main-nav {
    display: flex;
    align-items: center;
  }
}
.main-nav__list {
  margin-bottom: 0;
  display: flex;
  list-style-type: none;
}
.main-nav__list .menu-item {
  padding: 20px 0;
}
.main-nav__list .menu-item a {
  margin: 0 10px;
  padding: 10px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.main-nav__list .menu-item a:hover {
  color: #009fe3;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.main-nav__list .menu-item.current-menu-item > a::after, .main-nav__list .menu-item.current_page_ancestor > a::after, .main-nav__list .menu-item.current-page-ancestor > a::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: rgba(0, 159, 227, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-nav__list .menu-item.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.main-nav__list .menu-item.menu-item-has-children ul {
  width: max-content;
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 85px;
  left: 50%;
  background-color: #fff;
  list-style: none;
  border-radius: 8px;
  transform: translateX(-50%);
  z-index: 10;
}
.main-nav__list .menu-item.menu-item-has-children ul::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  background-color: #fff;
}
.main-nav__list .menu-item.menu-item-has-children ul .menu-item {
  padding: 0;
  line-height: 1.75;
}
.main-nav__list .menu-item.menu-item-has-children ul .menu-item a {
  margin-left: 0;
  padding: 0;
  color: #00101b;
  font-size: 1.7rem;
  font-weight: 400;
}
.main-nav__list .menu-item.menu-item-has-children ul .menu-item a:hover {
  color: #009fe3;
}
.main-nav__list .menu-item.menu-item-has-children ul .menu-item.current-menu-item a {
  color: #009fe3;
}
.main-nav__list .menu-item.menu-item-has-children ul .menu-item.current-menu-item > a::after {
  content: none;
}
.main-nav__list .menu-item.menu-item-has-children:hover ul {
  display: block;
}

.nav-overlay {
  width: 100%;
  height: calc(100dvh - 80px);
  padding: 3rem 0 4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: -150%;
  left: 0;
  background-color: #009fe3;
  overflow-y: auto;
  z-index: 200;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-overlay__list {
  margin: 0;
  padding: 0;
  opacity: 0;
}
.nav-overlay .menu-item {
  list-style-type: none;
}
.nav-overlay .menu-item a {
  padding: 2px 0;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-overlay .menu-item a:hover {
  color: #00101b;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-overlay .menu-item.current-menu-item > a {
  color: #00101b;
}
.nav-overlay .menu-item.menu-item-has-children ul {
  padding: 0;
}
.nav-overlay .menu-item.menu-item-has-children ul .menu-item a {
  padding-left: 25px;
  font-size: 1.8rem;
  color: #fff;
}
.nav-overlay .menu-item.menu-item-has-children ul .menu-item.current-menu-item > a {
  color: #00101b;
}
.nav-overlay .btn {
  margin-top: 20px;
  background-color: #00090f;
  background-image: linear-gradient(46deg, #009fe3 0%, #00090f 25%);
}
.nav-overlay__toggle {
  flex: 0 0 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  pointer-events: initial;
}
@media (max-width: 1279.98px) {
  .nav-overlay__toggle {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .nav-overlay__toggle {
    display: none;
  }
}
.nav-overlay__toggle .nav-overlay__toggle-lines {
  width: 34px;
  position: relative;
  z-index: 10;
}
.nav-overlay__toggle .nav-overlay__toggle-lines:after,
.nav-overlay__toggle .nav-overlay__toggle-lines:before,
.nav-overlay__toggle .nav-overlay__toggle-lines div {
  background-color: #009fe3;
  content: "";
  display: block;
  height: 4px;
  margin: 0 0 5px 0;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-overlay__toggle .nav-overlay__toggle-lines:after {
  margin: 0;
}
.nav-overlay-active .nav-overlay {
  bottom: 0;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-overlay-active .nav-overlay__toggle .nav-overlay__toggle-lines:before {
  transform: translateY(9px) rotate(135deg);
}
.nav-overlay-active .nav-overlay__toggle .nav-overlay__toggle-lines:after {
  width: 100%;
  transform: translateY(-9px) rotate(-135deg);
}
.nav-overlay-active .nav-overlay__toggle .nav-overlay__toggle-lines div {
  transform: scale(0);
}
.nav-overlay-active .nav-overlay__list {
  animation: fadeIn 0.1s 0.3s ease-in-out forwards;
}

.announcementbar {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  position: relative;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .announcementbar {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .announcementbar {
    font-size: 1.4rem;
  }
}
.announcementbar-container {
  width: 90%;
  max-width: 1200px;
  padding: 1rem 3rem;
  display: flex;
  background-color: #009fe3;
  color: #fff;
  border-radius: 9px;
  transform: skew(-9deg);
}
.announcementbar-content {
  width: 100%;
  margin-right: auto;
  display: flex;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .announcementbar-content {
    flex-direction: column;
  }
}
.announcementbar-content-inner {
  margin-right: auto;
  display: flex;
}
@media (max-width: 767.98px) {
  .announcementbar-content-inner {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .announcementbar-content-inner {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .announcementbar-content-inner {
    gap: 50px;
  }
}
.announcementbar-title {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .announcementbar-title {
    margin-bottom: 5px;
  }
}
.announcementbar-text {
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .announcementbar-text {
    margin-bottom: 5px;
  }
}
.announcementbar-button {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767.98px) {
  .announcementbar-button {
    font-size: 1.2rem;
  }
}
.announcementbar-button:hover {
  color: #00101b;
}
.announcementbar-button .btn-arrow {
  margin-right: 5px;
  margin-left: 0;
}

button,
.btn {
  padding: 12px 30px;
  display: inline-block;
  position: relative;
  background-color: #009fe3;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 9px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transform: skew(-9deg);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
button-inner,
.btn-inner {
  display: flex;
  align-items: center;
}
button-arrow,
.btn-arrow {
  font-size: 20px;
  margin-left: 10px;
}
button:hover,
.btn:hover {
  background-position: 0% 100%;
  color: #fff;
  box-shadow: 0 10px 40px 0 #b3b8bb;
}

.btn-ghost {
  padding: 12px 30px;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-ghost-inner {
  display: flex;
  align-items: center;
}
.btn-ghost-arrow {
  font-size: 20px;
  margin-left: 10px;
}
.btn-ghost:hover {
  background-color: #fff;
  color: #009fe3;
}

.gform_footer {
  width: fit-content;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  transform: skew(-9deg);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.gform_footer-arrow {
  font-size: 20px;
  margin-left: 10px;
}
.gform_footer input {
  padding: 12px 30px;
  display: inline-block;
  background-color: #009fe3;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  outline: 0;
  border: 0;
  transform: skew(9deg) scale(1.1);
  cursor: pointer;
}

.card {
  margin-top: 45px;
  margin-bottom: 3rem;
  padding: 65px 20px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #4d5860;
  border-radius: 9px;
  background: #00101b;
  box-shadow: 0 10px 30px 0 rgba(146, 146, 146, 0.4);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.card__icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 9px;
  background-color: #009fe3;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 50%;
  transform: skew(-9deg) translate(-50%, -50%);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767.98px) {
  .card__icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .card__icon {
    width: 90px;
    height: 90px;
  }
}
.card__icon-symbol {
  color: #fff;
}
@media (max-width: 767.98px) {
  .card__icon-symbol {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .card__icon-symbol {
    font-size: 5rem;
  }
}
.card__title {
  margin-bottom: 2rem;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.card__text {
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}

a.card {
  color: #b3b8bb;
}
a.card:hover {
  background: #f2f3f3;
  border: 1px solid #009fe3;
  box-shadow: 0 20px 60px 0 #009fe3;
}
a.card:hover .card__icon {
  background-position: 0% 100%;
}
a.card:hover .card__title {
  color: #009fe3;
}
a.card:hover .card__text {
  color: #00101b;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 15px;
  line-height: 1.25;
  display: block;
  background-color: #fff;
  border: none;
  color: #00101b;
  outline: 0;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  box-shadow: 0 20px 60px 0 #009fe3;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper .field {
  width: 100%;
  padding: 17px 20px;
  line-height: 26px;
  display: block;
  border: 0;
  border-radius: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  vertical-align: middle;
  background: #fff;
  color: #00101b;
  outline: 0;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:active,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:active,
.gform_wrapper input[type=search]:focus,
.gform_wrapper input[type=search]:active,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:active,
.gform_wrapper select:focus,
.gform_wrapper select:active,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:active,
.gform_wrapper .field:focus,
.gform_wrapper .field:active {
  box-shadow: 0 10px 40px 0 #009fe3;
}
.gform_wrapper textarea {
  max-width: 100%;
  height: 190px;
}
.gform_wrapper .gfield {
  margin-bottom: 2.7rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gfield {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) {
  .gform_wrapper .gfield {
    font-size: 1.7rem;
  }
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .gfield.textarea {
  align-items: flex-start;
}
.gform_wrapper .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gfield_label {
  display: block;
  margin-bottom: 12px;
}
.gform_wrapper .checkboxes {
  margin-top: 30px;
  flex-direction: column;
}
.gform_wrapper .checkboxes .gfield_label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.gform_wrapper .gform_validation_errors {
  padding-top: 0px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #009fe3;
}
.gform_wrapper .gfield_checkbox li {
  padding: 5px 0;
}
.gform_wrapper .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gform_submission_error {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  color: #009fe3;
}
.gform_wrapper .gfield_description.validation_message {
  margin-top: 10px;
  line-height: 1;
  color: #009fe3;
  display: block;
  font-weight: 500;
  clear: both;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gform_wrapper .amount .gfield_label {
  flex: 0 0 100%;
}
.gform_wrapper .amount .ginput_container_number {
  width: unset;
  flex: 0 0 160px;
}
.gform_wrapper .amount .gfield_description {
  padding-left: 2rem;
  width: unset;
}
.gform_wrapper .amount .instruction {
  display: none;
}
.gform_wrapper .gfield_html {
  line-height: 1.5;
}
.gform_wrapper .gfield_html h4, .gform_wrapper .gfield_html .h4 {
  margin-bottom: 2rem;
  color: #fff;
}
.gform_wrapper .gform_confirmation_wrapper {
  padding: 10px 20px;
  margin-top: 30px;
  font-weight: 600;
  color: #fff;
  background-color: #00101b;
}
.gform_wrapper .gform_footer {
  text-align: left;
}
.gform_wrapper ul.gform_fields {
  margin: 0;
  padding-left: 0;
}
.gform_wrapper ul.gform_fields li {
  list-style: none;
}

.overlay-blur {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 190;
  cursor: pointer;
  animation: fadeOut 0.3s ease-in-out forwards;
}
@media (max-width: 1279.98px) {
  .overlay-blur {
    height: calc(100vh - 60px);
  }
}
@media (min-width: 1280px) {
  .overlay-blur {
    height: calc(100vh - 100px);
  }
}

.nav-overlay-active .nav-overlay-blur {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out forwards;
}

.bigmenu-overlay-active .bigmenu-overlay-blur {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out forwards;
}

.sign-up-overlay-active .sign-up-overlay-blur {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out forwards;
}

@media (max-width: 1279.98px) {
  .scrolled .overlay-blur {
    height: calc(100vh - 60px);
  }
}
@media (min-width: 1280px) {
  .scrolled .overlay-blur {
    height: calc(100vh - 80px);
  }
}

.cbh {
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.cbh.cbh--small {
  height: 360px;
}
.cbh .container {
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.cbh__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: bannerImage 4s ease-out forwards;
}
.cbh__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbh__mask::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 16, 27, 0.3);
}
.cbh__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.cbh__video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cbh__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cbh__title {
  text-align: center;
}
.cbh__play {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009fe3;
  border-radius: 5px;
  transform: skew(-10deg);
}
.cbh__play span {
  font-size: 33px;
  transform: skew(10deg);
}

.cbi__text {
  line-height: 1.4;
}
@media (max-width: 1279.98px) {
  .cbi__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .cbi__text {
    font-size: 2.2rem;
  }
}

.cbm {
  height: 700px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cbm__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cbm__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbm__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 16, 27, 0.9);
}
.cbm__text {
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .cbm__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .cbm__text {
    font-size: 2.2rem;
  }
}

.cbcr h1, .cbcr .h1,
.cbcr h2,
.cbcr .h2,
.cbcr h3,
.cbcr .h3,
.cbcr h4,
.cbcr .h4,
.cbcr h5,
.cbcr .h5 {
  margin-bottom: 1rem;
  color: #fff;
}
.cbcr h6, .cbcr .h6 {
  margin-bottom: 4rem;
  color: #b3b8bb;
  font-size: 2.2rem;
  font-weight: 400;
}
.cbcr__row {
  margin-bottom: 5rem;
}
.cbcr__row:last-of-type {
  margin-bottom: 0;
}
.cbcr__text-col p:last-of-type {
  margin-bottom: 2rem;
}
.cbcr__text-col a:hover {
  border-bottom: 2px solid #009fe3;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbcr__text-col ul {
  padding-left: 0;
  list-style-type: none;
}
.cbcr__text-col ul li {
  padding-left: 30px;
  display: flex;
  position: relative;
}
.cbcr__text-col ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #b3b8bb;
  border-radius: 2px;
}
.cbcr__text-col > *:last-child {
  margin-bottom: 0 !important;
}
.cbcr__image {
  transform: skew(9deg) scale(1.12);
}
.cbcr__image-container {
  border-radius: 9px;
  transform: skew(-9deg);
  overflow: hidden;
}
.cbcr__video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  border-radius: 9px;
  overflow: hidden;
}
.cbcr__video-container iframe,
.cbcr__video-container object,
.cbcr__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cbsol__title {
  margin-bottom: 5rem;
  text-align: center;
}
.cbsol__intro {
  margin-bottom: 5rem;
}
.cbsol-cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .cbsol-cards {
    flex-wrap: wrap;
  }
}
.cbsol-card {
  height: 360px;
  position: relative;
  border-radius: 9px;
  box-shadow: 0 10px 30px 0 rgba(146, 146, 146, 0.4);
  overflow: hidden;
  opacity: 0;
  transform: skew(-9deg) translateY(100px);
}
@media (max-width: 575.98px) {
  .cbsol-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .cbsol-card {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
.cbsol-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 159, 227, 0.5);
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 159, 227, 0.7) 40%, rgb(0, 159, 227) 60%, rgba(0, 159, 227, 0.2) 100%);
  background-position: top right;
  background-size: 360%;
  z-index: 5;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbsol-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.4;
  transform: skew(9deg) scale(1.2);
}
.cbsol-card__content {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  z-index: 10;
}
.cbsol-card__number {
  width: 82px;
  height: 82px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  color: #fff;
  background-color: #009fe3;
  border-radius: 5px;
  font-family: "Zen Dots", sans-serif;
  font-feature-settings: "ss01" 1;
}
.cbsol-card__number-icoon {
  font-size: 44px;
}
.cbsol-card__title {
  color: #fff;
}
.cbsol-card__text {
  height: 0px;
  padding: 0 3rem;
  color: #b3b8bb;
  overflow: hidden;
  opacity: 0;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbsol-card__btn {
  height: 60px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.cbsol-card__btn .arrow {
  font-weight: 700;
}
.cbsol-card__btn-text {
  padding-top: 2px;
}
.cbsol-card:hover {
  box-shadow: 0 20px 60px 0 #009fe3;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 575.98px) {
  .cbsol-card:hover {
    transform: skew(-9deg) translate(0, -20px);
  }
}
@media (min-width: 576px) {
  .cbsol-card:hover {
    transform: skew(-9deg) translate(0, -40px);
  }
}
.cbsol-card:hover::after {
  background-position: bottom left;
}
.cbsol-card:hover .cbsol-card__text {
  height: 78px;
  opacity: 1;
}
.cbsol-card:hover .cbsol-card__btn {
  color: #009fe3;
}

.cbpc-old__title {
  margin-bottom: 5rem;
  text-align: center;
}
.cbpc-old__item {
  width: calc(100% - 66px);
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
}
.cbpc-old__item:hover .cbpc-old__item-number {
  background-position: 0% 100%;
  box-shadow: 0 10px 40px 0 #b3b8bb;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbpc-old__item:last-of-type {
  margin-bottom: 0;
}
.cbpc-old__item-1 {
  margin-left: 84px;
}
.cbpc-old__item-2 {
  margin-left: 42px;
}
.cbpc-old__item-number {
  flex: 0 0 140px;
  max-width: 140px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-feature-settings: "ss01" 1;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 50%;
  font-size: 4rem;
  border-radius: 9px;
  transform: skew(-10deg);
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbpc-old__item-number-inner {
  transform: skew(10deg);
}
.cbpc-old__item-content {
  margin-left: 60px;
}
.cbpc-old__item-text {
  height: 76px;
  margin-bottom: 1rem;
  color: #fff;
  overflow: hidden;
}
.cbpc-old__item-btn {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateX(-10px);
}
.cbpc-old__item-btn .arrow {
  color: #fff;
  font-size: 3rem;
}

.cbb__intro {
  margin-bottom: 5rem;
}
.cbb__white .card__title {
  color: #fff;
}
.cbb__blue .card__title {
  color: #009fe3;
}
.cbv {
  position: relative;
  overflow: hidden;
}
.cbv.animate .cbv__inner::after {
  left: -132px;
}
.cbv.animate .cbv__inner .bg-image {
  right: -132px;
}
@media (max-width: 767.98px) {
  .cbv {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .cbv {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.cbv__inner {
  position: relative;
}
@media (max-width: 767.98px) {
  .cbv__inner {
    padding-top: calc(6rem * 2);
    padding-bottom: calc(6rem * 2);
  }
}
@media (min-width: 768px) {
  .cbv__inner {
    padding-top: calc(12rem * 2);
    padding-bottom: calc(12rem * 2);
  }
}
.cbv__inner::after,
.cbv__inner .bg-image {
  content: "";
  width: calc(50% + 300px + 132px);
  height: calc(100% - 12rem);
  position: absolute;
  border-radius: 9px;
  transform: skew(-9deg);
}
.cbv__inner::after {
  top: 12rem;
  left: -100%;
  background-color: #00101b;
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbv__inner .bg-image {
  top: 0;
  right: -100%;
  background-color: #fff;
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
  overflow: hidden;
  opacity: 0.6;
}
.cbv__inner .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skew(9deg);
}
.cbv__container {
  position: relative;
  z-index: 10;
}
.cbv__title {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .cbv__title {
    margin-top: 5rem;
  }
}
.cbv-card {
  padding: 65px 20px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #4d5860;
  border-radius: 9px;
  background: #00101b;
  box-shadow: 0 10px 30px 0 rgba(146, 146, 146, 0.4);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 575.98px) {
  .cbv-card__col {
    margin-bottom: 5rem;
  }
  .cbv-card__col:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .cbv-card__col:nth-child(1), .cbv-card__col:nth-child(2) {
    margin-bottom: 7.5rem;
  }
}
.cbv-card__icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 9px;
  background-color: #009fe3;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 50%;
  transform: skew(-9deg) translate(-50%, -50%);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767.98px) {
  .cbv-card__icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .cbv-card__icon {
    width: 56px;
    height: 56px;
  }
}
.cbv-card__icon-symbol {
  color: #fff;
}
@media (max-width: 767.98px) {
  .cbv-card__icon-symbol {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .cbv-card__icon-symbol {
    font-size: 3rem;
  }
}
.cbv-card__title {
  margin-bottom: 2rem;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbv-card__text {
  margin-bottom: 1rem;
  color: #b3b8bb;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbv-card__btn {
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  transform: translateX(-10px);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbv-card__btn .arrow {
  font-weight: 700;
  font-size: 3rem;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbv-card__btn-text {
  padding-top: 5px;
  color: #009fe3;
}
@media (max-width: 991.98px) {
  .cbv-card__images {
    display: none;
  }
}
.cbv-card__image {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.cbv-card__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbv-card__image img.show {
  opacity: 1;
}
.cbv a.cbv-card:hover {
  background: #f2f3f3;
  border: 1px solid #009fe3;
  box-shadow: 0 20px 60px 0 #009fe3;
}
.cbv a.cbv-card:hover .cbv-card__icon {
  background-position: 0% 100%;
}
.cbv a.cbv-card:hover .cbv-card__title {
  color: #009fe3;
}
.cbv a.cbv-card:hover .cbv-card__text {
  color: #00101b;
}
.cbv a.cbv-card:hover .cbv-card__btn .arrow {
  color: #009fe3;
}

.cbcta__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 3rem;
  background-color: #009fe3;
  border-radius: 9px;
  transform: skew(-9deg);
  box-shadow: 0 20px 40px 0 rgba(0, 159, 227, 0.5);
}
.cbcta__title {
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
}

.cbcus__titles {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbcus__title {
  margin-bottom: 0;
}
.cbcus__logo {
  height: 160px;
  margin-bottom: 3rem;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbcus__logo-icon {
  width: 1000%;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbcus a.cbcus__logo:hover {
  box-shadow: 0 20px 60px 0 #009fe3;
  border-radius: 9px;
}

.cbpc__intro {
  margin-bottom: 5rem;
  text-align: center;
}
.cbpc__nav-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  background-color: #009fe3;
  background-image: linear-gradient(46deg, #00090f 0%, #009fe3 25%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 50%;
  color: #fff;
  border-radius: 9px;
  z-index: 10;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbpc__nav-btn:hover {
  background-position: 0% 100%;
}
@media (max-width: 767.98px) {
  .cbpc__nav-btn-next {
    right: 10px;
    transform: skew(-9deg) translate(0, -50%);
  }
}
@media (min-width: 768px) {
  .cbpc__nav-btn-next {
    right: 50%;
    transform: skew(-9deg) translate(calc(-50% + 550px), -50%);
  }
}
@media (max-width: 767.98px) {
  .cbpc__nav-btn-prev {
    left: 5px;
    transform: skew(-9deg) translate(0, -50%);
  }
}
@media (min-width: 768px) {
  .cbpc__nav-btn-prev {
    left: 50%;
    transform: skew(-9deg) translate(calc(-50% - 560px), -50%);
  }
}
.cbpc .cbpc__gallery-slide {
  width: fit-content;
  border-radius: 9px;
  overflow: hidden;
  transform: skew(-9deg);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  opacity: 0.4;
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 575.98px) {
  .cbpc .cbpc__gallery-slide {
    height: 250px;
  }
}
@media (min-width: 576px) {
  .cbpc .cbpc__gallery-slide {
    height: 500px;
  }
}
.cbpc .cbpc__gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skew(9deg) scale(1.18);
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbpc .swiper {
  padding: 45px 0;
}
.cbpc .swiper-wrapper {
  align-items: center;
}
.cbpc .swiper-slide-active {
  transform: skew(-9deg) scale(1.175);
  filter: blur(0px);
  -webkit-filter: blur(0px);
  opacity: 1;
  z-index: 10;
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
}

.cbj-item {
  margin-bottom: 2rem;
  border: 1px solid #4d5860;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100px);
}
.cbj-item__header {
  padding: 2rem;
  display: flex;
}
.cbj-item__header h4, .cbj-item__header .h4 {
  margin: 0;
  color: #fff;
}
.cbj-item__arrow {
  margin-right: 1rem;
  font-size: 3rem;
}
.cbj-item__content {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}
.cbj-item__content h1, .cbj-item__content .h1,
.cbj-item__content h2,
.cbj-item__content .h2,
.cbj-item__content h3,
.cbj-item__content .h3,
.cbj-item__content h4,
.cbj-item__content .h4,
.cbj-item__content h5,
.cbj-item__content .h5,
.cbj-item__content h6,
.cbj-item__content .h6 {
  font-size: 1.8rem;
  color: #fff;
}
.cbj-item.open .cbj-item__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  transform-origin: top;
  transform: scaleY(1);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbj-item.open .cbj-item__content-inner {
  transform: translateY(0);
  opacity: 1;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbj-item.close .cbj-item__content {
  max-height: 0px;
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.cbj-item.close .cbj-item__content-inner {
  transform: translateY(-50%);
  opacity: 0;
}

.cbf__content {
  padding: 7rem 3rem;
  background-color: #334049;
  border-radius: 9px;
}
.cbf__text {
  margin-bottom: 5rem;
}

.cbc h1, .cbc .h1,
.cbc h2,
.cbc .h2,
.cbc h3,
.cbc .h3,
.cbc h4,
.cbc .h4,
.cbc h5,
.cbc .h5,
.cbc h6,
.cbc .h6 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .cbc h1, .cbc .h1,
.cbc h2,
.cbc .h2,
.cbc h3,
.cbc .h3,
.cbc h4,
.cbc .h4,
.cbc h5,
.cbc .h5,
.cbc h6,
.cbc .h6 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cbc h1, .cbc .h1,
.cbc h2,
.cbc .h2,
.cbc h3,
.cbc .h3,
.cbc h4,
.cbc .h4,
.cbc h5,
.cbc .h5,
.cbc h6,
.cbc .h6 {
    margin-bottom: 2rem;
  }
}
.cbc__content {
  background-color: #334049;
  border-radius: 9px;
}
@media (max-width: 767.98px) {
  .cbc__content {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cbc__content {
    padding: 5rem 7rem;
  }
}
.cbc__title {
  margin-bottom: 5rem;
  text-align: center;
}
.cbc__text {
  margin-bottom: 5rem;
}
.cbc__text p {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .cbc__items {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  .cbc__items {
    margin-top: 10rem;
  }
}
@media (max-width: 767.98px) {
  .cbc__item {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .cbc__item {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .cbc__item h1, .cbc__item .h1,
.cbc__item h2,
.cbc__item .h2,
.cbc__item h3,
.cbc__item .h3,
.cbc__item h4,
.cbc__item .h4,
.cbc__item h5,
.cbc__item .h5,
.cbc__item h6,
.cbc__item .h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cbc__item h1, .cbc__item .h1,
.cbc__item h2,
.cbc__item .h2,
.cbc__item h3,
.cbc__item .h3,
.cbc__item h4,
.cbc__item .h4,
.cbc__item h5,
.cbc__item .h5,
.cbc__item h6,
.cbc__item .h6 {
    margin-bottom: 2rem;
  }
}

.home.announcementbar-show .announcementbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.home .cbh {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.home .cbh--shadow {
  width: 90%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 5%;
  box-shadow: 0 60px 100px 0 #009fe3;
}

.videos__categories {
  margin-bottom: 5rem;
  padding: 0;
  display: flex;
}
.videos__categories li {
  margin-right: 3rem;
  list-style-type: none;
}
.videos__categories li a {
  padding: 10px 0;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.videos__categories li a:hover {
  color: #009fe3;
}
.videos__categories li a.active::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #009fe3;
}

.video {
  margin-bottom: 3rem;
}
.video__thumbnail {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.video__thumbnail:hover {
  scale: 1.1;
  transition: 2s all cubic-bezier(0.19, 1, 0.22, 1);
}
.video__thumbnail-play {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: rgba(0, 159, 227, 0.86);
  z-index: 5;
}
.video__thumbnail-play::after {
  content: "";
  width: 14px;
  height: 15px;
  display: block;
  background-image: url(../.././css/build/img/icon-play.png);
  background-position: center center;
  background-size: 14px 15px;
  background-repeat: no-repeat;
  z-index: 6;
}
.video__modal {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110;
}
.video__modal[data-visible=false] {
  display: none;
}
.video__modal[data-visible=true] {
  display: flex;
}
.video__modal[data-visible=true] .video__modal-content {
  animation: showVideoContent 1s ease-out forwards;
}
.video__modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 16, 27, 0.8);
}
.video__modal-container {
  width: 90%;
  max-width: 2000px;
}
.video__modal-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video__modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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