/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Lobster&display=swap");
@import url("https://fonts.cdnfonts.com/css/creepsville");
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-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-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-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: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-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: 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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.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;
}

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

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

/*!
 * Bootstrap Utilities v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

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

.link-secondary {
  color: #6c757d;
}

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

.link-success {
  color: #198754;
}

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

.link-info {
  color: #0dcaf0;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

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

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

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

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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;
  }
  .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;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: 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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

/*--media queries--*/
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: solid 1px #e0e6ef;
}
header.header_fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(0.75rem + 2vw);
}
@media (min-width: 1200px) {
  header .header {
    transform: rotate(0);
  }
}
@media (max-width: 1199px) {
  header .header {
    padding: 0.625rem calc(0.75rem + 2vw);
  }
}
header .logo a {
  display: inline-block;
  vertical-align: middle;
}
header .logo a img {
  max-width: 170px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  header .logo a img {
    max-width: calc(8rem + 2.5vw);
  }
}
header a.header-btn {
  color: #fff;
  padding: calc(0.3rem + 0.2vw) calc(0.8rem + 0.5vw);
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  header a.header-btn {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  header .navigation {
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    margin: 0;
    text-align: left;
    overflow: auto;
    transform: translate3d(350px, 0px, 0px);
    transition: all 300ms ease 0s;
    max-width: 400px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
    padding: 1.25rem;
  }
  header .navigation.visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    transition: all 300ms ease 0s;
  }
}
@media (max-width: 767px) {
  header .navigation {
    max-width: 300px;
  }
}
header .navigation .primary-menu {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .navigation .primary-menu > li {
  padding: 0 1.5rem;
}
@media (max-width: 1400px) {
  header .navigation .primary-menu > li {
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0;
  }
}
header .navigation .primary-menu > li:hover > a {
  color: #f26728;
}
header .navigation .primary-menu > li > a,
header .navigation .primary-menu > li .dropdown-link {
  font-size: 1.1rem;
  color: #2d2d2d;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 3;
  position: relative;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li > a,
  header .navigation .primary-menu > li .dropdown-link {
    line-height: 5;
  }
}
@media (max-width: 1400px) {
  header .navigation .primary-menu > li > a,
  header .navigation .primary-menu > li .dropdown-link {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li > a,
  header .navigation .primary-menu > li .dropdown-link {
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
  }
}
header .navigation .primary-menu > li > a .badge,
header .navigation .primary-menu > li .dropdown-link .badge {
  background-color: #f26728;
  color: #fff;
  padding: 3px 6px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li > a .badge,
  header .navigation .primary-menu > li .dropdown-link .badge {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 22%;
    padding: 5px 8px 3px 8px;
  }
  header .navigation .primary-menu > li > a .badge:after,
  header .navigation .primary-menu > li .dropdown-link .badge:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border: 5px solid transparent;
    border-top-color: #f26728;
  }
}
header .navigation .primary-menu > li.has-dropdown {
  position: relative;
}
header .navigation .primary-menu > li.has-dropdown > a,
header .navigation .primary-menu > li.has-dropdown .dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: none;
  background-color: transparent;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li.has-dropdown > a,
  header .navigation .primary-menu > li.has-dropdown .dropdown-link {
    display: flex;
    justify-content: space-between;
  }
}
header .navigation .primary-menu > li.has-dropdown > a.is-active:after,
header .navigation .primary-menu > li.has-dropdown .dropdown-link.is-active:after {
  transform: rotate(-135deg);
  margin-top: 0.25rem;
}
header .navigation .primary-menu > li.has-dropdown > a::after,
header .navigation .primary-menu > li.has-dropdown .dropdown-link::after {
  content: "";
  height: 8px;
  position: relative;
  background-color: transparent;
  transform: rotate(45deg);
  width: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: 0.3s;
  margin-top: -0.25rem;
}
header .navigation .primary-menu > li.has-dropdown .has-dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li.has-dropdown .has-dropdown-title {
    display: none;
  }
}
header .navigation .primary-menu > li.has-dropdown .has-dropdown-title h4 {
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown:hover:after {
    content: "";
    width: 320px;
    height: 30px;
    display: block;
    right: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }
  header .navigation .primary-menu > li.has-dropdown:hover:before {
    content: "";
    display: block;
    width: 115%;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown:hover > a::after {
    transform: rotate(-135deg);
    margin-top: 0.25rem;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown:hover .has-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media (min-width: 1200px) {
  header .navigation .primary-menu > li.has-dropdown .has-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 0;
    position: fixed;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 1199px) {
  header .navigation .primary-menu > li.has-dropdown .has-dropdown-menu {
    display: none;
    border-left: 2px solid #eaeaea;
    padding-left: 1rem;
    margin: 8px 0 1.3rem 6px;
  }
}
header .navigation .primary-menu > li.has-dropdown.is-show .has-dropdown-menu {
  display: block;
}
header .contactblock {
  margin-left: 1.25rem;
}
@media (max-width: 1199px) {
  header .contactblock {
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  header .dropdown-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  header .menu-layout {
    display: flex;
  }
}
@media (min-width: 1200px) {
  header .menu-layout > * {
    padding: 3rem 0 5rem 0;
  }
}
@media (min-width: 1200px) {
  header .menu-layout__sm {
    max-width: calc(285px + 2rem);
    flex: 0 0 calc(285px + 2rem);
    border-right: solid 1px #e0e6ef;
    padding-right: 3rem;
  }
}
header .menu-layout__sm .has-dropdown-title {
  padding-left: 1rem;
}
@media (min-width: 1200px) {
  header .menu-layout__lg {
    flex: 1;
    padding-left: 3rem;
  }
}
header .menu-layout__lg .has-dropdown-title {
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  header .menu-layout--resources .menu-layout__sm {
    max-width: calc(360px + 3rem);
    flex: 0 0 calc(360px + 3rem);
    padding-left: 2rem;
  }
}
header .menu-layout .navigation-menu {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  header .menu-layout .navigation-menu {
    grid-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
  header .menu-layout .navigation-menu .view-more {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .menu-layout .navigation-menu--case-study {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
header .menu-layout .menu-card {
  color: #2d2d2d;
}
@media (min-width: 1200px) {
  header .menu-layout .menu-card {
    display: grid;
    grid-gap: 1.75rem;
    padding: 1.25rem 1.875rem;
    height: 100%;
    border-radius: 5px;
    transition: 0.25s ease-in-out all;
  }
}
@media (min-width: 1200px) {
  header .menu-layout .menu-card:hover {
    background-color: #fef0ea;
  }
}
header .menu-layout .menu-card__media {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  header .menu-layout .menu-card__media {
    display: none;
  }
}
header .menu-layout .menu-card__media img {
  border-radius: 5px;
}
@media (max-width: 1199px) {
  header .menu-layout .menu-card__media img {
    border-radius: 1rem 0 1rem 0;
  }
}
header .menu-layout .menu-card__content.flex-layout {
  display: flex;
  gap: 0.625rem;
}
header .menu-layout .menu-card__content.flex-layout .content h6 {
  margin-bottom: 0.25rem;
}
@media (max-width: 1199px) {
  header .menu-layout .menu-card__content.flex-layout .content p {
    display: none;
  }
}
header .menu-layout .menu-card__content .icon {
  flex: 0 0 36px;
  height: auto;
}
@media (max-width: 1199px) {
  header .menu-layout .menu-card__content .icon {
    display: none;
  }
}
header .menu-layout .menu-card__content .icon img {
  max-width: 100%;
  display: block;
  mix-blend-mode: darken;
  max-height: 30px;
  max-width: 200px;
}
header .menu-layout .menu-card__content .content {
  flex: 1;
}
header .menu-layout .menu-card__content .content h6 {
  font-size: 1rem;
  color: currentColor;
}
@media (max-width: 1199px) {
  header .menu-layout .menu-card__content .content h6 {
    margin: 0 !important;
    font-weight: 500;
  }
}
header .menu-layout .menu-card__content .content p {
  font-size: 14px;
  color: currentColor;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
}
header .menu-layout .menu-card__content .content .large {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  header .menu-layout .menu-card__content .content .large {
    margin-top: 1rem;
  }
}
header .menu-layout .menu-card__content .link {
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  color: #f26728;
}
header .menu-layout .casestudy-logo {
  height: 54px;
  max-width: 180px;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy-logo {
    display: none;
  }
}
header .menu-layout .casestudy-logo img {
  max-height: 100%;
}
header .menu-layout .casestudy--wtutors .casestudy-logo {
  max-width: 122px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--wtutors .casestudy-logo {
    max-width: 70px;
  }
}
header .menu-layout .casestudy--nexia .casestudy-logo {
  max-width: 180px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--nexia .casestudy-logo {
    max-width: 120px;
  }
}
header .menu-layout .casestudy--legalroom .casestudy-logo {
  max-width: 90px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--legalroom .casestudy-logo {
    max-width: 50px;
  }
}
header .menu-layout .casestudy--readwithus .casestudy-logo {
  max-width: 150px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--readwithus .casestudy-logo {
    max-width: 100px;
  }
}
header .menu-layout .casestudy--airside .casestudy-logo {
  max-width: 175px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--airside .casestudy-logo {
    max-width: 100px;
  }
}
header .menu-layout .casestudy--weyakyak .casestudy-logo {
  max-width: 112px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--weyakyak .casestudy-logo {
    max-width: 65px;
  }
}
header .menu-layout .casestudy--musicworld .casestudy-logo {
  max-width: 150px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--musicworld .casestudy-logo {
    max-width: 90px;
  }
}
header .menu-layout .casestudy--codelang .casestudy-logo {
  max-width: 140px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy--codelang .casestudy-logo {
    max-width: 90px;
  }
}
header .menu-layout .casestudy-name {
  font-size: 14px;
}
@media (max-width: 1199px) {
  header .menu-layout .casestudy-name {
    font-weight: 600;
  }
}
header .border-line {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f26728;
  transition: transform 0.3s ease, width 0.3s ease;
  z-index: 1;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  header .border-line {
    display: none;
  }
}
header .link {
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (min-width: 1200px) {
  .has-dropdown .navigation-menu li {
    opacity: 0;
    transform: translateX(-10px);
  }
}
.has-dropdown:hover .navigation-menu li {
  opacity: 1;
  transform: translateX(0px);
}
.has-dropdown:hover .navigation-menu li:nth-child(1) {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.has-dropdown:hover .navigation-menu li:nth-child(2) {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.has-dropdown:hover .navigation-menu li:nth-child(3) {
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.has-dropdown:hover .navigation-menu li:nth-child(4) {
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.has-dropdown:hover .navigation-menu li:nth-child(5), .has-dropdown:hover .navigation-menu li:nth-child(6), .has-dropdown:hover .navigation-menu li:nth-child(7), .has-dropdown:hover .navigation-menu li:nth-child(8), .has-dropdown:hover .navigation-menu li:nth-child(9), .has-dropdown:hover .navigation-menu li:nth-child(10) {
  transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
}
@media (min-width: 1200px) {
  .has-dropdown:hover .overlay {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3098039216);
    height: 100vh;
    position: fixed;
    left: 0;
    top: calc(100% + 1px);
    backdrop-filter: blur(5px);
    transition: 0.3s;
    z-index: -1;
    pointer-events: none;
  }
}

.has-dropdown:hover .blog-item {
  opacity: 1;
  transform: translateX(0px);
}
.has-dropdown:hover .blog-item:nth-child(1) {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.has-dropdown:hover .blog-item:nth-child(2) {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.has-dropdown:hover .blog-item:nth-child(3) {
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.has-dropdown:hover .blog-item:nth-child(4) {
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.primary-menu .has-dropdown:first-child:hover:after,
.primary-menu .has-dropdown:first-child:hover:before {
  display: none !important;
}

.source {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .source {
    color: #000000;
    font-weight: 500;
    background: #fff;
    margin: 0;
    margin-left: -17px;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 0;
  }
}

.icon-nav {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .icon-nav {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .icon-nav:not(:last-child) {
    margin-bottom: clamp(1rem, 0.324vw + 0.924rem, 1.313rem);
  }
}
.icon-nav .icon {
  flex: 0 0 25px;
  height: 25px;
  max-width: 25px;
}
@media (max-width: 1199px) {
  .icon-nav .icon {
    display: none;
  }
}
.icon-nav a,
.icon-nav > span {
  color: inherit;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .icon-nav a,
  .icon-nav > span {
    font-weight: 600;
  }
}
.icon-nav a:hover,
.icon-nav > span:hover {
  color: #f26728;
}
.icon-nav a span,
.icon-nav > span span {
  background-color: #f26728;
  padding: 1px 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.icon-nav a span .blink,
.icon-nav > span span .blink {
  -webkit-animation: blinker 0.5s ease-in-out infinite alternate;
  animation: blinker 0.5s ease-in-out infinite alternate;
}

.nav-list li:not(:last-child) {
  margin-bottom: 12px;
}
.nav-list li a {
  color: inherit;
  font-weight: 500;
  position: relative;
}
@media (min-width: 1200px) {
  .nav-list li a {
    font-size: 14px;
  }
}
.nav-list li a:hover {
  color: #f26728;
  text-decoration: underline;
}
.nav-list li a .badge {
  background-color: #f26728;
  padding: 1px 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  -webkit-animation: blinker 0.5s ease-in-out infinite alternate;
  animation: blinker 0.5s ease-in-out infinite alternate;
  text-transform: capitalize;
  margin-left: 4px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1200px) {
  .nav-list {
    padding-left: 41px;
  }
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.hamburger.open, .hamburger:hover {
  color: currentColor;
}
.hamburger.open:after {
  opacity: 1;
  visibility: visible;
}
.hamburger:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out all;
  z-index: 13;
}

.hamburger span {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  background-color: currentColor;
  -webkit-transition: height 0s linear, -webkit-transform 0.6s ease-in-out;
  transition: height 0s linear, -webkit-transform 0.6s ease-in-out;
  transition: height 0s linear, transform 0.6s ease-in-out;
  transition: height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s, 0s, 0s;
  transition-delay: 0.6s, 0s, 0s;
  transform-origin: center;
}

.hamburger.open span {
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: width 0s linear, -webkit-transform 0s ease;
  transition: width 0s linear, -webkit-transform 0s ease;
  transition: width 0s linear, transform 0s ease;
  transition: width 0s linear, transform 0s ease, -webkit-transform 0s ease;
  -webkit-transition-delay: 0.3s, 0.6s, 0.6s;
  transition-delay: 0.3s, 0.6s, 0.6s;
}

.hamburger span:after {
  position: absolute;
  top: 6px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: inherit;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.hamburger.open span:after {
  top: 0;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

.hamburger span:before {
  position: absolute;
  top: -6px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: inherit;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.hamburger.open span:before {
  top: 0;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

@media (max-width: 1199px) {
  .menu-layout__lg .icon-nav {
    display: none;
  }
}

@media (max-width: 1199px) {
  .menu-layout__sm .source {
    padding-top: 0;
  }
}

.view-all-link {
  color: #f26728;
  margin-bottom: 4px;
  border-bottom: 2px solid #f26728;
  font-weight: 600;
}

.sticky {
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #000;
}
.sticky strong {
  font-weight: 700;
}
.sticky .vertical-line {
  position: relative;
  margin: 0.5rem;
}
.sticky .vertical-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 2px;
  background-color: #fff;
}
.sticky .dash {
  position: relative;
  margin: 0.5rem;
}
.sticky .dash::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 10px;
  background-color: #fff;
}
.sticky * {
  color: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .sticky * {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sticky * {
    text-align: center;
    font-size: 13px;
  }
}
.sticky__content {
  padding: 12px 1rem;
  width: 100%;
}
@media (min-width: 1500px) {
  .sticky__content {
    padding: 16px 1rem;
  }
}
.sticky__content strong {
  font-weight: 700;
}
.sticky a {
  font-weight: 600;
  margin-left: 4px;
  background-color: #f26728 !important;
  color: #fff;
  text-wrap: nowrap;
  padding: 5px 8px;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-left: clamp(5px, 1vw, 10px);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .sticky a {
    outline-offset: 2px;
    outline: 1px solid #fff;
  }
}
.sticky a:hover {
  background-color: #fff !important;
  color: #f26728 !important;
}
.sticky a.blink {
  -webkit-animation: blinker 0.5s ease-in-out infinite alternate;
  animation: blinker 0.5s ease-in-out infinite alternate;
}

.image-toggle {
  display: none !important;
}
.image-toggle.active {
  display: block !important;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sticky--christmas {
  background: radial-gradient(circle, #d5282a, #531818 100%);
  position: relative;
  overflow: hidden;
}
.sticky--christmas::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/christmas/christmas-bg.png");
}
.sticky--christmas .item-sticky {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sticky--christmas .item-sticky {
    display: none;
  }
}
.sticky--christmas .item-sticky-1 {
  left: 0;
}
.sticky--christmas .item-sticky-2 {
  left: 8%;
  top: 0.5rem;
}
.sticky--christmas .item-sticky-3 {
  left: 15%;
}
@media (max-width: 1200px) {
  .sticky--christmas .item-sticky-3 {
    display: none;
  }
}
.sticky--christmas .item-sticky-4 {
  left: 23%;
  top: -10px;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-4 {
    display: none;
  }
}
.sticky--christmas .item-sticky-5 {
  right: 22%;
  top: -10px;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-5 {
    display: none;
  }
}
.sticky--christmas .item-sticky-6 {
  right: 14%;
  top: 0;
}
@media (max-width: 1200px) {
  .sticky--christmas .item-sticky-6 {
    display: none;
  }
}
.sticky--christmas .item-sticky-7 {
  right: 7%;
  top: 10px;
}
.sticky--christmas .item-sticky-8 {
  right: -8px;
  top: 8px;
}
.sticky--christmas .sticky__content {
  position: relative;
  z-index: 1;
}

.snowflake {
  position: fixed;
  top: -10px;
  z-index: 9999;
  user-select: none;
  pointer-events: none;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 14px;
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  box-shadow: 1px 1px 1px #555;
}

@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}
footer {
  font-size: 14px;
  color: #bdbcbc;
  background-color: #000;
  padding: 5rem 0 3rem 0;
}
footer h6,
footer .h6 {
  color: #fff;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
footer p {
  font-size: inherit;
}
footer .footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-row:not(:last-child) {
  padding-bottom: 40px;
}
footer .footer-row.footer-top p {
  margin-bottom: clamp(0.8rem, 1.5vw, 1.5rem);
  color: inherit;
}
footer .footer-row.footer-top p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  footer .footer-col--about {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  footer .footer-col--about {
    flex: 0 0 100%;
    padding-bottom: 3rem;
  }
  footer .footer-col--about > * {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  footer .footer-col {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-col:not(.footer-col--about) h6,
  footer .footer-col:not(.footer-col--about) .h6 {
    padding: 1.8rem 15px 1.8rem 0;
    position: relative;
    margin: 0;
  }
  footer .footer-col:not(.footer-col--about) h6::before,
  footer .footer-col:not(.footer-col--about) .h6::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translate(-3px, -50%);
    transform-origin: top;
    right: 0px;
    height: 9px;
    width: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transition: 0.3s;
  }
  footer .footer-col:not(.footer-col--about) h6.active::before,
  footer .footer-col:not(.footer-col--about) .h6.active::before {
    transform: rotate(45deg) translate(-3px, -50%);
  }
  footer .footer-col:not(.footer-col--about):not(:last-child) h6 {
    border-bottom: 1px solid #2c2c2c;
  }
  footer .footer-col:not(.footer-col--about):not(:last-child) h6.active {
    border-bottom: 1px solid transparent;
  }
}
@media (max-width: 767px) {
  footer .footer-list {
    display: none;
    padding-left: 1rem;
  }
}
footer .footer-list li {
  color: inherit;
  font-size: inherit;
}
footer .footer-list li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .footer-list li a,
footer .footer-list li button {
  font-size: inherit;
  color: inherit;
  line-height: 1.7;
  padding-bottom: 5px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-list li a:hover, footer .footer-list li a.is-active,
footer .footer-list li button:hover,
footer .footer-list li button.is-active {
  color: #f26728;
  border-bottom: 1px solid currentColor;
}
footer p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.footer-bottom {
  align-items: center;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom .col-footer {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-bottom .col-footer.w-100 {
  flex: 100%;
  max-width: 100%;
  border-bottom: solid #333 1px;
}
@media (min-width: 768px) {
  .footer-bottom .col-footer.w-100 {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer-bottom .col-footer {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-bottom .col-footer:not(:first-child) {
    padding-top: 1rem;
  }
  .footer-bottom .col-footer:nth-child(n+1) {
    order: 1;
  }
  .footer-bottom .col-footer:nth-child(n+2) {
    order: 4;
  }
  .footer-bottom .col-footer:nth-child(n+3) {
    order: 3;
  }
  .footer-bottom .col-footer:nth-child(n+4) {
    order: 2;
  }
  .footer-bottom .col-footer:nth-child(n+5) {
    order: 5;
  }
}
.footer-bottom .text-lite {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-bottom .text-lite {
    text-align: right;
  }
}
.footer-bottom .social-media {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-bottom .social-media {
    justify-content: right;
  }
}
.footer-bottom .social-media > div {
  padding: 0 5px;
}
.footer-bottom .social-media > div a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .footer-bottom .social-media > div a {
    width: 30px;
    height: 30px;
  }
}
.footer-bottom .social-media > div a img {
  width: 18px;
}
@media (max-width: 767px) {
  .footer-bottom .social-media > div a img {
    width: 15px;
  }
}
.footer-bottom .contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom .contact-info li .divider {
  font-size: 20px;
  font-weight: 600;
}
.footer-bottom .contact-info li * {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-bottom .contact-info li * {
    font-size: 14px;
  }
}
.footer-bottom .contact-info li a:hover {
  color: #f26728;
}

.footer-link {
  display: inline-block;
  color: #fff;
  text-underline-offset: 2px;
  font-weight: 400;
  text-decoration: underline;
}
.footer-link:hover {
  color: #f26728;
}

.tool_tip {
  position: relative;
}
.tool_tip:hover .bubble {
  visibility: visible;
  opacity: 1;
}
.tool_tip .bubble {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  left: -10%;
  z-index: 9;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #111;
  background: #fff;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
  line-height: 1;
  width: max-content;
}
.tool_tip .bubble::after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
  bottom: -5px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  border: solid #f26728 2px;
  background-color: #f26728;
  padding: 13px 35px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  line-height: 1.3;
}
.btn--sm {
  padding: 8px 35px;
}
.btn--block {
  display: block;
  text-align: center;
}
.btn:hover {
  color: #f26728;
  background-color: transparent;
}
.btn__secondary {
  color: #f26728;
  background-color: transparent;
}
.btn__secondary:hover {
  color: #fff;
  background-color: #f26728;
}
.btn--secondary {
  color: #fff;
  background-color: #f26728;
}
.btn--secondary:hover {
  color: #f26728;
  background-color: transparent;
}
.btn-outline-primary {
  border: solid #f26728 2px;
  background-color: transparent;
  color: #f26728;
}
.btn-outline-primary:hover {
  background-color: #f26728;
  color: #fff;
}
.btn__border {
  border: solid #fff 2px;
  background-color: transparent;
  color: #fff;
}
.btn__border:hover {
  background-color: #fff;
  color: #f26728;
  border-color: #fff;
}
.btn__underline {
  background: none;
  border: none;
  padding: 0px 0px 4px !important;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  color: #000;
}
.btn__underline.color__secondary:hover {
  color: #f26728;
  border-color: #f26728;
}
.btn__underline:hover {
  background: none;
  color: #f26728;
}
.btn--dark-bg {
  color: #f26728;
  background: #fff;
}
.btn--dark-bg:hover {
  color: #fff;
  background: #f26728;
}
.btn__small {
  line-height: 1;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #f26728;
  border-color: #f26728;
}
@media (max-width: 1200px) {
  .btn__small {
    padding: 10px 10px !important;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .btn {
    padding: 10px 26px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.btn__underline.color__secondary:hover {
  color: #000;
  border-color: #000;
}

.section__head {
  margin-bottom: calc(2rem + 2.5vw);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section__head {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section__head.--lg {
    max-width: 1300px;
  }
  .section__head--md, .section__head.--md {
    max-width: 1200px;
  }
  .section__head--md p, .section__head.--md p {
    max-width: 982px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__head--sm, .section__head.--sm {
    max-width: 1070px;
  }
  .section__head--xsm, .section__head.--xsm {
    max-width: 800px;
  }
}
.section__head .p-large {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section__head .p-large {
    margin-top: 10px;
  }
}

.section {
  padding: calc(0.5rem + 6.5vw) 0;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section__head {
    margin-bottom: 30px;
  }
}
.section__head p {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.section__footer {
  margin-top: calc(2rem + 2.5vw);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .section__footer--md {
    max-width: 1200px;
  }
  .section__footer--sm {
    max-width: 1070px;
  }
  .section__footer--xsm {
    max-width: 990px;
  }
}

.banner {
  padding: calc(1rem + 5.5vw) 0;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .banner--white *:not(.btn) {
    color: #fff;
  }
}
.banner--bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner--bg {
    background: none !important;
  }
}
.banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  position: relative;
  max-width: 1670px;
  margin: 0 auto;
  flex: 1;
  padding: 0 calc(2.9rem + 2.8vw);
}
@media (max-width: 1199px) {
  .banner__container {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .banner__container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .banner {
    min-height: calc(100vh - 89px);
    display: flex;
    align-items: center;
    padding: 65px 0;
  }
}
@media (min-width: 992px) {
  .banner__content {
    max-width: 50%;
    padding-right: calc(1.75rem + 1.75vw);
  }
}
.banner__content h1 {
  font-weight: 700;
  margin-bottom: calc(1rem + 1vw);
  padding: 0;
}
@media (min-width: 768px) {
  .banner__content h1 {
    font-size: calc(1rem + 1.6vw);
  }
}
.banner__content h4 {
  font-size: calc(112.5% + 0.25vw);
  font-weight: 600;
  margin-bottom: calc(0.5rem + 0.5vw);
}
.banner__content p {
  line-height: 1.7;
  font-size: calc(100% + 0.35vw);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .banner__content p br {
    display: none;
  }
}
.banner__graphic {
  flex: 1;
  text-align: right;
  max-width: 830px;
}
@media (max-width: 991px) {
  .banner__graphic {
    display: none;
  }
}
.banner__graphic img {
  margin-left: auto;
}
.banner__action {
  margin-top: calc(1rem + 1.2vw);
}
.banner__action a:last-child {
  margin-left: 2.125rem;
}
@media (max-width: 1199px) {
  .banner__action a:last-child {
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner__action a:last-child {
    margin-left: 1rem;
  }
}
.banner .list li {
  margin-top: 0;
  line-height: 1.5;
}
.banner .list li:after {
  height: 2px;
}

.banner__action a:first-child {
  margin-left: 0 !important;
}

.featured {
  background-color: #000;
  padding: 2.25rem 0px;
}
@media (max-width: 767px) {
  .featured {
    padding: 1rem 0px;
  }
}
@media (min-width: 767px) {
  .featured__bar {
    display: flex;
    align-items: center;
  }
}
.featured__bar h6 {
  color: #fff;
}
.featured__media {
  flex: 1;
}
@media (min-width: 767px) {
  .featured__media {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .featured__media {
    margin-top: 10px;
  }
}
.featured__media__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  max-width: 800px;
  margin: 0px -10px;
}
@media (min-width: 1200px) {
  .featured__media__list {
    justify-content: space-between;
  }
}
@media (min-width: 767px) {
  .featured__media__list {
    margin: 0px -15px 0px auto;
  }
}
.featured__media__list li {
  padding: 0px 15px;
}
@media (max-width: 1051px) and (min-width: 768px) {
  .featured__media__list li {
    width: 25%;
    text-align: center;
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .featured__media__list li {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.featured__media__list li.ibt img {
  max-width: 130px;
}
.featured__media__list li.canadianInsider img {
  max-width: 225px;
}
.featured__media__list li.dailyHerald img {
  max-width: 130px;
}
.featured__media__list li.marketplace img {
  max-width: 150px;
}
.featured__media__list li img {
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .featured__media__list li img {
    width: 100%;
  }
}
.featured__media__list img {
  width: 100%;
}

/* Feature In  The End */
.cta h4,
.cta .cta-title {
  font-size: calc(1.2rem + 0.315vw);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.cta .btn {
  min-width: 150px;
  text-align: center;
}
.cta--black {
  background-color: #000;
  padding: clamp(1.7rem, 4vw, 4.5rem) 0;
}

.cta-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.7rem, 4vw, 4.5rem);
  gap: 1rem;
}
.cta-flex h4,
.cta-flex .cta-title {
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .cta-flex h4,
  .cta-flex .cta-title {
    font-size: calc(1rem + 0.315vw);
  }
}
@media (max-width: 767px) {
  .cta-flex {
    flex-wrap: wrap;
    text-align: center;
  }
}

.section-cta {
  padding: clamp(1.7rem, 4vw, 4.5rem) 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-style: normal;
  text-transform: none;
  color: #000;
  font-family: inherit;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  display: block;
}

h1,
.h1 {
  font-weight: 800;
  font-size: calc(1rem + 3.85vw);
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(1rem + 1.8vw);
  }
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(112.5% + 1.15vw);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(1.25rem + 0.64vw);
  }
}

h4,
.h4 {
  font-size: calc(1.125rem + 0.315vw);
  color: #242424;
}

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

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

p {
  font-size: 1.13rem;
  line-height: 1.7;
  color: #242424;
  font-weight: 300;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.p-large {
  font-size: calc(1rem + 0.315vw);
  font-weight: 400;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.br {
  display: block;
}

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

/**list-start**/
.list li {
  font-size: 1.125rem;
  padding-left: 0.9rem;
  position: relative;
  font-weight: 600;
}
.list li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .list li {
    padding-left: 15px;
  }
}
.list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: currentColor;
  width: 8px;
  height: 1px;
}
@media (max-width: 1600px) {
  .list li:after {
    top: 10px;
  }
}
.list.list--circle li::after {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 9px;
}
.list.list--thin li {
  font-weight: 400;
  font-size: calc(1rem + 0.315vw);
}

/**list-end**/
a {
  text-decoration: none;
}

.f-small {
  font-size: 10px;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1610px;
    padding: 0 calc(2.9rem + 2.8vw);
  }
}

.container__narrow {
  max-width: 1500px;
}

.color__secondary {
  color: #f26728;
}

.text-link {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #f26728 !important;
  font-size: 1.125rem;
  text-decoration-thickness: 2px;
}
.text-link:hover {
  color: currentColor !important;
}
.text-link--same {
  color: #f26728;
  text-decoration: underline;
}

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

.bg-grey {
  background: #f3f3f2 !important;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}
.bg-black *:not(a) {
  color: inherit;
}
.bg-black .btn:hover {
  color: #fff;
}

.slide-txt {
  font-size: 14px;
  padding-left: 5px;
  display: none;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: -25px;
}
@media (max-width: 767px) {
  .slide-txt {
    display: inline-block;
  }
}
.slide-txt::before, .slide-txt::after {
  content: " ";
  height: 8px;
  width: 8px;
  border: solid #000 1px;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  transform: rotate(-45deg);
  margin: 0 3px;
}
.slide-txt::after {
  left: auto;
  right: 0;
  transform: rotate(135deg);
}

.note {
  margin: auto;
  text-align: center;
  margin-top: clamp(1rem, 2vw, 2.5rem);
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .note {
    max-width: 78%;
  }
}

.text--link {
  color: #f26728;
  font-weight: 500;
}
.text--link:hover {
  color: #000;
  text-decoration: underline;
}

.logo-multiply {
  mix-blend-mode: multiply;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 3vw, 3rem);
}
.slick-dots li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  cursor: pointer;
  background: #d2d2d2;
  transition: all 0.5s ease-in-out;
}
.slick-dots li button {
  background: none;
  border: none;
  text-indent: -9999999px;
}
.slick-dots li.slick-active {
  background: #f26728;
  width: 30px;
  border-radius: 15px;
}

/*Slick Arrow*/
.slick-arrow {
  height: 55px;
  width: 55px;
  border: solid #fff 2px;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 0 10px rgba(88, 80, 80, 0.4);
  z-index: 1;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: calc(50% - 1px);
  left: 12px;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 0 0;
  position: absolute;
  transform-origin: 50% 50%;
  transform: rotate(-135deg) translateY(10px);
}
.slick-arrow.slick-prev {
  left: -30px;
}
.slick-arrow.slick-prev:before {
  top: calc(50% + 1px);
}
.slick-arrow.slick-next {
  right: -30px;
}
.slick-arrow.slick-next:before {
  transform: rotate(45deg) translateY(-50%);
}
.slick-arrow.slick-disabled {
  opacity: 0.55;
}

.faq {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.faq .list {
  margin-top: 1rem;
}
.faq .list li {
  font-size: 1rem;
}
.faq .list li:not(:last-child) {
  margin-bottom: 15px;
}
.faq .list:not(:last-child) {
  margin-bottom: 1rem;
}
.faq strong {
  font-weight: 600;
}
.faq p:last-child {
  margin: 0;
}
.faq__item {
  padding: clamp(1rem, 1.8vw, 1.8rem) clamp(1.5rem, 2vw, 2rem);
  background: #eaeaea;
  border: 1px solid #eee;
}
.faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item.active {
  background: #fff;
}
.faq__item.active .faq-question::after {
  content: "-";
  color: #fff;
  background: #f26728;
  border-color: #f26728;
}
.faq-question {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-question * {
  flex: 1;
}
@media (max-width: 767px) {
  .faq-question h6 {
    font-size: 15px;
    line-height: 1.4;
  }
}
.faq-question::after {
  content: "+";
  display: grid;
  place-content: center;
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
}
.faq-answer {
  display: none;
  padding-top: 1.5rem;
}

.faq-answer--detail h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.faq-answer--detail h6 {
  margin: 2rem 0 10px;
}
.faq-answer--detail .item:not(:last-child) {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2rem;
}
.faq-answer--detail .list {
  margin: 1rem 0 2rem 2rem !important;
}
.faq-answer--detail .list:last-child {
  margin-bottom: 0 !important;
}
.faq-answer--detail .list li b {
  font-weight: 600;
}
.faq-answer--detail .list:last-child {
  margin-bottom: 0;
}

.api-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 0;
  text-align: center;
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 991px) {
  .api-list {
    justify-content: center;
  }
}
.api-list__item {
  flex: 0 0 20%;
  padding: calc(5px + 1vw);
}
.api-list__item img {
  display: inline;
  max-height: 70px;
}
@media (max-width: 991.98px) {
  .api-list__item img {
    max-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .api-list__item {
    flex: 0 0 33%;
  }
}
@media (min-width: 992px) {
  .api-list {
    justify-content: center;
  }
}

.tabs-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 1200px) {
  .tabs-links {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .tabs-links {
    align-items: unset;
  }
}
.tabs-links li:not(:last-child) {
  margin-right: calc(1.5rem + 0.84vw);
}
.tabs-links li a {
  color: #242424;
  font-size: calc(1rem + 0.315vw);
  font-weight: 500;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 768px) {
  .tabs-links li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .tabs-links li a {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
  }
  .tabs-links li a.active {
    border-color: #f26728;
  }
}
.tabs-links li.is--active a {
  color: #f26728;
}
@media (max-width: 767px) {
  .tabs-links li.is--active a {
    border-color: #f26728;
  }
}
.tabs-links li.is--active a::after {
  background-color: #f26728;
}

.content-data {
  display: none;
}
@media (max-width: 1200px) {
  .content-data .cms {
    border: solid #333 1px;
    padding: 1.4rem;
    height: 100%;
  }
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(2.5rem, 3vw, 4rem);
  gap: 2.2rem;
}
@media (max-width: 1199px) {
  .tabs--overflow {
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .tabs--overflow {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .tabs--overflow {
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .tabs--overflow li {
    flex: unset;
    white-space: nowrap;
  }
}
.tabs li a {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}
.tabs li a.active {
  color: #f26728;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.section-demo {
  overflow: visible;
}
.section-demo:has(.js-tabs) .tabs-content {
  margin-top: 2rem;
}
@media (max-width: 1399px) {
  .section-demo:has(.js-tabs) .tabs-content {
    max-width: 1000px;
    margin: 2.5rem auto 0;
  }
}
.section-demo:has(.demo-tab-links) .tab-content--item {
  display: none;
}
.section-demo:has(.demo-tab-links) .tab-content {
  margin-top: 2rem;
}
.section-demo .demo-tab-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .section-demo .demo-tab-links {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
  }
}
.section-demo .demo-tab-links li {
  inline-size: 150px;
}
@media (max-width: 991px) {
  .section-demo .demo-tab-links li {
    flex: 0 0 23%;
  }
}
@media (max-width: 767px) {
  .section-demo .demo-tab-links li {
    flex: 0 0 32%;
  }
}
.section-demo .demo-tab-links li a {
  display: block;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-demo .demo-tab-links li a:hover .icon {
    box-shadow: 0px 0px 15px #fac2a9;
    transform: translateY(-5px);
  }
}
.section-demo .demo-tab-links li a .icon {
  background: rgba(242, 103, 40, 0.1);
  display: block;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1399px) {
  .section-demo .demo-tab-links li a .icon {
    width: 62px;
    height: 62px;
  }
}
.section-demo .demo-tab-links li a .icon svg {
  max-width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out 0s;
}
.section-demo .demo-tab-links li a .title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.section-demo .demo-tab-links li.active a .icon {
  background: #f26728;
}
@media (min-width: 992px) {
  .section-demo .demo-tab-links li.active a .icon {
    box-shadow: 0px 0px 15px #fac2a9;
    transform: translateY(-5px);
  }
}
.section-demo .demo-tab-links li.active a .icon svg {
  max-width: 42px;
  height: 42px;
}
.section-demo .demo-tab-links li.active a .title {
  transition: all 0.3s ease-in-out 0s;
  color: #f26728;
}
@media (min-width: 992px) {
  .section-demo .demo-tab-links li.active a .title {
    font-size: 15px;
    font-weight: 600;
  }
}
.section-demo .demo-tab-links li.active svg {
  fill: #fff;
}
.section-demo#tab-b .demo-tab-links {
  justify-content: center !important;
}
.section-demo .tab-content {
  background-color: #f3f3f2;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}
@media (max-width: 1399px) {
  .section-demo .tab-content {
    margin: 2.5rem auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-demo .tab-content {
    padding: 4rem;
  }
}
.section-demo .tab-content .tab-content--item.active {
  display: block;
}
.section-demo .tab-content .tab-content--item .demo-content-wrap {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 3.5vw, 3.5rem);
}
@media (max-width: 991px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap picture {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap .demo-content {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap .demo-content {
    width: 100%;
    max-width: 558px;
  }
}
.section-demo .tab-content .tab-content--item .demo-content-wrap .demo-content h3 {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  text-align: center;
}
@media (max-width: 991px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap .demo-content h3 br {
    display: none;
  }
}
.section-demo .tab-content .tab-content--item .demo-content-wrap .demo-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}
@media (max-width: 991px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap .demo-links {
    grid-gap: 1rem;
  }
}
@media (max-width: 480px) {
  .section-demo .tab-content .tab-content--item .demo-content-wrap .demo-links {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem;
  }
}
.section-demo .tab-content .tab-content--item .demo-content-wrap .demo-links .btn {
  text-align: center;
  padding: 8px 16px;
}

picture {
  display: block;
}

span.link--arrow {
  height: 40px;
  width: 32px;
  position: relative;
  display: block;
  margin-left: 20px;
}
span.link--arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  margin: -6px 2px 0 0px;
  right: 0;
  left: auto;
}
span.link--arrow::after {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  transform-origin: 50% 50%;
  width: 100%;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(0px, -1px);
}

.theme--white * {
  color: #fff;
}

@media (min-width: 992px) {
  .content__wrapper {
    max-width: 545px;
  }
}

@media (max-width: 767px) {
  .scrolale_img {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .scrolale_img img {
    min-width: 600px;
  }
}

@media (max-width: 991px) {
  .border-in-mob {
    border-bottom: 1px solid #eaeaea;
  }
}

.hero-banner {
  padding: calc(1rem + 4vw) 0;
}
.hero-banner .container {
  max-width: 2000px;
}
@media (min-width: 1200px) {
  .hero-banner .container {
    padding: 0 calc(1.5rem + 1vw);
  }
}
.hero-banner .content {
  max-width: 1070px;
  margin: 0 auto 2.5rem;
}
@media (min-width: 768px) {
  .hero-banner .content {
    text-align: center;
  }
}
.hero-banner .content h1 {
  font-weight: 900;
  margin-bottom: calc(1rem + 1vw);
  line-height: 1.2;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-banner .content h1 {
    font-size: calc(2rem + 2vw);
  }
}
.hero-banner .content .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
@media (min-width: 768px) {
  .hero-banner .content .list {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .hero-banner .content .list {
    gap: 0.5rem 2rem;
  }
}
.hero-banner .content .list li {
  margin: 0;
  padding-left: 20px;
}
.hero-banner .content .list li:after {
  width: 9px;
  height: 9px;
  top: 8px;
  background-color: #f26728;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .hero-banner .content .list li:after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}
.hero-banner .graphic img {
  margin: 0 auto;
  display: block;
  aspect-ratio: 1748/810;
}
.hero-banner .action {
  margin-top: calc(1rem + 1.2vw);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.875rem, 1.063vw + 0.662rem, 1.938rem);
}
@media (min-width: 375px) {
  .hero-banner .action {
    justify-content: center;
  }
}

.section.section--featured {
  padding: 2.25rem 0px;
}

.featured-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
}
@media (max-width: 991px) {
  .featured-row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .featured-row {
    grid-gap: 0 2rem;
  }
}
.featured-row .featured-col {
  position: relative;
}
.featured-row .featured-col::before {
  position: absolute;
  content: "";
  border-left: 0.5px solid rgba(255, 255, 255, 0.1);
  top: 0px;
  width: 0.5px;
  height: 150px;
  right: -13px;
}
@media (max-width: 991px) {
  .featured-row .featured-col::before {
    display: none;
  }
}
.featured-row .featured-col:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .featured-row .featured-col {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .featured-row .featured-col:last-child, .featured-row .featured-col:nth-last-child(2) {
    border: none;
  }
}

.featured-card {
  text-align: center;
}
.featured-card__body {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .featured-card__body {
    max-width: 70%;
    margin: 0 auto;
  }
}
.featured-card__body p {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: currentColor;
}
@media (max-width: 767px) {
  .featured-card__body p {
    font-size: 0.875rem;
    line-height: normal;
  }
}
.featured-card__title {
  font-weight: 500;
  font-size: 1.125rem;
  display: block;
}
@media (max-width: 767px) {
  .featured-card__title {
    font-size: 1rem;
  }
}
.featured-card .counter {
  font-size: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0px -30px;
  }
}
@media (max-width: 767px) {
  .card-wrapper {
    margin-top: -25px;
  }
}
@media (min-width: 992px) {
  .card-wrapper .card {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    flex: 0 0 32%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-wrapper .card {
    flex: 0 0 48%;
  }
}
.card-wrapper .card:hover .card__disc {
  opacity: 1;
  height: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .card-wrapper .card:hover .card__title {
    top: 50px;
    z-index: 9;
    color: #000;
  }
}
.card-wrapper .card__info {
  position: relative;
}
@media (max-width: 991px) {
  .card-wrapper .card__info {
    display: none;
  }
}
.card-wrapper .card__info::before {
  content: attr(title);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  font-size: calc(1.125rem + 0.315vw);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.card-wrapper .card__info img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.card-wrapper .card__info h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  z-index: 99;
  font-weight: 600;
  width: 100%;
  text-align: center;
  transition: 0.8s ease;
}
@media (min-width: 991px) {
  .card-wrapper .card__disc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 0;
    bottom: 0;
    opacity: 0;
    padding: 35px 15px;
    transition: 0.3s ease;
    text-align: center;
    background-color: #f3f3f2;
  }
  .card-wrapper .card__disc img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .card-wrapper .card__disc {
    padding: 20px 15px;
  }
}
.card-wrapper .card__disc p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .card-wrapper .card__disc p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .card-wrapper .card__disc .data-acces {
    display: none;
  }
}
.card-wrapper .card__disc .data-acces__link {
  margin-top: 6px;
  font-weight: 600;
}
.card-wrapper .card__disc .data-acces__link a {
  color: #f26728;
}
.card-wrapper .card__disc .data-acces__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .card-wrapper .card__disc {
    opacity: 1;
    height: 100%;
    z-index: 9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-wrapper .card__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .card-wrapper .card__title {
    padding: 25px 0px;
    display: block;
    position: relative;
    border-bottom: 1px solid currentColor;
    font-weight: 600;
  }
  .card-wrapper .card__title::before {
    content: "-";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid currentColor;
    position: absolute;
    right: 15px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    opacity: 0;
  }
  .card-wrapper .card__title::after {
    content: "+";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid currentColor;
    position: absolute;
    right: 15px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .card-wrapper .card__title.active {
    border-bottom: 1px solid transparent;
  }
  .card-wrapper .card__title.active::before {
    opacity: 1;
  }
  .card-wrapper .card__title.active::after {
    opacity: 0;
  }
}

.tabs--scroll .js-tabs {
  padding: 0 5px;
}
.tabs--scroll .js-tabs li {
  padding-top: 0.5rem;
}
.tabs--scroll .js-tabs li:not(:last-child) {
  margin-right: clamp(2.5rem, 3.125vw + 1.875rem, 5.625rem);
}
.tabs--scroll .js-tabs li a {
  font-size: clamp(0.875rem, 0.063vw + 0.863rem, 0.938rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.tabs--scroll .js-tabs li a .icon-wrap {
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.tabs--scroll .js-tabs li a .icon-wrap svg {
  max-width: 25px;
  max-height: 25px;
}
.tabs--scroll .js-tabs li a .icon-wrap .svg--stroke {
  stroke: #000;
}
.tabs--scroll .js-tabs li a.active svg {
  fill: #f26728;
}
.tabs--scroll .js-tabs li a.active .svg--stroke {
  stroke: #f26728;
}
.tabs--scroll .tab-card {
  display: flex;
  border-radius: 15px;
  background-color: #fff;
}
@media (min-width: 425px) {
  .tabs--scroll .tab-card {
    box-shadow: 0 0 20px #dbdbdb;
    padding: clamp(0.938rem, 0.375vw + 0.863rem, 1.313rem);
  }
}
.tabs--scroll .tab-card picture {
  border-radius: 14px;
  overflow: hidden;
}
.tabs--scroll .tab-card picture img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .tabs--scroll .tab-card picture img {
    display: none;
  }
}
@media (min-width: 768px) {
  .tabs--scroll .tab-card picture img {
    max-width: 412px;
  }
}
.tabs--scroll .tabs-content {
  border-radius: 5px;
  max-width: 1326px;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.tabs--scroll .tabs-content h2 {
  font-size: clamp(1.429rem, 0.375vw + 1.343rem, 1.857rem);
  margin-bottom: 1rem;
}
.tabs--scroll .tabs-content p {
  margin-bottom: 2rem;
  font-size: clamp(0.938rem, 0.063vw + 0.925rem, 1rem);
}
@media (max-width: 768px) {
  .tabs--scroll .tabs-content p {
    margin-bottom: 2rem;
  }
}
.tabs--scroll .action {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tabs--scroll .action {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.tabs--scroll .action span {
  font-weight: bold;
}

.section--features .tab-card picture {
  border-radius: 0 !important;
  overflow: inherit !important;
}
.section--features .tab-card picture img {
  border-radius: 14px !important;
  max-width: 100% !important;
  aspect-ratio: 0 !important;
}

@media (max-width: 767px) {
  .tabs-links li a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .tabs-wrapper {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tabs-wrapper .tabs-links {
    float: left;
  }
}
@media (max-width: 767px) {
  .tabs-wrapper .tabs-links {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .tabs-wrapper .tabs-links {
    margin-top: 8rem;
  }
}

.tab-panel__media {
  position: relative;
}
@media (min-width: 768px) {
  .tab-panel__media {
    float: right;
    max-width: 50%;
  }
}
.tab-panel__content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .tab-panel__content {
    float: left;
    width: 45%;
  }
}

.js-portfolio-slider .slick-dots {
  padding-top: 2rem;
  position: relative;
  left: 0;
  transform: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .js-portfolio-slider .slick-dots {
    justify-content: flex-start;
  }
}
.js-portfolio-slider.slick-slider {
  user-select: text;
  -webkit-user-select: text;
}

@media (min-width: 992px) {
  .portfolio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .portfolio__detail {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .portfolio__detail {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .portfolio__detail {
    text-align: left;
  }
}
.portfolio__img {
  flex: 0 0 50%;
  max-width: 50%;
}
.portfolio .country {
  padding-bottom: 0.5rem;
}
.portfolio .country span {
  display: inline-block;
  vertical-align: middle;
}
.portfolio .country__label {
  font-weight: 600;
  margin-right: 0.5rem;
}
.portfolio strong {
  font-weight: 600;
}

.accordion-wrap {
  padding: 25px 0px;
  border-bottom: 1px solid currentColor;
}
@media (max-width: 767px) {
  .accordion-wrap {
    padding: 25px 0px;
  }
}
.accordion-wrap:first-child {
  padding-top: 0px;
}
.accordion-wrap:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
}
.accordion-wrap .accordion-toggle {
  --space: 32px;
  position: relative;
  cursor: pointer;
  padding-right: var(--space);
  font-size: 1.4rem;
  font-weight: 600;
  min-height: var(--space);
}
@media (max-width: 767px) {
  .accordion-wrap .accordion-toggle {
    --space: 25px;
  }
}
@media (max-width: 767px) {
  .accordion-wrap .accordion-toggle {
    font-size: 16px;
  }
}
.accordion-wrap .accordion-toggle.active {
  color: #f26728;
}
.accordion-wrap .accordion-toggle.active::after {
  content: "-";
  font-size: 22px;
}
.accordion-wrap .accordion-toggle::after {
  content: " + ";
  position: absolute;
  right: 0;
  width: var(--space);
  height: var(--space);
  top: 2px;
  font-size: 25px;
  display: flex;
  cursor: pointer;
  color: #000;
  border: solid #000 2px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.accordion-wrap .accordion-content {
  display: none;
  margin-top: 1.5rem;
}
.accordion-wrap .accordion-img {
  margin: 20px 0px;
}
@media (min-width: 992) {
  .accordion-wrap .accordion-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .accordion-wrap .accordion-img {
    max-height: 350px;
  }
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .features-grid {
    grid-template-columns: repeat(15, 80%);
    overflow-x: scroll;
  }
}
.features h6,
.features .h6 {
  line-height: 1.4;
  position: relative;
  padding: 2rem;
  background-color: #f3f3f2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.features h6 svg,
.features .h6 svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 6rem;
    align-items: center;
  }
}
.grid-layout .section__header {
  grid-row-start: 3;
}
@media (max-width: 767px) {
  .grid-layout .section__header {
    padding-bottom: 2rem;
  }
}
.grid-layout .img-wrapper {
  grid-row-start: 1;
  grid-row-end: 7;
  grid-column-start: 1;
}
@media (max-width: 767px) {
  .grid-layout .img-wrapper {
    padding-bottom: 2rem;
  }
}
.grid-layout .list-wrapper {
  grid-row-start: 4;
}

.section--insights .grid-layout .img-wrapper {
  grid-column-start: 2;
}

.section--clients h2 {
  color: currentColor;
}
@media (min-width: 1200px) {
  .section--clients ul.clients-logo-tabs {
    display: block;
  }
}
@media (max-width: 1199px) {
  .section--clients ul.clients-logo-tabs {
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    white-space: unset;
    max-width: 100%;
  }
}
.section--clients ul.clients-logo-tabs li {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section--clients ul.clients-logo-tabs li:last-child {
    margin-bottom: 0;
  }
}
.section--clients ul.clients-logo-tabs li a {
  color: currentColor;
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-weight: 400;
  transition: none;
  opacity: 0.98;
  display: flex;
  align-items: center;
  border: 2px solid currentColor;
  padding: 0.75rem 2.125rem;
  border-radius: 5px;
}
.section--clients ul.clients-logo-tabs li a:after {
  display: none;
}
@media (max-width: 1199px) {
  .section--clients ul.clients-logo-tabs li a {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .section--clients ul.clients-logo-tabs li a {
    min-width: 140px;
    border-bottom: 1px solid #fff;
    border-color: #fff;
  }
}
.section--clients ul.clients-logo-tabs li a img {
  filter: brightness(0) invert(1);
}
.section--clients ul.clients-logo-tabs li a.active, .section--clients ul.clients-logo-tabs li a:hover {
  background-color: currentColor;
  border-color: currentColor;
}
.section--clients ul.clients-logo-tabs li a.active img, .section--clients ul.clients-logo-tabs li a:hover img {
  filter: none;
}
.section--clients ul.clients-logo-tabs li a.active span::before, .section--clients ul.clients-logo-tabs li a:hover span::before {
  border-color: #000;
}
.section--clients ul.clients-logo-tabs li a.active span::after, .section--clients ul.clients-logo-tabs li a:hover span::after {
  border-color: #000;
}
@media (max-width: 1199px) {
  .section--clients ul.clients-logo-tabs li a span {
    display: none;
  }
}
.section--clients .wrapper {
  margin-top: calc(2rem + 2.5vw);
}
@media (min-width: 1200px) {
  .section--clients .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.section--clients .wrapper__left {
  flex: 0 0 auto;
}
.section--clients .wrapper__right {
  flex: 0 0 65%;
}
@media screen and (min-width: 1200px) {
  .section--clients .js-tabs.tabs-links li:not(:last-child) {
    margin-right: 0px;
  }
}

.testimonial-details > p {
  font-size: calc(112.5% + 0.55vw);
  font-weight: 500;
  line-height: 1.4;
  color: currentColor;
}
@media (max-width: 767px) {
  .testimonial-details > p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
  }
}
.testimonial-details > p.quotes {
  position: relative;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .testimonial-details > p.quotes {
    margin-top: 0px;
  }
}
.testimonial-details__avtar {
  margin-top: 30px;
}
.testimonial-details__avtar p {
  font-size: 18px;
  font-weight: 400;
  color: currentColor;
}
.testimonial-details__avtar p span {
  display: block;
}
@media (max-width: 767px) {
  .testimonial-details__avtar p {
    font-size: 14px;
    font-weight: 400;
  }
}

.section--partnership .tabs-content {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 2rem;
}
.section--partnership .content-data .cta {
  padding-top: 3rem;
}

.box {
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .box {
    margin-bottom: 1.25rem;
  }
}
.box .circle {
  margin-bottom: 1.5rem;
}
.box .circle img {
  width: 85px;
  margin: 0 auto;
}

.box-panel {
  margin: 0 auto;
  max-width: 1170px;
  border-radius: 5px;
  overflow: hidden;
}
.box-panel__body {
  background-color: #000;
  color: #fff;
  padding: 4.6rem 4.6rem;
}
@media (max-width: 1199px) {
  .box-panel__body {
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .box-panel__body {
    padding: 1.5rem;
  }
}
.box-panel__body * {
  color: currentColor;
}
.box-panel__content {
  flex: 0 0 530px;
}
@media (max-width: 1199px) {
  .box-panel__content {
    flex: 0 0 55%;
  }
}
@media (min-width: 1200px) {
  .box-panel__content p {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.box-panel__list {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .box-panel__list {
    padding: 1.5rem 0 0 0;
  }
}
.box-panel__footer {
  padding: 50px;
  border: 1px solid #eaeaea;
  border-radius: 0px 0px 5px 5px;
}
@media (max-width: 1199px) {
  .box-panel__footer {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .box-panel__footer {
    padding: 1.5rem 0;
    border: none;
  }
}
.box-panel__footer .features-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .box-panel__footer .features-list {
    overflow: auto;
  }
}
.box-panel__footer .features-list .feature {
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .box-panel__footer .features-list .feature {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) {
  .box-panel__footer .features-list .feature h6 {
    font-size: calc(85% + 0.25vw);
  }
}
@media (max-width: 767px) {
  .box-panel__footer .features-list .feature h6 {
    font-size: 1rem;
  }
}
.box-panel__footer .features-list .feature .icon {
  margin-bottom: 1rem;
}
.box-panel__footer .features-list .feature .icon img {
  max-width: calc(3rem + 1.25vw);
}

@media (min-width: 767px) {
  .clients-logo .slick-list.draggable {
    padding: 0px 100px !important;
  }
}
.clients-logo__list {
  position: static;
  transform: none;
  overflow-x: auto;
  margin: 0px -15px;
  padding-bottom: 10px;
}
.clients-logo__list .slick-track {
  display: flex;
}
@media (min-width: 767px) {
  .clients-logo__list .slick-list {
    padding: 0px 100px !important;
    position: relative;
  }
  .clients-logo__list .slick-list:after, .clients-logo__list .slick-list:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(34, 193, 195);
    background: linear-gradient(90deg, rgba(34, 193, 195, 0) 0%, rgb(0, 0, 0) 100%);
    width: 100px;
    pointer-events: none;
    z-index: 2;
  }
  .clients-logo__list .slick-list:before {
    left: 0;
    right: auto;
    background: rgb(0, 0, 0);
    background: linear-gradient(68deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.clients-logo__list .client-logo {
  width: auto;
  height: auto;
  background: none;
  border: solid #fff 2px;
  margin: 0px 10px;
  border-radius: 5px;
  display: grid !important;
  place-content: center;
  padding: 0 clamp(1rem, 2vw, 2.2rem);
  cursor: pointer;
}
@media (min-width: 992px) {
  .clients-logo__list .client-logo {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .clients-logo__list .client-logo {
    margin: 0px 10px;
    padding-block: 8px;
  }
}
.clients-logo__list .client-logo button {
  outline: none;
  border: none;
  background: none;
}
.clients-logo__list .client-logo.slick-current.slick-active {
  background-color: #fff;
}
.clients-logo__list .client-logo:not(.slick-current.slick-active) img {
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .clients-logo__list .client-logo img {
    margin: 0px auto;
  }
}

.clients-review__content {
  text-align: center;
  padding-top: 3rem;
}

.quote {
  font-size: calc(112.5% + 0.55vw);
  font-weight: 500;
  line-height: 1.4;
}

.clients-details {
  margin-top: 2rem;
}
.clients-details p {
  margin: 0;
}
.clients-details .name {
  font-weight: 600;
  font-size: 1.3rem;
}

.process .wraper {
  display: flex;
}
.process .process_single {
  padding: 0 26px;
  flex-basis: 25%;
  min-width: 25%;
  position: relative;
  text-align: center;
}
.process .process_single::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 38px;
  background-color: #3a3a3a;
  left: 100%;
  top: 50px;
  transform: translateX(-15px);
}
.process .process_single::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  top: 45px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  left: calc(100% + 12px);
  transform: rotate(-45deg);
}
.process .process_single:nth-child(4)::after, .process .process_single:nth-child(4)::before {
  display: none;
}
.process .process_icon {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f26728;
  color: #fff;
  margin: 0 auto 1rem;
}
.process .process_icon svg {
  width: 50px;
  max-height: 50px;
  fill: currentColor;
}
.process .process_icon svg path {
  fill: #fff;
}
.process h6,
.process .process-title {
  font-weight: 600;
  margin: 20px 0 24px;
  padding: 0;
  font-size: 1.13rem;
}

.process {
  display: flex;
}
@media (max-width: 1200px) {
  .process {
    overflow: scroll;
  }
}
@media screen and (max-width: 1200px) {
  .process .wraper {
    overflow-x: auto;
  }
  .process .process_single {
    padding: 0 15px;
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .process .process_single {
    min-width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .process .process_single {
    min-width: 240px;
  }
}

@media (min-width: 992px) {
  .marketplace-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .marketplace-wrapper .marketplace-item {
    text-align: center;
    max-width: 28%;
    flex: 0 0 28%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketplace-wrapper .marketplace-item {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .marketplace-item h4,
  .marketplace-wrapper .marketplace-item .caption-head {
    color: #fff;
    background-color: #000;
    border-radius: 15px;
    padding: 1.2rem 2rem;
    text-align: center;
    font-size: calc(1.125rem + 0.315vw);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketplace-wrapper .marketplace-item h4,
  .marketplace-wrapper .marketplace-item .caption-head {
    font-size: 18px;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .marketplace-item .marketplace-variants {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
    border-radius: 15px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketplace-wrapper .marketplace-item .marketplace-variants {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .marketplace-item .marketplace-variants .marketplace-type {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .marketplace-wrapper .marketplace-item .marketplace-variants .marketplace-type {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .marketplace-item .marketplace-variants .marketplace-type:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .marketplace-wrapper .marketplace-item .marketplace-variants .marketplace-type p {
    margin-bottom: 0;
    margin-top: 0.6rem;
  }
  .marketplace-wrapper .business-type {
    max-width: 18%;
    flex: 0 0 18%;
    margin-right: 5rem;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketplace-wrapper .business-type {
    max-width: 23%;
    flex: 0 0 23%;
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .business-type h4,
  .marketplace-wrapper .business-type .caption-head {
    background-color: #f26728;
  }
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type:after {
    position: absolute;
    content: "";
    left: calc(100% + 30px);
    height: 2px;
    width: 50px;
    background-color: #8b8585;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type:after {
    left: calc(100% + 20px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type:after {
    left: calc(100% + 15px);
    width: 35px;
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type:before {
    position: absolute;
    content: "";
    left: calc(100% + 65px);
    height: 15px;
    width: 15px;
    border-top: 2px solid #8b8585;
    border-right: 2px solid #8b8585;
    transform: rotate(45deg);
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type:before {
    left: calc(100% + 55px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type:before {
    left: calc(100% + 35px);
  }
}
@media (min-width: 992px) {
  .marketplace-wrapper .business-type .marketplace-variants .marketplace-type .icon {
    height: 80px;
    width: 80px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .marketplace-wrapper {
    text-align: center;
  }
  .marketplace-wrapper .marketplace-item > h5, .marketplace-wrapper .marketplace-item > .h5 {
    background-color: #f26728;
    padding: 1rem;
    color: #fff;
  }
  .marketplace-wrapper .marketplace-item .markeplace-variants {
    display: flex;
  }
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type {
    border: 1px solid #ddd;
    padding: 2rem 1.5rem;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type:first-child {
    border-right: 0;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type h5,
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type .h5 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type p {
    margin-top: 0.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .marketplace-wrapper .marketplace-item .markeplace-variants .marketplace-type p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .marketplace-wrapper .marketplace-item.business-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }
  .marketplace-wrapper .marketplace-item.business-type .markeplace-variants h4,
  .marketplace-wrapper .marketplace-item.business-type .markeplace-variants .h4 {
    background-color: #000;
    color: #fff;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .marketplace-wrapper .marketplace-item.business-type .markeplace-variants h4,
  .marketplace-wrapper .marketplace-item.business-type .markeplace-variants .h4 {
    font-size: 15px;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 991px) {
  .marketplace-wrapper .marketplace-item.business-type .markeplace-variants h4:first-child,
  .marketplace-wrapper .marketplace-item.business-type .markeplace-variants .h4:first-child {
    border-right: 1px solid #fff;
  }
}

.empower-section {
  background-color: #0b151e;
  color: #fff;
}
@media (min-width: 1199px) {
  .empower-section {
    background-image: url("/images/rental-bg-img2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
  }
}
.empower-section h2 {
  color: currentColor;
  margin-bottom: calc(1rem + 1vw);
}
.empower-section p {
  color: currentColor;
}
.empower-section .btn {
  margin-top: calc(1rem + 1.2vw);
}

.section--mobile-apps .section__head {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section--mobile-apps .section__head {
    margin-bottom: calc(1.1rem + 1.5vw);
  }
}
.section--mobile-apps .list {
  margin-top: 2rem;
}
.section--mobile-apps .cta h5 {
  margin-bottom: 1.2rem;
}

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