@charset "UTF-8";

.col {
  font-size: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-5px);
  }
}

/*!
 * Bootstrap Reboot v5.0.0-beta2 (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)
 */

*,
*::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);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

[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.0-beta2 (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, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  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: 20px;
  --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;
  }
}

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

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

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

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

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.carousel {
  position: relative;
}

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

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */

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

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

/* rtl:end:ignore */

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

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

/* vietnamese */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.switchesmx__header {
  position: relative;
}

.switchesmx__header-container {
  background: #282A30 url(/images/bg-dark.png) 50% 0;
  background-attachment: fixed;
  border-bottom: solid 10px #CF3947;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .switchesmx__header-container {
    border-bottom-width: 16px;
    padding-top: 40px;
  }
}

.switchesmx__header-logo {
  max-width: 100%;
}

.switchesmx__header-social {
  position: absolute;
  top: -15px;
  margin: 0;
  right: 10px;
  text-align: right;
  z-index: 10;
}

@media (min-width: 768px) {
  .switchesmx__header-social {
    top: 0;
    right: 20px;
  }
}

.switchesmx__header-social-link {
  display: inline-block;
  margin: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .switchesmx__header-social-link--trello {
    display: block;
  }
}

.switchesmx__header-menu {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 18px;
}

.switchesmx__header-menu li {
  display: inline-block;
  transition: all 0.1s ease-in-out;
}

.switchesmx__header-menu-link {
  display: block;
  background: #CF3947;
  color: #F9F9F9;
  font-weight: bold;
  padding: 2px 6px;
  box-shadow: 3px 3px 0 #282A30;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.switchesmx__header-menu-link:hover,
.switchesmx__header-menu-link:focus,
.switchesmx__header-menu-link:active {
  background: #822029;
  color: #F9F9F9;
  text-decoration: none;
}

.switchesmx__header-menu-link--active {
  background: #000;
  color: #F9F9F9;
}

.switchesmx__header-menu-link--active:hover,
.switchesmx__header-menu-link--active:focus,
.switchesmx__header-menu-link--active:active {
  background: #000;
  color: #F9F9F9;
}

.switchesmx__body {
  min-height: 100vh;
}

.switchesmx__footer {
  position: relative;
  font-size: 15px;
}

.switchesmx__footer-container {
  background: #282A30 url(/images/bg-dark.png) 50% 0;
  background-attachment: fixed;
  border-top: solid 10px #CF3947;
  color: #fff;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  min-height: 100px;
}

@media (min-width: 768px) {
  .switchesmx__footer-container {
    border-top-width: 16px;
    padding-bottom: 80px;
  }
}

.switchesmx__footer a:hover,
.switchesmx__footer a:active,
.switchesmx__footer a:focus {
  text-decoration: none;
  color: #fff;
}

.switchesmx-filter {
  background: #fff;
  margin: 0 0 40px;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.switchesmx-filter__filter {
  padding-bottom: 10px;
  text-align: left;
}

@media (min-width: 992px) {
  .switchesmx-filter__filter {
    position: relative;
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .switchesmx-filter__filter--manufacturer {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .switchesmx-filter__filter--brand {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .switchesmx-filter__filter--type {
    padding-left: 100px;
  }
}

.switchesmx-filter__filter--button {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: start;
  align-content: start;
  padding-left: 0;
}

.switchesmx-filter__filter--selected label {
  color: #CF3947;
}

.switchesmx-filter__filter--selected .switchesmx-filter__input {
  border-color: #CF3947;
}

.switchesmx-filter label {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 2px 2px 0;
  margin: 0;
  display: block;
}

@media (min-width: 992px) {
  .switchesmx-filter label {
    padding: 0 10px 2px 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
  }
}

.switchesmx-filter__input {
  font-weight: 600;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px;
  border: solid 2px #F9F9F9;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  .switchesmx-filter__input {
    width: 100%;
  }
}

.switchesmx-filter__button {
  display: inline-block;
  width: auto;
  background: #CF3947;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #CF3947;
  letter-spacing: -0.3px;
  padding: 5px 20px;
  height: 32px;
  flex: 1 0 auto;
  margin-left: 1px;
}

.switchesmx-filter__button--clear {
  background-color: #939393;
  border-color: #939393;
  color: #fff;
  padding: 5px;
}

.switchesmx-filter__button--clear:hover,
.switchesmx-filter__button--clear:focus,
.switchesmx-filter__button--clear:active {
  text-decoration: none;
  color: #3D3D3D;
}

.switchesmx-filter__button--filter:hover,
.switchesmx-filter__button--filter:focus,
.switchesmx-filter__button--filter:active {
  background: #822029;
  border-color: #822029;
  color: #F9F9F9;
  text-decoration: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.c-switch__column--stats,
.c-switch__column--spring,
.c-switch__column--materials,
.c-switch__column--prices,
.c-switch__column--mount {
  border-top: solid 1px #EFEFEF;
  margin-top: 10px;
  padding-top: 25px;
}

.c-switch__column {
  display: inline-block;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .c-switch__column {
    vertical-align: middle;
  }
}

.c-switch__column--icon {
  text-align: left;
  width: 20%;
  min-width: 80px;
}

@media (min-width: 768px) {
  .c-switch__column--icon {
    width: 12%;
    min-width: auto;
  }
}

@media (min-width: 992px) {
  .c-switch__column--icon {
    width: 8%;
  }
}

.c-switch__column--title {
  text-align: left;
  width: 55%;
}

@media (min-width: 768px) {
  .c-switch__column--title {
    width: 18%;
  }
}

@media (min-width: 992px) {
  .c-switch__column--title {
    width: 12%;
  }
}

.c-switch__column--type {
  text-align: center;
  width: 15%;
}

@media (min-width: 768px) {
  .c-switch__column--type {
    width: 7%;
  }
}

@media (min-width: 992px) {
  .c-switch__column--type {
    width: 7%;
  }
}

.c-switch__column--mount {
  width: 24%;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-switch__column--mount {
    width: 16%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-switch__column--mount {
    width: 11%;
  }
}

.c-switch__column--prices {
  width: 20%;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-switch__column--prices {
    width: 13%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-switch__column--prices {
    width: 11%;
  }
}

.c-switch__column--materials {
  width: 32%;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-switch__column--materials {
    width: 18%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-switch__column--materials {
    width: 15%;
  }
}

.c-switch__column--spring {
  width: 24%;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-switch__column--spring {
    width: 16%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-switch__column--spring {
    width: 8%;
  }
}

.c-switch__column--stats {
  width: 100%;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .c-switch__column--stats {
    width: 28%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-switch__column--updated {
  width: 50%;
}

@media (min-width: 768px) {
  .c-switch__column--updated {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .c-switch__column--updated {
    width: 50%;
  }
}

.c-switch__column--media {
  width: 50%;
}

@media (min-width: 768px) {
  .c-switch__column--media {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .c-switch__column--media {
    width: 50%;
  }
}

.c-switch__column--limited {
  width: 100%;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-switch__column--limited {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .c-switch__column--limited {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
  }
}

.c-switch--miniview .c-switch__column--icon {
  text-align: left;
  width: 35%;
  min-width: 70px;
}

@media (min-width: 576px) {
  .c-switch--miniview .c-switch__column--icon {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .c-switch--miniview .c-switch__column--icon {
    width: 20%;
  }
}

.c-switch--miniview .c-switch__column--title {
  text-align: left;
  width: 50%;
}

@media (min-width: 576px) {
  .c-switch--miniview .c-switch__column--title {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .c-switch--miniview .c-switch__column--title {
    width: 60%;
  }
}

.c-switch--miniview .c-switch__column--type {
  text-align: center;
  width: 15%;
}

@media (min-width: 576px) {
  .c-switch--miniview .c-switch__column--type {
    width: 20%;
  }
}

.c-switch--miniview .c-switch__column--updated,
.c-switch--miniview .c-switch__column--media {
  width: 50%;
}

.c-switch--miniview .c-switch__column--limited {
  width: 100%;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .c-switch--miniview .c-switch__column--limited {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .c-switch--miniview .c-switch__column--limited {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
  }
}

.c-switch .c-switch__materials {
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-switch .c-switch__materials > div {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 59px;
}

@media (min-width: 576px) {
  .c-switch .c-switch__materials > div {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .c-switch .c-switch__materials > div {
    width: 59px;
  }
}

@media (min-width: 992px) {
  .c-switch .c-switch__materials > div {
    width: 75px;
  }
}

@media (min-width: 1200px) {
  .c-switch .c-switch__materials > div {
    width: 102px;
  }
}

.switchesmx-list > a {
  display: block;
}

.switchesmx-list > a:hover .c-switch,
.switchesmx-list > a:active .c-switch,
.switchesmx-list > a:focus .c-switch {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.switchesmx-list a {
  text-decoration: none;
  color: #3D3D3D;
}

.switchesmx-list a:hover {
  text-decoration: none;
}

.switchesmx-list__thead {
  background: #fff;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 20px;
  color: #3D3D3D;
  letter-spacing: -0.02em;
  line-height: 1;
  display: none;
}

@media (min-width: 768px) {
  .switchesmx-list__thead {
    display: block;
    position: sticky;
    top: 5px;
    z-index: 11;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}

.switchesmx-list__thead .c-switch__column {
  font-weight: 700;
  font-size: 15px;
  vertical-align: top;
  letter-spacing: -0.02em;
}

.switchesmx-list__thead .c-switch__column-subtext {
  font-style: normal;
  font-weight: 700;
  color: #939393;
  font-size: 0;
}

.switchesmx-list__thead .c-switch__column-last-updated,
.switchesmx-list__thead .c-switch__column-subtext-stat {
  margin-top: 5px;
  display: inline-block;
  width: 25%;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: -0.02em;
}

@media (min-width: 1200px) {
  .switchesmx-list__thead .c-switch__column-last-updated,
  .switchesmx-list__thead .c-switch__column-subtext-stat {
    font-size: 12px;
  }
}

.switchesmx-list__thead .c-switch__column-last-updated {
  width: 100%;
  margin: 0;
  text-align: left;
}

.switchesmx-list__thead .c-switch__column--icon {
  text-align: left;
}

.switchesmx-list__thead .c-switch__column--title {
  text-align: left;
}

.switchesmx-list__thead .c-switch__column--materials {
  width: 33%;
}

@media (min-width: 992px) {
  .switchesmx-list__thead .c-switch__column--materials {
    width: 15%;
  }
}

.switchesmx-list__thead .c-switch__column--spring {
  display: none;
}

@media (min-width: 992px) {
  .switchesmx-list__thead .c-switch__column--spring {
    display: inline-block;
    width: 8%;
  }
}

.switchesmx-list__thead .c-switch__column--stats {
  display: none;
}

@media (min-width: 992px) {
  .switchesmx-list__thead .c-switch__column--stats {
    display: inline-block;
  }
}

.switchesmx-list__no-results {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .switchesmx-list__no-results {
    padding: 100px 300px;
  }
}

.switchesmx-list__no-results h3 {
  font-size: 34px;
}

.switchesmx-list__no-results a {
  color: #CF3947;
}

.switchesmx-list__no-results a:hover {
  text-decoration: underline;
}

.switchesmx-list__pagination {
  margin: 0 0 40px;
  font-size: 16px;
  padding: 5px;
  background: #fff;
  display: inline-block;
  border-radius: 20px;
}

.switchesmx-list__pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.switchesmx-list__pagination ul li {
  display: inline-block;
}

.switchesmx-list__pagination ul li:first-child,
.switchesmx-list__pagination ul li:last-child {
  font-weight: 700;
}

.switchesmx-list__pagination ul span,
.switchesmx-list__pagination ul a {
  display: block;
  padding: 5px 10px;
  font-weight: 700;
}

.switchesmx-list__pagination .active span,
.switchesmx-list__pagination .active a {
  border-radius: 5px;
  background: #CF3947;
  color: #fff;
}

.switchesmx-list__pagination a:hover,
.switchesmx-list__pagination a:active,
.switchesmx-list__pagination a:focus {
  border-radius: 5px;
  background: #d9626d;
  color: #fff;
  text-decoration: none;
}

.switchesmx-list__pagination-summary {
  padding: 10px;
  font-size: 13px;
}

.switchesmx-list__pagination-summary-total {
  font-weight: 700;
}

.c-switch {
  background: #fff;
  margin: 0 0 30px;
  padding: 10px;
  border-radius: 10px;
  color: #3D3D3D;
  letter-spacing: -0.02em;
  line-height: 1.4;
  transition: all 0.4s ease-in-out;
  position: relative;
  min-height: 125px;
  /* Link */
}

@media (min-width: 768px) {
  .c-switch {
    border-radius: 20px;
    padding: 10px 20px;
    padding-bottom: 5px;
  }
}

.c-switch a {
  text-decoration: none;
  color: #3D3D3D;
}

.c-switch a:hover {
  text-decoration: none;
}

.c-switch__icon {
  position: relative;
  height: 70px;
  width: 62px;
}

.c-switch__icon-variation-count {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  padding: 0 8px;
  display: inline-block;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  left: 14px;
  top: -17px;
  height: 16px;
  width: 100px;
  text-align: center;
}

@media (min-width: 576px) {
  .c-switch__icon-variation-count {
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
    transform: rotate(-90deg);
    left: -58px;
    top: 52px;
    height: 22px;
    width: 92px;
  }
}

@media (min-width: 768px) {
  .c-switch__icon-variation-count {
    left: -58px;
  }
}

.c-switch__icon-variation-count strong {
  font-size: 14px;
  font-weight: 900;
  color: #CF3947;
}

@media (min-width: 576px) {
  .c-switch__icon-variation-count strong {
    font-size: 16px;
  }
}

.c-switch__icon-stem {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}

.c-switch__icon-housing-top {
  position: absolute;
  top: 14px;
  left: 1px;
  transform: translateX(0.2px);
  z-index: 2;
}

.c-switch__icon-housing-bottom {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 2;
}

.c-switch__icon:hover .c-switch__icon-stem {
  top: 12px;
}

.c-switch__title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.2;
}

.c-switch__type {
  font-weight: 700;
  font-size: 15px;
}

@media (min-width: 768px) {
  .c-switch__type {
    font-size: 13px;
  }
}

.c-switch__type-label {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .c-switch__type-label {
    margin-bottom: 5px;
  }
}

.c-switch__type-label-sub {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #C4C4C4;
}

.c-switch__type-label-desc {
  display: none;
}

.c-switch__volume {
  margin-top: 5px;
}

.c-switch__volume-label-short {
  color: #939393;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  margin-left: 6px;
}

.c-switch__volume-label-long {
  display: none;
}

.c-switch__volume-notes {
  display: none;
}

.c-switch__mount {
  font-weight: 700;
  font-size: 14px;
}

.c-switch__mount-label-sub {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #939393;
}

.c-switch__affiliate-mechbox {
  padding: 10px 20px;
}

.c-switch__affiliate-mechbox h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}

.c-switch__affiliate-mechbox-link-button {
  display: inline-block;
  width: auto;
  background: #CF3947;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-color: #CF3947;
  letter-spacing: -0.3px;
  line-height: 1.3;
  border-radius: 5px;
  border: solid 2px #F9F9F9;
  padding: 5px 20px;
  text-transform: none;
}

.c-switch__affiliate-mechbox-link-button:hover,
.c-switch__affiliate-mechbox-link-button:focus,
.c-switch__affiliate-mechbox-link-button:active {
  background: #822029;
  color: #F9F9F9;
  text-decoration: none;
}

.c-switch__affiliate-mechbox-from {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #C4C4C4;
  margin: 5px 0;
}

.c-switch__affiliate-mechbox-logo {
  width: 160px;
  max-width: 100%;
  margin: 0 10px 10px;
}

.c-switch__prices {
  position: relative;
}

.c-switch__prices-list {
  white-space: nowrap;
  min-width: 250px;
}

.c-switch__prices-list-na {
  font-weight: 700;
  font-size: 12px;
  color: #939393;
  font-style: italic;
}

.c-switch__prices-list-first-price {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.06em;
}

.c-switch__prices-list-first-price-from {
  display: block;
  font-size: 12px;
  color: #939393;
}

.c-switch__prices--limited .c-switch__prices-list {
  color: #CF3947;
  text-decoration: line-through;
}

.c-switch__prices--limited .c-switch__prices-list a,
.c-switch__prices--limited .c-switch__prices-list a:hover,
.c-switch__prices--limited .c-switch__prices-list a:focus,
.c-switch__prices--limited .c-switch__prices-list a:active {
  color: #CF3947;
}

.c-switch__prices .c-switch__prices-list {
  display: none;
  position: absolute;
  text-align: left;
  top: -20px;
  left: 10px;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 10px;
  z-index: 10;
}

@media (min-width: 768px) {
  .c-switch__prices .c-switch__prices-list {
    left: -50px;
  }
}

.c-switch__prices:hover .c-switch__prices-list {
  display: block;
}

.c-switch__limited-run-info {
  margin-top: 5px;
  color: #CF3947;
  font-size: 12px;
  font-weight: 700;
}

.c-switch__limited-run-info--group-buy-available {
  color: #3D9D24;
}

.c-switch__price {
  text-align: left;
  border-bottom: solid 1px #F9F9F9;
  position: relative;
}

.c-switch__price-vendor {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-switch__price-vendor-icon {
  display: inline-block;
  margin-right: 5px;
}

.c-switch__price-vendor-extra {
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  left: 50px;
  top: 24px;
  color: #939393;
  letter-spacing: -0.1px;
}

.c-switch__price-value {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.06em;
  padding-top: 3px;
  text-align: right;
}

.c-switch__price-value-flag {
  display: inline-block;
  margin-left: 5px;
}

.c-switch__price:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.c-switch__price-inner {
  padding: 5px 10px;
  position: relative;
}

.c-switch__price a {
  color: #3D3D3D;
  display: block;
}

.c-switch__price a:hover,
.c-switch__price a:active,
.c-switch__price a:focus {
  background: #F9F9F9;
  color: #3D3D3D;
  text-decoration: none;
}

.c-switch__price-vendor-referral-discount {
  position: relative;
  margin-top: 3px;
  width: auto;
  display: inline-block;
  background: #7289DA;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 2px 8px;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  margin-left: -2px;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .c-switch__price-vendor-referral-discount {
    position: absolute;
    margin: 0;
    left: 100%;
    top: 9px;
  }
}

.c-switch__price-vendor-referral-discount:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  top: -8px;
  margin-left: -3px;
  border-width: 6px 6px 6px 0;
  border-color: transparent #7289DA transparent transparent;
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .c-switch__price-vendor-referral-discount:before {
    left: -5px;
    top: 5px;
    margin-left: 0;
    border-width: 6px 6px 6px 0;
    border-color: transparent #7289DA transparent transparent;
    transform: rotate(0);
  }
}

@media (min-width: 1200px) {
  .c-switch__price:hover .c-switch__price-vendor-referral-discount {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    animation: bounce 1s infinite;
  }
}

.c-switch__materials {
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  text-align: left;
  line-height: 2.2;
  font-size: 10px;
  white-space: nowrap;
}

.c-switch__materials > div {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
}

@media (min-width: 576px) {
  .c-switch__materials > div {
    width: 140px;
  }
}

@media (min-width: 768px) {
  .c-switch__materials > div {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .c-switch__materials > div {
    width: 240px;
  }
}

@media (min-width: 1200px) {
  .c-switch__materials > div {
    width: 270px;
  }
}

@media (min-width: 576px) {
  .c-switch__materials {
    line-height: 1.8;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .c-switch__materials {
    font-size: 13px;
  }
}

.c-switch__materials-icon-stem {
  position: absolute;
  top: 2px;
  left: 60px;
}

.c-switch__materials-icon-housing-top {
  position: absolute;
  top: 18px;
  left: 60px;
}

.c-switch__materials-icon-housing-bottom {
  position: absolute;
  top: 34px;
  left: 60px;
}

.c-switch__materials-type {
  display: none;
  font-size: 10px;
  margin-top: -7px;
  color: #939393;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  .c-switch__materials-type {
    font-size: 11px;
  }
}

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

.c-switch__spring-label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.03em;
  margin-top: 5px;
}

.c-switch__spring-label em {
  font-size: 11px;
  font-style: normal;
  color: #939393;
  display: block;
  margin-top: 2px;
  font-weight: 500;
}

.c-switch__stats {
  white-space: nowrap;
  text-align: right;
}

.c-switch__stat {
  display: inline-block;
  width: 25%;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.06em;
  border-right: solid 2px #EFEFEF;
  text-align: center;
  position: relative;
}

.c-switch__stat:first-child {
  padding-left: 0;
}

.c-switch__stat:last-child {
  border: none;
  padding-right: 0;
}

.c-switch__stat:before {
  content: attr(title);
  display: inline-block;
  position: absolute;
  left: 2px;
  top: -20px;
  width: auto;
  padding-right: 20px;
  font-size: 11px;
  text-align: right;
  color: #939393;
  letter-spacing: -0.03em;
}

@media (min-width: 576px) {
  .c-switch__stat:before {
    left: 8px;
  }
}

@media (min-width: 992px) {
  .c-switch__stat:before {
    display: none;
  }
}

.c-switch__stat-unit {
  display: inline-block;
  font-size: 12px;
  padding-left: 2px;
}

.c-switch__updated {
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  color: #C4C4C4;
  margin-top: 17px;
}

@media (min-width: 768px) {
  .c-switch__updated {
    margin-top: 10px;
  }
}

.c-switch__media {
  text-align: right;
  margin-top: 10px;
}

.c-switch__media-count {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.06em;
  display: inline-block;
  margin: 0 0 0 10px;
}

.c-switch__media-count-number {
  color: #CF3947;
}

.c-switch__link {
  margin: 20px 0;
  padding: 0 10px;
}

.c-switch__link-anchor {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #3D3D3D;
  text-decoration: none;
  display: block;
}

.c-switch__link-anchor:hover,
.c-switch__link-anchor:active,
.c-switch__link-anchor:focus {
  color: #3D3D3D;
  text-decoration: none;
}

.c-switch__link-anchor:hover .c-switch__link-domain,
.c-switch__link-anchor:active .c-switch__link-domain,
.c-switch__link-anchor:focus .c-switch__link-domain {
  text-decoration: underline;
}

.c-switch__link-domain {
  font-size: 13px;
  letter-spacing: -0.03em;
  color: #939393;
  display: block;
}

.c-switch--miniview {
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .c-switch--miniview {
    padding-bottom: 30px;
  }
}

.c-switch--miniview .c-switch__updated {
  text-align: center;
}

.c-switch--miniview .c-switch__media {
  text-align: center;
  margin-top: 15px;
}

body.is-modal {
  overflow: hidden;
  height: 100%;
}

.switchesmx-detail {
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.switchesmx-detail-inner {
  background: #F9F9F9;
  border-radius: 20px;
  color: #3D3D3D;
  letter-spacing: -0.02em;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 100;
  max-width: 95%;
  margin-left: -48%;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .switchesmx-detail-inner {
    max-width: 90%;
    margin-left: -45%;
    top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .switchesmx-detail-inner {
    max-width: 715px;
    margin-left: -355px;
  }
}

@media (min-width: 992px) {
  .switchesmx-detail-inner {
    max-width: 940px;
    margin-left: -460px;
  }
}

@media (min-width: 1200px) {
  .switchesmx-detail-inner {
    max-width: 1060px;
    margin-left: -520px;
  }
}

.switchesmx-detail__back {
  position: fixed;
  top: -10px;
  right: 20px;
  z-index: 10;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  text-indent: -900009px;
}

@media (min-width: 576px) {
  .switchesmx-detail__back {
    right: 30px;
  }
}

.switchesmx-detail__back:after {
  content: "X";
  display: block;
  background: #fff;
  color: #CF3947;
  font-weight: 900;
  border: solid 4px #CF3947;
  border-radius: 50%;
  text-align: center;
  text-indent: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
  font-size: 22px;
  line-height: 1.9;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  .switchesmx-detail__back:after {
    font-size: 30px;
    line-height: 1.7;
    width: 60px;
    height: 60px;
  }
}

.switchesmx-detail__back:hover,
.switchesmx-detail__back:active,
.switchesmx-detail__back:focus {
  color: #CF3947;
  text-decoration: none;
}

.switchesmx-detail .c-switch {
  /* Manufacturer: Gateron Brand: KBDFans */
}

.switchesmx-detail .c-switch__title {
  font-size: 24px;
  text-align: center;
  padding: 20px 0 0;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__title {
    font-size: 32px;
  }
}

.switchesmx-detail .c-switch__type {
  padding: 0 20px;
}

.switchesmx-detail .c-switch__type-label {
  font-size: 22px;
}

.switchesmx-detail .c-switch__type-label-desc {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
}

.switchesmx-detail .c-switch__lubrication-factory {
  font-size: 13px;
}

.switchesmx-detail .c-switch__lubrication-factory strong {
  color: #CF3947;
  display: block;
}

.switchesmx-detail .c-switch__lubrication-guide {
  font-style: italic;
  margin: 20px 0 0;
}

.switchesmx-detail .c-switch__film-label-why {
  font-style: italic;
  margin: 20px 0 0;
}

.switchesmx-detail .c-switch__stem-construction-length {
  margin-top: 20px;
}

.switchesmx-detail .c-switch__spec-notes {
  margin-top: 10px;
  padding: 10px;
  background: #ECECEC;
  border-radius: 10px;
  line-height: 1.3;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-style: italic;
}

.switchesmx-detail .c-switch__spec-notes h5 {
  font-size: 13px;
  font-weight: 700;
}

.switchesmx-detail .c-switch__spec-notes p:last-child {
  margin-bottom: 0;
}

.switchesmx-detail .c-switch__manubrands {
  text-align: center;
  margin: 0 0 20px;
}

.switchesmx-detail .c-switch__manubrand {
  font-weight: bold;
  font-size: 14px;
  color: #3D3D3D;
  margin-right: 20px;
  display: inline-block;
}

.switchesmx-detail .c-switch__manubrand-label {
  display: inline-block;
  margin-right: 3px;
}

.switchesmx-detail .c-switch__manubrand-value {
  color: #CF3947;
  display: inline-block;
}

.switchesmx-detail .c-switch__manubrand:last-child {
  margin-right: 0;
}

.switchesmx-detail .c-switch__icon {
  height: 152px;
  width: 120px;
  text-align: left;
  display: inline-block;
  margin: 0;
  margin-left: -120px;
  position: relative;
  z-index: 2;
  zoom: 1;
}

.switchesmx-detail .c-switch__icon-stem {
  transform: scale3d(2, 2, 2);
  top: 24px;
}

.switchesmx-detail .c-switch__icon-housing-top {
  top: 34px;
  transform: translateX(0.2px) scale3d(2, 2, 2);
}

.switchesmx-detail .c-switch__icon-housing-bottom {
  top: 86px;
  transform: scale3d(2, 2, 2);
}

@media all and (-ms-high-contrast: none) {
  .switchesmx-detail .c-switch__icon-housing-bottom {
    top: 84px;
  }
}

.switchesmx-detail .c-switch__icon:hover .c-switch__icon-stem {
  top: 45px;
}

.switchesmx-detail .c-switch__materials {
  position: absolute;
  top: 0;
  left: -37px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: left;
  z-index: 1;
  line-height: 2;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__materials {
    font-size: 14px;
    line-height: 1.9;
  }
}

.switchesmx-detail .c-switch__materials-icon {
  display: none;
}

.switchesmx-detail .c-switch__materials-icon-stem {
  background: transparent url(/images/icons/material-arrow-stem.svg) no-repeat 0 0;
  top: 12px;
  left: -35px;
  padding: 2px 0 0 71px;
}

.switchesmx-detail .c-switch__materials-icon-housing-top {
  background: transparent url(/images/icons/material-arrow-housing-top.svg) no-repeat 0 0;
  top: 50px;
  left: -2px;
  padding: 7px 0 0 38px;
}

.switchesmx-detail .c-switch__materials-icon-housing-bottom {
  background: transparent url(/images/icons/material-arrow-housing-bottom.svg) no-repeat 0 0;
  top: 92px;
  left: 4px;
  padding: 6px 0 0 32px;
}

.switchesmx-detail .c-switch__materials-type {
  display: block;
}

.switchesmx-detail .c-switch__updated {
  position: absolute;
  top: -22px;
  left: 10px;
  margin: 0;
  color: #fff;
  z-index: 1;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__updated {
    color: #939393;
    top: 6px;
    left: 20px;
  }
}

.switchesmx-detail .c-switch__edit-github {
  display: inline-block;
  background: transparent url(/images/social/social_github.svg) no-repeat 0 0;
  padding-left: 20px;
  background-size: 15px;
  position: absolute;
  top: -35px;
  left: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.switchesmx-detail .c-switch__volume {
  margin: 0;
}

.switchesmx-detail .c-switch__volume-label-short {
  color: #3D3D3D;
  font-size: 14px;
  display: block;
  margin: 0;
}

.switchesmx-detail .c-switch__volume-label-long {
  margin: 10px 0 0;
  display: block;
}

.switchesmx-detail .c-switch__volume-notes {
  margin-top: 10px;
  display: block;
}

.switchesmx-detail .c-switch__prices-list {
  min-width: auto;
}

.switchesmx-detail .c-switch__prices .c-switch__prices-list {
  display: block;
  position: static;
  padding: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}

.switchesmx-detail .c-switch__prices-list-first-price {
  display: none;
}

.switchesmx-detail .c-switch__prices-limited-run-info {
  padding-left: 20px;
  padding-right: 20px;
}

.switchesmx-detail .c-switch__limited-run-info {
  padding-left: 20px;
  padding-right: 20px;
}

.switchesmx-detail .c-switch__stats {
  display: block;
  background: #F9F9F9;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: right;
  margin: 0 10px 20px 0;
  width: 100%;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__stats {
    padding: 10px 20px;
    margin: 20px;
  }
}

@media (min-width: 992px) {
  .switchesmx-detail .c-switch__stats {
    width: 100%;
    margin: 5px 0 20px;
  }
}

.switchesmx-detail .c-switch__stat {
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 2px 0;
  letter-spacing: -0.02em;
  letter-spacing: -0.06em;
  font-size: 16px;
  width: auto;
  border: none;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__stat {
    font-size: 17px;
  }
}

.switchesmx-detail .c-switch__stat:before {
  display: block;
  top: auto;
  bottom: 2px;
  left: 0;
  color: #282A30;
  font-size: 11px;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__stat:before {
    font-size: 13px;
  }
}

.switchesmx-detail .c-switch__stat:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: dotted 1px #ECECEC;
}

.switchesmx-detail .c-switch__stat-variation {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #CF3947;
  padding: 0 0 5px;
  text-align: center;
  display: block;
  white-space: normal;
}

.switchesmx-detail .c-switch__stat-unit {
  width: 25px;
  text-align: left;
}

.switchesmx-detail .c-switch__theremingoat-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.switchesmx-detail .c-switch__theremingoat-score-table {
  border: solid 1px #000;
  margin: 10px;
  background: #fff;
}

.switchesmx-detail .c-switch__theremingoat-score-row {
  border-bottom: solid 1px #3D3D3D;
  font-size: 0;
  font-weight: 500;
  text-align: left;
  padding: 1px 10px;
}

.switchesmx-detail .c-switch__theremingoat-score-row--header {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 12px ​5px;
}

.switchesmx-detail .c-switch__theremingoat-score-row--total {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  font-weight: 700;
}

.switchesmx-detail .c-switch__theremingoat-score-switch {
  font-size: 15px;
  font-weight: 700;
}

.switchesmx-detail .c-switch__theremingoat-score-score {
  display: inline-block;
  width: 20%;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.switchesmx-detail .c-switch__theremingoat-score-outof {
  display: inline-block;
  width: 25%;
  font-size: 16px;
}

.switchesmx-detail .c-switch__theremingoat-score-legend {
  display: inline-block;
  width: 55%;
  font-size: 16px;
}

.switchesmx-detail .c-switch__theremingoat-score-link {
  display: block;
  background: #000;
  color: #fff;
  margin: 10px;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.switchesmx-detail .c-switch__theremingoat-score-link:hover,
.switchesmx-detail .c-switch__theremingoat-score-link:active,
.switchesmx-detail .c-switch__theremingoat-score-link:focus {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.switchesmx-detail .c-switch__theremingoat-score-link em {
  font-weight: 300;
}

.switchesmx-detail .c-switch__theremingoat-score-review-link {
  display: inline-block;
  color: #000;
  margin: 10px 0;
  font-size: 14px;
}

.switchesmx-detail .c-switch__theremingoat-score-review-link:hover,
.switchesmx-detail .c-switch__theremingoat-score-review-link:active,
.switchesmx-detail .c-switch__theremingoat-score-review-link:focus {
  text-decoration: underline;
  color: #000;
}

.switchesmx-detail .c-switch__theremingoat-score-review-link strong {
  display: inline-block;
}

.switchesmx-detail .c-switch__quotes {
  color: #fff;
  padding: 0;
}

.switchesmx-detail .c-switch__quotes::after {
  display: block;
  clear: both;
  content: "";
}

.switchesmx-detail .c-switch__quotes-intro {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 40px;
}

.switchesmx-detail .c-switch__quote {
  font-weight: 700;
  color: #3D3D3D;
  position: relative;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.3;
  clear: both;
}

@media (min-width: 768px) {
  .switchesmx-detail .c-switch__quote {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .switchesmx-detail .c-switch__quote {
    width: 80%;
  }
}

.switchesmx-detail .c-switch__quote p:last-of-type {
  margin-bottom: 0;
}

.switchesmx-detail .c-switch__quote-inner {
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 0;
}

.switchesmx-detail .c-switch__quote-link {
  display: block;
  text-align: right;
  position: relative;
  bottom: 4px;
  right: -10px;
  padding: 10px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.switchesmx-detail .c-switch__quote-link:hover,
.switchesmx-detail .c-switch__quote-link:active,
.switchesmx-detail .c-switch__quote-link:focus {
  color: #fff;
  text-decoration: underline;
}

.switchesmx-detail .c-switch__quote-link:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.switchesmx-detail .c-switch__quote:nth-child(even) {
  float: right;
}

.switchesmx-detail .c-switch__quote:nth-child(even) .c-switch__quote-inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 30px;
}

.switchesmx-detail .c-switch__quote:nth-child(even) .c-switch__quote-link {
  right: auto;
  left: -10px;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
}

.switchesmx-detail .c-switch__quote:nth-child(even) .c-switch__quote-link:after {
  right: auto;
  left: 10px;
  border-width: 7px 7px 0 0;
  border-color: #fff transparent transparent transparent;
}

.switchesmx-detail .c-switch__photos {
  background: #fff;
  padding: 5px;
  border: solid 1px #ECECEC;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .switchesmx-detail .c-switch__photos {
    padding: 20px;
  }
}

.switchesmx-detail .c-switch__photo {
  width: 100%;
  height: auto;
}

.switchesmx-detail .c-switch__photo-caption {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 70px;
  font-size: 11px;
  padding: 2px 10px;
  background: #CF3947;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
  .switchesmx-detail .c-switch__photo-caption {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.switchesmx-detail .c-switch__photo-caption p {
  margin: 0;
}

.switchesmx-detail .c-switch__photo-thumbnail {
  display: block;
  border-bottom: solid 1px #fff;
  border-bottom-width: 4px;
  transition: all 0.4s ease-in-out;
  width: 20px;
  height: 20px;
}

@media (min-width: 576px) {
  .switchesmx-detail .c-switch__photo-thumbnail {
    width: 40px;
    height: 40px;
  }
}

.switchesmx-detail .c-switch__videos {
  background: #fff;
  padding: 20px;
  border: solid 1px #ECECEC;
  border-radius: 10px;
}

.switchesmx-detail .c-switch__video {
  background: #ECECEC;
  padding: 0 0 10px;
  border-radius: 10px;
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .switchesmx-detail .c-switch__video {
    padding: 10px 10px 20px;
  }
}

.switchesmx-detail .c-switch__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 6px;
  overflow: hidden;
}

.switchesmx-detail .c-switch__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.switchesmx-detail .c-switch__video-caption {
  font-weight: 700;
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .switchesmx-detail .c-switch__video-caption {
    font-size: 15px;
    margin: 10px 0 0;
  }
}

.switchesmx-detail__force-graph {
  background: #EFEFEF;
  border: 2px solid #ECECEC;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .switchesmx-detail__force-graph {
    margin-top: 40px;
  }
}

.switchesmx-detail__force-graph-img {
  margin-top: 20px;
  width: 100%;
  border: solid 1px #fff;
}

.switchesmx-detail__force-graph-info {
  font-weight: 600;
  font-size: 13px;
}

.switchesmx-detail__opinions {
  background: #EFEFEF;
  border: 2px solid #ECECEC;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .switchesmx-detail__opinions {
    padding: 20px 80px;
    margin-top: 40px;
  }
}

.switchesmx-detail__opinions-intro {
  color: #3D3D3D;
  font-weight: 600;
  font-size: 15px;
}

.switchesmx-detail__icon-variation-count {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 700;
}

.switchesmx-detail__icon-variation-count strong {
  font-size: 19px;
  color: #CF3947;
}

.switchesmx-detail__icon-materials {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .switchesmx-detail__icon-materials {
    margin-left: 50px;
  }
}

.switchesmx-detail__variation-description {
  font-size: 13px;
  margin: -10px 0 30px;
  font-weight: 600;
  background: linear-gradient(180deg, #f9f9f9 0%, rgba(249, 249, 249, 0) 70%);
  padding: 10px 20px;
  color: #939393;
  font-style: italic;
  border-radius: 10px;
}

.switchesmx-detail__notes,
.switchesmx-detail__limited-run-info {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .switchesmx-detail__notes,
  .switchesmx-detail__limited-run-info {
    padding: 0;
  }
}

.switchesmx-detail__notes {
  padding: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .switchesmx-detail__notes {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .switchesmx-detail__notes {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.switchesmx-detail__notes p:last-child {
  margin-bottom: 0;
}

.switchesmx-detail__limited-run-info {
  font-size: 13px;
  color: #CF3947;
}

.switchesmx-detail__limited-run-info-heading {
  font-size: 15px;
  font-weight: 700;
}

.switchesmx-detail__small-print {
  display: block;
  font-style: normal;
  font-weight: 500;
  padding: 0 20px;
  margin: 20px 0 10px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #939393;
}

.switchesmx-detail__small-print--affiliate {
  font-size: 11px;
  margin-bottom: 30px;
  margin-top: -10px;
}

.switchesmx-detail__inner-container {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
}

.switchesmx-detail__inner-container--type {
  padding: 20px 0;
  background: linear-gradient(180deg, #7D7D7D 0%, #454545 100%);
  color: #fff;
}

.switchesmx-detail__inner-container--details {
  border-width: 4px;
}

.switchesmx-detail__inner-container h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.switchesmx-detail__inner-container h2 strong {
  display: block;
  font-size: 16px;
}

.switchesmx-detail__inner-container--theremingoat {
  border-color: #3D3D3D;
  background: #ECECEC;
  border-width: 2px;
}

.switchesmx-detail__inner-block {
  font-size: 12px;
  letter-spacing: -0.03em;
  font-weight: 700;
  padding: 10px;
  border-bottom: 1px solid #ECECEC;
  line-height: 1.4;
}

.switchesmx-detail__inner-block:last-child {
  border-bottom: none;
}

.switchesmx-detail__inner-block img {
  display: inline-block;
  margin-bottom: 10px;
}

.switchesmx-detail__inner-block h4,
.switchesmx-detail__inner-block h5 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px;
}

.switchesmx-detail__inner-block h5 {
  font-size: 14px;
}

.switchesmx-detail__col-main {
  padding: 0;
}

.switchesmx-detail__col-main-upper {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .switchesmx-detail__col-main-upper {
    padding-bottom: 20px;
    border-top-right-radius: 0;
  }
}

.switchesmx-detail__col-main-lower-quotes {
  padding: 20px;
  border-top: solid 1px #C4C4C4;
  background: #000;
  background: linear-gradient(180deg, #000 0%, #282A30 20%);
}

@media (min-width: 768px) {
  .switchesmx-detail__col-main-lower-quotes {
    padding: 20px 40px;
  }
}

.switchesmx-detail__col-main-lower {
  padding: 10px;
  border-top: solid 1px #ECECEC;
}

@media (min-width: 768px) {
  .switchesmx-detail__col-main-lower {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .switchesmx-detail__col-main-lower {
    padding: 20px 40px;
    padding-bottom: 80px;
  }
}

.switchesmx-detail__col-secondary {
  padding: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
  .switchesmx-detail__col-secondary {
    border-left: solid 1px #ECECEC;
  }
}

.switchesmx-detail .nav-tabs {
  border: none;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .switchesmx-detail .nav-tabs {
    margin-left: 20px;
  }
}

.switchesmx-detail .nav-tabs .nav-link {
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  color: #3D3D3D;
  background: #ECECEC;
  padding: 8px 16px;
  font-size: 14px;
}

@media (min-width: 576px) {
  .switchesmx-detail .nav-tabs .nav-link {
    font-size: 19px;
  }
}

.switchesmx-detail .nav-tabs .nav-link strong {
  color: #CF3947;
}

.switchesmx-detail .nav-tabs .nav-link.active {
  background: #fff;
}

.switchesmx-detail .discord {
  font-weight: 900;
  color: #7289DA;
}

.switchesmx-detail .discord-channel {
  font-weight: 900;
  color: #CF3947;
}

.carousel {
  border-radius: 10px;
  overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.carousel-control-label {
  text-indent: -90009px;
  text-align: left;
}

.carousel-indicators [data-bs-target] {
  height: 20px;
  width: 20px;
  text-indent: initial;
  display: inline-block;
  opacity: 1;
  background: transparent;
}

@media (min-width: 576px) {
  .carousel-indicators [data-bs-target] {
    width: 40px;
    height: 40px;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators .active .c-switch__photo-thumbnail {
  border-color: #CF3947;
}

.page-home__block {
  position: relative;
  color: #fff;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .page-home__block {
    min-height: 280px;
    font-size: 19px;
  }
}

.page-home__block-heading-3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .page-home__block-heading-3 {
    font-size: 29px;
  }
}

.page-home__block-heading-4 {
  font-size: 19px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .page-home__block-heading-4 {
    font-size: 22px;
  }
}

.page-home__block-inner {
  position: relative;
  z-index: 1;
}

.page-home__block:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333333;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 70%);
  z-index: 0;
}

.page-home__block--switches {
  background: #fff url("/images/home/switches.png") no-repeat 0 0;
  background-size: cover;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.page-home__block--frankenswitches {
  background: #fff url("/images/home/frankenswitches.png") no-repeat 0 0;
  background-size: cover;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.page-home__block--vendors {
  background: #fff url("/images/home/vendors.png") no-repeat 0 0;
  background-size: cover;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.page-home__block--shop {
  background: #fff url("/images/home/shop.png") no-repeat 0 0;
  background-size: cover;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.page-home__block--contribute {
  min-height: auto;
}

.page-home__block--contribute small {
  font-weight: 500;
  font-size: 13px;
}

a.page-home__block {
  transition: all 0.2s ease-in-out;
}

a.page-home__block:hover,
a.page-home__block:active,
a.page-home__block:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -4px, 0);
}

.page-home__block--latest {
  background: rgba(0, 0, 0, 0.1);
}

.page-home__block--latest,
.page-home__block--contribute,
.page-home__block--instagram {
  color: #282A30;
}

.page-home__block--latest:before,
.page-home__block--contribute:before,
.page-home__block--instagram:before {
  display: none;
}

.page-home__switch-count {
  font-size: 22px;
  background: #fff;
  color: #CF3947;
  display: inline-block;
  padding: 0 8px;
  box-shadow: 0 4px 0 #CF3947;
  text-shadow: none;
}

.page-vendors {
  padding-bottom: 20px;
}

.page-vendors_intro-container {
  position: sticky;
  top: 5px;
  z-index: 11;
}

.page-vendors_intro {
  background: #fff;
  border-radius: 20px;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-vendors_list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}

.page-vendors_list-item {
  text-align: left;
  margin: 0 0 2px;
  border-bottom: solid 1px #ECECEC;
  position: relative;
  padding: 2px 30px 2px 0;
}

.page-vendors_list-flag {
  background: #ECECEC;
  padding: 0 3px 3px;
  border-radius: 5px;
  position: absolute;
  right: 0;
}

.page-vendors_list-flag,
.page-vendors_list-favicon {
  display: inline-block;
  margin-right: 10px;
}

.page-vendors_list-flag-img,
.page-vendors_list-favicon-img {
  display: inline-block;
}

.page-vendors_list-favicon--l {
  margin: 0 0 2px;
}

.page-vendors_list-title {
  font-weight: 700;
  font-size: 15px;
}

.page-vendors_list-title-link {
  color: #3D3D3D;
}

.page-vendors_list-title-link:hover,
.page-vendors_list-title-link:active,
.page-vendors_list-title-link:focus {
  text-decoration: none;
  color: #CF3947;
}

.page-vendors_list-links-social-container {
  margin: 0 0 0 10px;
  background: #ECECEC;
  padding: 3px 5px;
  border-radius: 20px;
  display: inline-block;
}

.page-vendors_list-social {
  display: inline-block;
  margin-right: 3px;
}

.page-vendors_list-social:last-child {
  margin: 0;
}

.page-vendors_list-social:hover,
.page-vendors_list-social:active,
.page-vendors_list-social:focus {
  text-decoration: none;
}

body {
  background: #EFEFEF url(/images/bg.png) 50% 0;
  background-attachment: fixed;
  font-family: "Quicksand", sans-serif;
  color: #3D3D3D;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: #CF3947;
}

a:hover {
  text-decoration: underline;
}

.switchesmx {
  text-align: center;
  position: relative;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}

