.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@charset "UTF-8";
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
:root {
  --blue: #3a9ae8;
  --indigo: #6610f2;
  --purple: #6b30c4;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #0c868c;
  --white: #fff;
  --gray: #656565;
  --gray-dark: #343a40;
  --primary: #cf381c;
  --secondary: #222222;
  --success: #74b348;
  --info: #3a9ae8;
  --warning: #ffc107;
  --danger: #ed4242;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1360px;
  --breakpoint-xxxl: 1500px;
  --breakpoint-xxxxl: 1810px;
  --font-family-sans-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
}
@media (max-width: 992px) {
  body {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
body {
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
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;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.25rem 0.625rem;
  padding-bottom: 1.25rem 0.625rem;
  color: #656565;
  text-align: left;
  caption-side: bottom;
}

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

label, .label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  legend {
    font-size: calc(0.6833333333rem + 1.3172043011vw);
  }
}
legend {
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.3125rem;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: calc(0.7333333333rem + 2.4462365591vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: calc(0.7166666667rem + 2.0698924731vw);
  }
}

h3, .h3 {
  font-size: 1.625rem;
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: calc(0.6916666667rem + 1.5053763441vw);
  }
}

h4, .h4 {
  font-size: 1.375rem;
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: calc(0.675rem + 1.1290322581vw);
  }
}

h5, .h5 {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  h5, .h5 {
    font-size: calc(0.6583333333rem + 0.752688172vw);
  }
}

h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 992px) {
  h6, .h6 {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}

.lead {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .lead {
    font-size: calc(0.6666666667rem + 0.9408602151vw);
  }
}
.lead {
  font-weight: 300;
}

.display-1 {
  font-size: 3.125rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: calc(0.7916666667rem + 3.7634408602vw);
  }
}
.display-1 {
  font-weight: 600;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.188rem;
}
@media (max-width: 992px) {
  .display-2 {
    font-size: calc(0.7292rem + 2.3529032258vw);
  }
}
.display-2 {
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.563rem;
}
@media (max-width: 992px) {
  .display-3 {
    font-size: calc(0.6875333333rem + 1.4120430108vw);
  }
}
.display-3 {
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .display-4 {
    font-size: calc(0.6666666667rem + 0.9408602151vw);
  }
}
.display-4 {
  font-weight: 400;
  line-height: 1.2;
}

hr {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .blockquote {
    font-size: calc(0.6666666667rem + 0.9408602151vw);
  }
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #656565;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #656565;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #000000;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #000000;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container,
.container-fluid,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1440px;
  }
}
@media (min-width: 1810px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1750px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxxl,
.col-xxxxl-auto, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-xs-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, .col-xs-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1360px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1810px) {
  .col-xxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 0.625rem;
  color: #000000;
  background-color: #fff;
}
.table th,
.table td {
  padding: 1.25rem 0.625rem;
  vertical-align: top;
  border-top: 1px solid #f3f3f3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f3f3f3;
}
.table tbody + tbody {
  border-top: 2px solid #f3f3f3;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #f3f3f3;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #f3f3f3;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(241.56, 199.28, 191.44);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(230.04, 151.52, 136.96);
}

.table-hover .table-primary:hover {
  background-color: rgb(237.1090909091, 180.8272727273, 170.3909090909);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(237.1090909091, 180.8272727273, 170.3909090909);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(193.12, 193.12, 193.12);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(140.08, 140.08, 140.08);
}

.table-hover .table-secondary:hover {
  background-color: rgb(180.37, 180.37, 180.37);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(180.37, 180.37, 180.37);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(216.08, 233.72, 203.76);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(182.72, 215.48, 159.84);
}

.table-hover .table-success:hover {
  background-color: rgb(202.3946718147, 226.2373745174, 185.7426254826);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(202.3946718147, 226.2373745174, 185.7426254826);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(199.84, 226.72, 248.56);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(152.56, 202.48, 243.04);
}

.table-hover .table-info:hover {
  background-color: rgb(177.0059090909, 215.0131818182, 245.8940909091);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(177.0059090909, 215.0131818182, 245.8940909091);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(249.96, 202.08, 202.08);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(245.64, 156.72, 156.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(247.7426086957, 178.7973913043, 178.7973913043);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(247.7426086957, 178.7973913043, 178.7973913043);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #444444;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1359.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1809.98px) {
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .form-control {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.form-control {
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #222222;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.form-control::-webkit-input-placeholder {
  color: #656565;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #656565;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #656565;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #656565;
  opacity: 1;
}
.form-control::placeholder {
  color: #656565;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1rem;
}
@media (max-width: 992px) {
  .col-form-label-lg {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.col-form-label-lg {
  line-height: 1;
}

.col-form-label-sm {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .col-form-label-sm {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.col-form-label-sm {
  line-height: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .form-control-plaintext {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.form-control-plaintext {
  line-height: 1;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1em + 1.5rem + 2px);
  padding: 0.75rem 1.0625rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .form-control-sm {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.form-control-sm {
  line-height: 1;
}

.form-control-lg {
  height: calc(1em + 2rem + 2px);
  padding: 1rem 2.1875rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .form-control-lg {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.form-control-lg {
  line-height: 1;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.5625rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #656565;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .valid-feedback {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.valid-feedback {
  color: #74b348;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .valid-tooltip {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.valid-tooltip {
  line-height: 1.5;
  color: #fff;
  background-color: rgba(116, 179, 72, 0.9);
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #74b348;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #74b348;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #74b348;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #74b348;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #74b348;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #74b348;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #74b348;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(143.1274900398, 195.3346613546, 106.6653386454);
  background-color: rgb(143.1274900398, 195.3346613546, 106.6653386454);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #74b348;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #74b348;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #74b348;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .invalid-feedback {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.invalid-feedback {
  color: #ed4242;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .invalid-tooltip {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.invalid-tooltip {
  line-height: 1.5;
  color: #fff;
  background-color: rgba(237, 66, 66, 0.9);
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ed4242;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ed4242;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ed4242;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ed4242;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ed4242;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ed4242;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ed4242;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(241.4347826087, 112.5652173913, 112.5652173913);
  background-color: rgb(241.4347826087, 112.5652173913, 112.5652173913);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed4242;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed4242;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ed4242;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .form-inline .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  padding: 0.8125rem 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .btn {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.btn {
  line-height: 1;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #000000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #cf381c;
  border-color: #cf381c;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(173.3074468085, 46.885106383, 23.4425531915);
  border-color: rgb(162.0765957447, 43.8468085106, 21.9234042553);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(173.3074468085, 46.885106383, 23.4425531915);
  border-color: rgb(162.0765957447, 43.8468085106, 21.9234042553);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214.2, 85.85, 62.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214.2, 85.85, 62.05, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #cf381c;
  border-color: #cf381c;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(162.0765957447, 43.8468085106, 21.9234042553);
  border-color: rgb(150.8457446809, 40.8085106383, 20.4042553191);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214.2, 85.85, 62.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214.2, 85.85, 62.05, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67.15, 67.15, 67.15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67.15, 67.15, 67.15, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(2.125, 2.125, 2.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67.15, 67.15, 67.15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67.15, 67.15, 67.15, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #74b348;
  border-color: #74b348;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(98.3227091633, 151.7221115538, 61.0278884462);
  border-color: rgb(92.4302788845, 142.6294820717, 57.3705179283);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(98.3227091633, 151.7221115538, 61.0278884462);
  border-color: rgb(92.4302788845, 142.6294820717, 57.3705179283);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136.85, 190.4, 99.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(136.85, 190.4, 99.45, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #74b348;
  border-color: #74b348;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(92.4302788845, 142.6294820717, 57.3705179283);
  border-color: rgb(86.5378486056, 133.5368525896, 53.7131474104);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136.85, 190.4, 99.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(136.85, 190.4, 99.45, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #3a9ae8;
  border-color: #3a9ae8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(26.3193181818, 136.1738636364, 225.4306818182);
  border-color: rgb(24.9863636364, 129.2772727273, 214.0136363636);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(26.3193181818, 136.1738636364, 225.4306818182);
  border-color: rgb(24.9863636364, 129.2772727273, 214.0136363636);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87.55, 169.15, 235.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(87.55, 169.15, 235.45, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3a9ae8;
  border-color: #3a9ae8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(24.9863636364, 129.2772727273, 214.0136363636);
  border-color: rgb(23.6534090909, 122.3806818182, 202.5965909091);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87.55, 169.15, 235.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(87.55, 169.15, 235.45, 0.5);
}

.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #000000;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ed4242;
  border-color: #ed4242;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(233.6739130435, 31.0760869565, 31.0760869565);
  border-color: rgb(230.0869565217, 21.9130434783, 21.9130434783);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(233.6739130435, 31.0760869565, 31.0760869565);
  border-color: rgb(230.0869565217, 21.9130434783, 21.9130434783);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239.7, 94.35, 94.35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239.7, 94.35, 94.35, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ed4242;
  border-color: #ed4242;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(230.0869565217, 21.9130434783, 21.9130434783);
  border-color: rgb(218.4456521739, 20.8043478261, 20.8043478261);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239.7, 94.35, 94.35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239.7, 94.35, 94.35, 0.5);
}

.btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000000;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #000000;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #cf381c;
  border-color: #cf381c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #cf381c;
  border-color: #cf381c;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #cf381c;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #cf381c;
  border-color: #cf381c;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.5);
}

.btn-outline-secondary {
  color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #222222;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-success {
  color: #74b348;
  border-color: #74b348;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #74b348;
  border-color: #74b348;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #74b348;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #74b348;
  border-color: #74b348;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.5);
}

.btn-outline-info {
  color: #3a9ae8;
  border-color: #3a9ae8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3a9ae8;
  border-color: #3a9ae8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 154, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 154, 232, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3a9ae8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3a9ae8;
  border-color: #3a9ae8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 154, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 154, 232, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ed4242;
  border-color: #ed4242;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ed4242;
  border-color: #ed4242;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ed4242;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed4242;
  border-color: #ed4242;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #656565;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.9375rem 2.1875rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.btn-lg, .btn-group-lg > .btn {
  line-height: 1;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6875rem 1.0625rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .btn-sm, .btn-group-sm > .btn {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.btn-sm, .btn-group-sm > .btn {
  line-height: 1;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .dropdown-menu {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.dropdown-menu {
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1360px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1810px) {
  .dropdown-menu-xxxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: black;
  text-decoration: none;
  background-color: #f3f3f3;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #cf381c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #c3c3c3;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .dropdown-header {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.dropdown-header {
  color: #656565;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000000;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.125rem;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -0.125rem;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .input-group-text {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.input-group-text {
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #000000;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1em + 2rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 2.1875rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .input-group-lg > .form-control,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  line-height: 1;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1em + 1.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.75rem 1.0625rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .input-group-sm > .form-control,
  .input-group-sm > .custom-select,
  .input-group-sm > .input-group-prepend > .input-group-text,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-append > .btn {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  line-height: 1;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4.0625rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #cf381c;
  border-color: #000000;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: 0;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #000000;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #656565;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8f9fa;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #000000;
}
.custom-control-label::after {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/70% no-repeat;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271024%27 height=%271024%27 viewBox=%270 0 1024 1024%27%3e%3cpath fill=%27%23cf381c%27 d=%27M978.093 187.492c-15.679-15.56-41.148-15.56-56.827 0l-568.579 564.797-249.987-246.444c-15.679-15.56-41.148-15.56-56.827 0s-15.679 40.748 0 56.269l278.519 274.541c15.521 15.359 41.346 15.359 56.867 0l596.833-592.894c15.719-15.521 15.719-40.748 0-56.269-15.679-15.56 15.719 15.521 0 0z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #cf381c;
  background-color: #cf381c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23cf381c%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f8f9fa;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #f8f9fa;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23cf381c%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f8f9fa;
}

.custom-switch {
  padding-left: 2.6875rem;
}
.custom-switch .custom-control-label::before {
  left: -2.6875rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: 0.625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.125rem + 2px);
  left: calc(-2.6875rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  background-color: #000000;
  border-radius: 0.625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.9375rem);
          transform: translateX(0.9375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f8f9fa;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 2.5rem 0.875rem 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .custom-select {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.custom-select {
  font-weight: 400;
  line-height: 1;
  color: #000000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #222222;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.25);
}
.custom-select:focus::-ms-value {
  color: #000000;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}
.custom-select:disabled {
  color: #000000;
  background-color: #f3f3f3;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

.custom-select-sm {
  height: calc(1em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.0625rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .custom-select-sm {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}

.custom-select-lg {
  height: calc(1em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.1875rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .custom-select-lg {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #222222;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8f9fa;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 1.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 1.75rem);
  padding: 0.875rem 1.5rem;
  line-height: 1;
  color: #000000;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0;
          box-shadow: 0 0 0 1px #fff, 0;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #cf381c;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(243.5021276596, 181.4957446809, 169.9978723404);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9e9e9;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #cf381c;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(243.5021276596, 181.4957446809, 169.9978723404);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9e9e9;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #cf381c;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(243.5021276596, 181.4957446809, 169.9978723404);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #e9e9e9;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e9e9e9;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #c3c3c3;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #c3c3c3;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #c3c3c3;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #656565;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #e9e9e9;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: transparent transparent #e9e9e9;
}
.nav-tabs .nav-link.disabled {
  color: #656565;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #cf381c;
  background-color: #fff;
  border-color: transparent transparent #cf381c;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
}

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 2.1875rem;
  margin-bottom: 2.5rem;
  list-style: none;
  background-color: #f8f9fa;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5625rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 1.5625rem;
  color: #656565;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #656565;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.25rem 0.25rem;
  margin-left: -1px;
  line-height: 1;
  color: #656565;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.page-link:hover {
  z-index: 2;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border-color: #ced4da;
}
.page-link:focus {
  z-index: 3;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #000000;
  background-color: #fff;
  border-color: #6b30c4;
}
.page-item.disabled .page-link {
  color: #656565;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ced4da;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .pagination-lg .page-link {
    font-size: calc(0.6583333333rem + 0.752688172vw);
  }
}
.pagination-lg .page-link {
  line-height: 2;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .pagination-sm .page-link {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.pagination-sm .page-link {
  line-height: 1.2;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #cf381c;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(162.0765957447, 43.8468085106, 21.9234042553);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 56, 28, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #222222;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #74b348;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(92.4302788845, 142.6294820717, 57.3705179283);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 179, 72, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #3a9ae8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(24.9863636364, 129.2772727273, 214.0136363636);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 154, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 154, 232, 0.5);
}

.badge-warning {
  color: #000000;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #000000;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ed4242;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(230.0869565217, 21.9130434783, 21.9130434783);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 66, 66, 0.5);
}

.badge-light {
  color: #000000;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #000000;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f3f3f3;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0.375rem solid transparent;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(107.64, 29.12, 14.56);
  background-color: rgb(245.4, 215.2, 209.6);
  border-color: #cf381c;
}
.alert-primary hr {
  border-top-color: rgb(184.5382978723, 49.9234042553, 24.9617021277);
}
.alert-primary .alert-link {
  color: rgb(62.7165957447, 16.9668085106, 8.4834042553);
}

.alert-secondary {
  color: rgb(17.68, 17.68, 17.68);
  background-color: rgb(210.8, 210.8, 210.8);
  border-color: #222222;
}
.alert-secondary hr {
  border-top-color: rgb(21.25, 21.25, 21.25);
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: rgb(60.32, 93.08, 37.44);
  background-color: rgb(227.2, 239.8, 218.4);
  border-color: #74b348;
}
.alert-success hr {
  border-top-color: rgb(104.2151394422, 160.8147410359, 64.6852589641);
}
.alert-success .alert-link {
  color: rgb(36.7502788845, 56.7094820717, 22.8105179283);
}

.alert-info {
  color: rgb(30.16, 80.08, 120.64);
  background-color: rgb(215.6, 234.8, 250.4);
  border-color: #3a9ae8;
}
.alert-info hr {
  border-top-color: rgb(35.1659090909, 142.2931818182, 229.3340909091);
}
.alert-info .alert-link {
  color: rgb(19.96, 52.9972413793, 79.84);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: #ffc107;
}
.alert-warning hr {
  border-top-color: rgb(236.5, 177.375, 0);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(123.24, 34.32, 34.32);
  background-color: rgb(251.4, 217.2, 217.2);
  border-color: #ed4242;
}
.alert-danger hr {
  border-top-color: rgb(234.7826086957, 42.7173913043, 42.7173913043);
}
.alert-danger .alert-link {
  color: rgb(83.3489108911, 23.2110891089, 23.2110891089);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: #f8f9fa;
}
.alert-light hr {
  border-top-color: rgb(233.125, 236.25, 239.375);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: #343a40;
}
.alert-dark hr {
  border-top-color: rgb(40.5689655172, 45.25, 49.9310344828);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #444444;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #444444;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000000;
  background-color: #f3f3f3;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #656565;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #cf381c;
  border-color: #cf381c;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1360px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1810px) {
  .list-group-horizontal-xxxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(107.64, 29.12, 14.56);
  background-color: rgb(241.56, 199.28, 191.44);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(107.64, 29.12, 14.56);
  background-color: rgb(237.1090909091, 180.8272727273, 170.3909090909);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(107.64, 29.12, 14.56);
  border-color: rgb(107.64, 29.12, 14.56);
}

.list-group-item-secondary {
  color: rgb(17.68, 17.68, 17.68);
  background-color: rgb(193.12, 193.12, 193.12);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(17.68, 17.68, 17.68);
  background-color: rgb(180.37, 180.37, 180.37);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.68, 17.68, 17.68);
  border-color: rgb(17.68, 17.68, 17.68);
}

.list-group-item-success {
  color: rgb(60.32, 93.08, 37.44);
  background-color: rgb(216.08, 233.72, 203.76);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(60.32, 93.08, 37.44);
  background-color: rgb(202.3946718147, 226.2373745174, 185.7426254826);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(60.32, 93.08, 37.44);
  border-color: rgb(60.32, 93.08, 37.44);
}

.list-group-item-info {
  color: rgb(30.16, 80.08, 120.64);
  background-color: rgb(199.84, 226.72, 248.56);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(30.16, 80.08, 120.64);
  background-color: rgb(177.0059090909, 215.0131818182, 245.8940909091);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(30.16, 80.08, 120.64);
  border-color: rgb(30.16, 80.08, 120.64);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(123.24, 34.32, 34.32);
  background-color: rgb(249.96, 202.08, 202.08);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(123.24, 34.32, 34.32);
  background-color: rgb(247.7426086957, 178.7973913043, 178.7973913043);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 34.32, 34.32);
  border-color: rgb(123.24, 34.32, 34.32);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .close {
    font-size: calc(0.6833333333rem + 1.3172043011vw);
  }
}
.close {
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .toast {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.toast {
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f3f3f3;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #f3f3f3;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .tooltip {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.tooltip {
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .popover {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.popover {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.9375rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .popover-header {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.popover-header {
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.popover-header:empty {
  display: none;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border, .rc:after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .rc:after,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(162.0765957447, 43.8468085106, 21.9234042553) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(8.5, 8.5, 8.5) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(92.4302788845, 142.6294820717, 57.3705179283) !important;
}

.bg-info {
  background-color: #3a9ae8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(24.9863636364, 129.2772727273, 214.0136363636) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(230.0869565217, 21.9130434783, 21.9130434783) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #3a9ae8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1360px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1810px) {
  .d-xxxxl-none {
    display: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

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

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1360px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1810px) {
  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left, .float-xs-left {
  float: left !important;
}

.float-right, .float-xs-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1360px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
@media (min-width: 1810px) {
  .float-xxxxl-left {
    float: left !important;
  }
  .float-xxxxl-right {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.shadow {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.3125rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.3125rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.3125rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.3125rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.625rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.625rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.625rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 0.9375rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.9375rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.9375rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.9375rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.25rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 1.875rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.875rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.875rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.875rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.3125rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.3125rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.3125rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.3125rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.625rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.625rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.625rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 0.9375rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.9375rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.9375rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.9375rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.25rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 1.875rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.875rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.875rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.875rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.m-n1 {
  margin: -0.3125rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.3125rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.3125rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.3125rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.3125rem !important;
}

.m-n2 {
  margin: -0.625rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.625rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.625rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.625rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.625rem !important;
}

.m-n3 {
  margin: -0.9375rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.9375rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.9375rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.9375rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.9375rem !important;
}

.m-n4 {
  margin: -1.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.25rem !important;
}

.m-n5 {
  margin: -1.875rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.875rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.875rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.875rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.875rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.3125rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 0.9375rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.9375rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 1.875rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.875rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.3125rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 0.9375rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.9375rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.875rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.875rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.3125rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-sm-n2 {
    margin: -0.625rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.625rem !important;
  }
  .m-sm-n3 {
    margin: -0.9375rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n5 {
    margin: -1.875rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.875rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.3125rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important;
  }
  .m-md-3 {
    margin: 0.9375rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.9375rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.25rem !important;
  }
  .m-md-5 {
    margin: 1.875rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.875rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.875rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.875rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.3125rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important;
  }
  .p-md-3 {
    padding: 0.9375rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.9375rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.875rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.875rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.875rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.875rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .m-md-n1 {
    margin: -0.3125rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-md-n2 {
    margin: -0.625rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.625rem !important;
  }
  .m-md-n3 {
    margin: -0.9375rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.25rem !important;
  }
  .m-md-n5 {
    margin: -1.875rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.875rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.3125rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 0.9375rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.9375rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 1.875rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.875rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.3125rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 0.9375rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.9375rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.875rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.875rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.3125rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-lg-n2 {
    margin: -0.625rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.625rem !important;
  }
  .m-lg-n3 {
    margin: -0.9375rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n5 {
    margin: -1.875rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.875rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.3125rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 0.9375rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.9375rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 1.875rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.875rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.3125rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 0.9375rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.9375rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 1.875rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.875rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xl-n3 {
    margin: -0.9375rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-xl-n4 {
    margin: -1.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n5 {
    margin: -1.875rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.875rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1360px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.3125rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xxl-2 {
    margin: 0.625rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xxl-3 {
    margin: 0.9375rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.9375rem !important;
  }
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-5 {
    margin: 1.875rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.875rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.3125rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xxl-2 {
    padding: 0.625rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xxl-3 {
    padding: 0.9375rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.9375rem !important;
  }
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-5 {
    padding: 1.875rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.875rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xxl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xxl-n3 {
    margin: -0.9375rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-xxl-n4 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n5 {
    margin: -1.875rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.875rem !important;
  }
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.3125rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xxxl-2 {
    margin: 0.625rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xxxl-3 {
    margin: 0.9375rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 0.9375rem !important;
  }
  .m-xxxl-4 {
    margin: 1.25rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.25rem !important;
  }
  .m-xxxl-5 {
    margin: 1.875rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 1.875rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 1.875rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 1.875rem !important;
  }
  .m-xxxl-6 {
    margin: 2.5rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 2.5rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.3125rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xxxl-2 {
    padding: 0.625rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xxxl-3 {
    padding: 0.9375rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 0.9375rem !important;
  }
  .p-xxxl-4 {
    padding: 1.25rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.25rem !important;
  }
  .p-xxxl-5 {
    padding: 1.875rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 1.875rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 1.875rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 1.875rem !important;
  }
  .p-xxxl-6 {
    padding: 2.5rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 2.5rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xxxl-n3 {
    margin: -0.9375rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.25rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.875rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -1.875rem !important;
  }
  .m-xxxl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1810px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxl-0,
  .my-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxl-0,
  .mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxl-0,
  .my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxl-0,
  .mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.3125rem !important;
  }
  .mt-xxxxl-1,
  .my-xxxxl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xxxxl-1,
  .mx-xxxxl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xxxxl-1,
  .my-xxxxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xxxxl-1,
  .mx-xxxxl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.625rem !important;
  }
  .mt-xxxxl-2,
  .my-xxxxl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xxxxl-2,
  .mx-xxxxl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xxxxl-2,
  .my-xxxxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxxxl-2,
  .mx-xxxxl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xxxxl-3 {
    margin: 0.9375rem !important;
  }
  .mt-xxxxl-3,
  .my-xxxxl-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-xxxxl-3,
  .mx-xxxxl-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-xxxxl-3,
  .my-xxxxl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xxxxl-3,
  .mx-xxxxl-3 {
    margin-left: 0.9375rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.25rem !important;
  }
  .mt-xxxxl-4,
  .my-xxxxl-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxl-4,
  .mx-xxxxl-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxl-4,
  .my-xxxxl-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxl-4,
  .mx-xxxxl-4 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxl-5 {
    margin: 1.875rem !important;
  }
  .mt-xxxxl-5,
  .my-xxxxl-5 {
    margin-top: 1.875rem !important;
  }
  .mr-xxxxl-5,
  .mx-xxxxl-5 {
    margin-right: 1.875rem !important;
  }
  .mb-xxxxl-5,
  .my-xxxxl-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxxxl-5,
  .mx-xxxxl-5 {
    margin-left: 1.875rem !important;
  }
  .m-xxxxl-6 {
    margin: 2.5rem !important;
  }
  .mt-xxxxl-6,
  .my-xxxxl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxl-6,
  .mx-xxxxl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxl-6,
  .my-xxxxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxl-6,
  .mx-xxxxl-6 {
    margin-left: 2.5rem !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxl-0,
  .py-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxl-0,
  .px-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxl-0,
  .py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxl-0,
  .px-xxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.3125rem !important;
  }
  .pt-xxxxl-1,
  .py-xxxxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xxxxl-1,
  .px-xxxxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xxxxl-1,
  .py-xxxxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xxxxl-1,
  .px-xxxxl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.625rem !important;
  }
  .pt-xxxxl-2,
  .py-xxxxl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xxxxl-2,
  .px-xxxxl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xxxxl-2,
  .py-xxxxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxxxl-2,
  .px-xxxxl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xxxxl-3 {
    padding: 0.9375rem !important;
  }
  .pt-xxxxl-3,
  .py-xxxxl-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-xxxxl-3,
  .px-xxxxl-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-xxxxl-3,
  .py-xxxxl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xxxxl-3,
  .px-xxxxl-3 {
    padding-left: 0.9375rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.25rem !important;
  }
  .pt-xxxxl-4,
  .py-xxxxl-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxl-4,
  .px-xxxxl-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxl-4,
  .py-xxxxl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxl-4,
  .px-xxxxl-4 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxl-5 {
    padding: 1.875rem !important;
  }
  .pt-xxxxl-5,
  .py-xxxxl-5 {
    padding-top: 1.875rem !important;
  }
  .pr-xxxxl-5,
  .px-xxxxl-5 {
    padding-right: 1.875rem !important;
  }
  .pb-xxxxl-5,
  .py-xxxxl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxxxl-5,
  .px-xxxxl-5 {
    padding-left: 1.875rem !important;
  }
  .p-xxxxl-6 {
    padding: 2.5rem !important;
  }
  .pt-xxxxl-6,
  .py-xxxxl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxl-6,
  .px-xxxxl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxl-6,
  .py-xxxxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxl-6,
  .px-xxxxl-6 {
    padding-left: 2.5rem !important;
  }
  .m-xxxxl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xxxxl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xxxxl-n3 {
    margin: -0.9375rem !important;
  }
  .mt-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-xxxxl-n4 {
    margin: -1.25rem !important;
  }
  .mt-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxl-n5 {
    margin: -1.875rem !important;
  }
  .mt-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-top: -1.875rem !important;
  }
  .mr-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-right: -1.875rem !important;
  }
  .mb-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-left: -1.875rem !important;
  }
  .m-xxxxl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xxxxl-n6,
  .my-xxxxl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxl-n6,
  .mx-xxxxl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxl-n6,
  .my-xxxxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxl-n6,
  .mx-xxxxl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxl-auto,
  .my-xxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-auto,
  .my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1360px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1810px) {
  .text-xxxxl-left {
    text-align: left !important;
  }
  .text-xxxxl-right {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #cf381c !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(139.614893617, 37.770212766, 18.885106383) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(80.6454183267, 124.4442231076, 50.0557768924) !important;
}

.text-info {
  color: #3a9ae8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(22.3204545455, 115.4840909091, 191.1795454545) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(206.8043478261, 19.6956521739, 19.6956521739) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #c3c3c3;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9e9e9 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #f3f3f3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #f3f3f3;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Container style
 */
.ps {
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  height: 7px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x::before {
  content: "";
  position: absolute;
  height: 3px;
  top: 2px;
  left: 0;
  right: 0;
  background: #f3f3f3;
}

.ps__rail-y {
  display: none;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y::before {
  content: "";
  position: absolute;
  width: 3px;
  right: 6px;
  top: 0;
  bottom: 0;
  background: #000000;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #cf381c;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 7px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #cf381c;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 15px;
  border-radius: 0.1875rem;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.star-on,
.star {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1359.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1360px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1499.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .hidden-xxxl-up {
    display: none !important;
  }
}

@media (max-width: 1809.98px) {
  .hidden-xxxl-down {
    display: none !important;
  }
}

@media (min-width: 1810px) {
  .hidden-xxxxl-up {
    display: none !important;
  }
}

.hidden-xxxxl-down {
  display: none !important;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: inherit;
}

.custom-radio .custom-control-label:before {
  border-width: 2px;
  border-color: #cf381c;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #cf381c;
}

.input-group-btn .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

.custom-file-label,
.custom-file-input {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .custom-file-label,
  .custom-file-input {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}

.custom-control-label {
  font-size: 0.75rem;
  line-height: 2;
}
.custom-control-label a {
  text-decoration: underline;
}
.custom-control-label a:hover, .custom-control-label a:focus {
  text-decoration: underline;
}

.form-control-secondary {
  border-color: #222222;
}
.form-control-secondary:hover, .form-control-secondary:focus {
  border-color: #222222;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control::-moz-placeholder {
  color: #000000;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

.form-control::-ms-input-placeholder {
  color: #000000;
}

.form-control::placeholder {
  color: #000000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form-text {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .form-text {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}

.form-group-tertiary {
  position: relative;
}
.form-group-tertiary--active .form-label-tertiary {
  top: 0;
}
.form-group-tertiary .form-label {
  font-size: 0.75rem;
}

.form-label-tertiary {
  position: absolute;
  left: 0;
  line-height: 1;
  top: 18px;
  font-size: 0.75rem;
  margin-top: -0.5em;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.form-control-tertiary {
  background-color: transparent;
  padding: 0;
  border-width: 0 0 1px 0;
  height: 36px;
  font-size: 0.75rem;
}
.form-control-tertiary:focus, .form-control-tertiary:hover {
  background-color: transparent;
}
.form-control-tertiary + .input-group-btn .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

.custom-control.custom-checkbox .custom-control-label::before, .custom-control.custom-checkbox .custom-control-label::after {
  top: 0;
}

.nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav-tabs::-webkit-scrollbar {
  display: none;
}
.nav-tabs .nav-link {
  color: #656565;
  font-weight: 700;
  white-space: nowrap;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-width: 3px;
}

.tab-content {
  padding-top: 0.625rem;
}

.accordion .card-body .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.accordion .card-body .card-header {
  text-align: center;
}
.accordion .selected .card {
  border-color: #74b348;
  border-width: 2px;
}

.breadcrumb-item {
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-item:last-child {
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  float: none;
  display: inline-block;
  width: 1.875rem;
  height: 1px;
  background: #cf381c;
  margin-right: 1.5625rem;
}

.breadcrumb {
  padding: 0.5rem 15px;
  font-size: 0.75rem;
  margin: 0 -15px 0.9375rem;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .breadcrumb {
    margin: 0 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 1.25rem 2.1875rem;
  }
}

.btn-collapse[aria-expanded=false] .expanded {
  display: none;
}
.btn-collapse[aria-expanded=true] .not-expanded {
  display: none;
}

.btn-w-md {
  width: 100%;
  max-width: 190px;
  text-align: center;
}

.btn-w-lg {
  width: 100%;
  max-width: 270px;
  text-align: center;
}

.btn-link {
  color: #000000;
  text-decoration: underline;
}
.btn-link:hover, .btn-link:focus {
  color: #656565;
  text-decoration: underline;
}

.btn-outline-secondary,
.btn-outline-primary {
  color: #000000;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.pagination {
  font-size: 0.625rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.page-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.page-link {
  margin-left: 0;
  display: block;
  border-radius: 0.1875rem;
  font-weight: 700;
  min-width: 1.25rem;
  text-align: center;
}

.page-icon {
  color: #29e3d3;
}

.custom-select.simple-select {
  border: 0;
  padding: 0;
  color: #000000;
  font-size: 0.875rem;
  width: auto;
  position: static;
  height: auto;
}
.custom-select.simple-select::after {
  position: static;
  margin-left: 0.625rem;
  border-color: #000000;
}
.custom-select.simple-select .list {
  border: 1px solid #000000;
  margin-top: 0.3125rem;
}
.custom-select.simple-select .option {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.card,
.card-secondary {
  border: 0;
  background: #f8f9fa;
}
.card .card-body,
.card .card-footer,
.card .card-header,
.card-secondary .card-body,
.card-secondary .card-footer,
.card-secondary .card-header {
  border: 0;
  background: #f8f9fa;
}
.card .card-header,
.card-secondary .card-header {
  padding-bottom: 0;
  padding-top: 1.25rem;
}
.card .card-footer,
.card-secondary .card-footer {
  padding-top: 0;
  padding-bottom: 1.25rem;
}

.table th {
  font-weight: 500;
}
.table th,
.table td {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .table th,
  .table td {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.table thead th {
  border: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.alert {
  border-width: 0 0 0 0.375rem;
}

.swiper-pagination.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -0.9375rem;
}

.swiper-pagination-bullet {
  width: 1.625rem;
  height: 0.1875rem;
  background: rgba(107, 48, 196, 0.5);
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6b30c4;
}

.swiper-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper-button--square {
  font-size: 0.875rem;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  background: #6b30c4;
  color: #fff;
}
.swiper-button--square:hover, .swiper-button--square:focus {
  background: rgb(84.6352459016, 37.9672131148, 155.0327868852);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled) {
  cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.bootstrap-touchspin {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  max-width: 100px;
}
.bootstrap-touchspin > input {
  max-width: 60px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-weight: 700;
  -moz-appearance: textfield;
}
.bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  color: #000000;
  background-color: #fff;
  padding: 0 0.5rem;
}
.bootstrap-touchspin .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bootstrap-touchspin .input-group-btn:first-child {
  margin-right: -1px;
}
.bootstrap-touchspin .input-group-btn:last-child {
  margin-left: -1px;
}

img[data-lazy] {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .visible--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible--mobile {
    display: none;
  }
}

body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  overflow-y: hidden;
}

@media (min-width: 1810px) {
  .l-wrapper--smaller {
    max-width: 1440px;
  }
}

.page-footer:empty {
  display: none;
}

/* MISC */
ul {
  list-style: none;
  padding-left: 0;
}

.section-spacing {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .section-spacing {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.section-spacing-nt {
  margin-top: -2.5rem;
}
@media (min-width: 992px) {
  .section-spacing-nt {
    margin-top: -5rem;
  }
}

.section-spacing-nb {
  margin-bottom: -2.5rem;
}
@media (min-width: 992px) {
  .section-spacing-nb {
    margin-bottom: -5rem;
  }
}

sup {
  top: -0.3em;
}

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

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

.text-transform-default {
  text-transform: none;
}

.font-size-sm {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .font-size-sm {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}

.font-size-xs {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .font-size-xs {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}

.font-size-xsl {
  font-size: 0.8125rem;
}
@media (max-width: 992px) {
  .font-size-xsl {
    font-size: calc(0.6375rem + 0.2822580645vw);
  }
}

.font-size-lg {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .font-size-lg {
    font-size: calc(0.6583333333rem + 0.752688172vw);
  }
}

.font-size-base {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .font-size-base {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}

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

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

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-family-secondary {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace !important;
}

.line-height-sm {
  line-height: 1.2 !important;
}

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

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

.section-title {
  font-size: 2.25rem;
}
@media (max-width: 992px) {
  .section-title {
    font-size: calc(0.7333333333rem + 2.4462365591vw);
  }
}
.section-title {
  font-weight: 500;
  margin-bottom: 0.9375rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 1.875rem;
  }
}
.section-title em {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
}
.section-title > * {
  margin-bottom: 0;
}

.text-purple {
  color: #6b30c4 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: rgb(73.4528688525, 32.9508196721, 134.5491803279) !important;
}

.text-cyan {
  color: #0c868c !important;
}

a.text-cyan:hover, a.text-cyan:focus {
  color: rgb(5.9605263158, 66.5592105263, 69.5394736842) !important;
}

.modal {
  display: none;
}

.dropdown-menu {
  display: none;
}

.toast {
  opacity: 0;
}

.rc {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: background 150ms;
  transition: background 150ms;
}
.rc:after {
  content: "";
  border-color: #e9e9e9;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: 2;
  border-right-color: transparent;
}
.rc--lazyload:after {
  display: none;
}

.rc > * {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rc > a {
  display: block;
}

.ratio2_1 {
  padding-top: 50%;
}

.ratio1_2 {
  padding-top: 200%;
}

.ratio4_3 {
  padding-top: 75%;
}

.ratio16_9 {
  padding-top: 56.25%;
}

.ratio1_1 {
  padding-top: 100%;
  display: block;
}

.ratio3_2 {
  padding-top: 33.3333333333%;
}

.no-js img.lazyload {
  display: none;
}

.products-slider {
  margin: 0 -5px;
  padding: 0 5px;
}
.products-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.products-slider .product-miniature {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0px;
  padding-right: 0px;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/starter/assets/fonts/4674f8ded773cb03e824.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/themes/starter/assets/fonts/cff684e59ffb052d72cb.woff2) format("woff2"), url(/themes/starter/assets/fonts/83bebaf37c09c7e1c3ee.woff) format("woff"), url(/themes/starter/assets/fonts/5e7382c63da0098d634a.ttf) format("truetype");
}
.material-icons + span {
  display: inline-block;
}

.small .material-icons,
.btn-sm .material-icons,
.btn-group-sm > .btn .material-icons {
  font-size: 0.875em;
  line-height: 1.5;
}

.btn-lg .material-icons, .btn-group-lg > .btn .material-icons {
  font-size: 1.125rem;
}

.pagination .material-icons {
  font-size: 1rem;
}

.material-icons.md-18 {
  font-size: 18px;
  line-height: 1;
}

.material-icons.md-24 {
  font-size: 24px;
  line-height: 1;
}

.material-icons.md-36 {
  font-size: 36px;
  line-height: 1;
}

.material-icons.md-48 {
  font-size: 48px;
  line-height: 1;
}

@font-face {
  font-family: "icomoon";
  src: url(/themes/starter/assets/fonts/23c058700d70ad1380d2.ttf) format("truetype"), url(/themes/starter/assets/fonts/07d324b1e66c0fb98bbf.woff) format("woff"), url(/themes/starter/assets/imgDist/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-return:before {
  content: "\e947";
}

.icon-lock:before {
  content: "\e948";
}

.icon-piggy:before {
  content: "\e946";
}

.icon-grid:before {
  content: "\e943";
}

.icon-list:before {
  content: "\e944";
}

.icon-sort:before {
  content: "\e942";
}

.icon-bin:before {
  content: "\e941";
}

.icon-shield:before {
  content: "\e93d";
}

.icon-hotline:before {
  content: "\e93e";
}

.icon-angle-right:before {
  content: "\e936";
}

.icon-angle-left:before {
  content: "\e937";
}

.icon-angle-top:before {
  content: "\e938";
}

.icon-angle-bottom:before {
  content: "\e939";
}

.icon-navi:before {
  content: "\e920";
}

.icon-smartphone-back:before {
  content: "\e908";
}

.icon-charge-cable:before {
  content: "\e931";
}

.icon-phone-shine:before {
  content: "\e932";
}

.icon-phone-scratched:before {
  content: "\e933";
}

.icon-phone-broken:before {
  content: "\e934";
}

.icon-phone-eye:before {
  content: "\e935";
}

.icon-times:before {
  content: "\e930";
}

.icon-loupe:before {
  content: "\e92f";
}

.icon-heart:before {
  content: "\e92e";
}

.icon-heart-full:before {
  content: "\e945";
}

.icon-menu:before {
  content: "\e900";
}

.icon-cart:before {
  content: "\e901";
}

.icon-trash:before {
  content: "\e902";
}

.icon-bag:before {
  content: "\e903";
}

.icon-watch:before {
  content: "\e904";
}

.icon-laptop:before {
  content: "\e905";
}

.icon-share:before {
  content: "\e906";
}

.icon-box-alt:before {
  content: "\e907";
}

.icon-pendrive:before {
  content: "\e909";
}

.icon-email-notification:before {
  content: "\e90a";
}

.icon-shipping-alt:before {
  content: "\e90b";
}

.icon-smartphone-case:before {
  content: "\e90c";
}

.icon-stars-multiple:before {
  content: "\e90d";
}

.icon-edit:before {
  content: "\e90e";
}

.icon-user-alt-2:before {
  content: "\e90f";
}

.icon-shipping:before {
  content: "\e910";
}

.icon-smartphone:before {
  content: "\e911";
}

.icon-star-website:before {
  content: "\e912";
}

.icon-user-alt:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
}

.icon-box:before {
  content: "\e915";
}

.icon-crop:before {
  content: "\e916";
}

.icon-arrow-long-right:before {
  content: "\e917";
}

.icon-arrow-long-left:before {
  content: "\e918";
}

.icon-arrow-long-top:before {
  content: "\e919";
}

.icon-arrow-long-bottom:before {
  content: "\e91a";
}

.icon-compare:before {
  content: "\e91b";
}

.icon-phone:before {
  content: "\e91c";
}

.icon-zoom:before {
  content: "\e91d";
}

.icon-car-navi:before {
  content: "\e93a";
}

.icon-laptop-alt:before {
  content: "\e93b";
}

.icon-mobile-phone:before {
  content: "\e93c";
}

.icon-tablet:before {
  content: "\e91e";
}

.icon-diamond:before {
  content: "\e91f";
}

.icon-envelope:before {
  content: "\e921";
}

.icon-linkedin:before {
  content: "\e922";
}

.icon-youtube:before {
  content: "\e923";
}

.icon-facebook:before {
  content: "\e940";
}

.icon-chat-cloud:before {
  content: "\e924";
}

.icon-phone-charging:before {
  content: "\e925";
}

.icon-check:before {
  content: "\e926";
}

.icon-arrow-right-circle:before {
  content: "\e927";
}

.icon-arrow-left-circle:before {
  content: "\e928";
}

.icon-arrow-top-circle:before {
  content: "\e929";
}

.icon-arrow-down-circle:before {
  content: "\e92a";
}

.icon-star-full:before {
  content: "\e93f";
}

.icon-star:before {
  content: "\e92b";
}

.icon-view-grid:before {
  content: "\e92c";
}

.icon-view-list:before {
  content: "\e92d";
}

/* ibm-plex-sans-300 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url(/themes/starter/assets/fonts/c75940b89a6577d02d21.woff2) format("woff2"), url(/themes/starter/assets/fonts/cdecb76d5a75cf7f2dc9.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-regular - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/themes/starter/assets/fonts/bd3a38da228832d25b2d.woff2) format("woff2"), url(/themes/starter/assets/fonts/779da1acdfeabf08dee3.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-italic - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url(/themes/starter/assets/fonts/b20a5411f8e2a7d76b2a.woff2) format("woff2"), url(/themes/starter/assets/fonts/12ae07027070c873b5e7.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-500 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(/themes/starter/assets/fonts/b71949d60f810611c947.woff2) format("woff2"), url(/themes/starter/assets/fonts/183ca8853f293e243186.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-500italic - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: local(""), url(/themes/starter/assets/fonts/c6f9455696958c9fd954.woff2) format("woff2"), url(/themes/starter/assets/fonts/d8e0a9efbfdab1ce9dc9.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-600 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url(/themes/starter/assets/fonts/796a65bc29ee701fdf03.woff2) format("woff2"), url(/themes/starter/assets/fonts/45960c21f66132aef541.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-700 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(/themes/starter/assets/fonts/e74e34f2156064684e12.woff2) format("woff2"), url(/themes/starter/assets/fonts/f7da2b5b8c0b66e0fde2.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-mono-regular - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/themes/starter/assets/fonts/dcb3037a93d8c7a5d0d8.woff2) format("woff2"), url(/themes/starter/assets/fonts/bcede77525bd61e96f81.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-mono-500 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(/themes/starter/assets/fonts/88999d203d2c76665a5f.woff2) format("woff2"), url(/themes/starter/assets/fonts/86cabdd7179cbeeaeb0b.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-mono-700 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(/themes/starter/assets/fonts/4cdd9e36605268b9ce6a.woff2) format("woff2"), url(/themes/starter/assets/fonts/a5fafd9471a7660fc72f.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.block-social__link {
  font-size: 2.8125rem;
}
.block-social__link:hover, .block-social__link:focus {
  opacity: 0.9;
}
.footer .block-social__link:hover, .footer .block-social__link:focus {
  opacity: 1;
}

.cart-summary-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .cart-summary-line {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.cart-summary-line {
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.9375rem;
}
.cart-summary-line .label {
  margin: 0;
  padding: 0 0.625rem 0 0;
}
.cart-summary-line .value {
  font-weight: 700;
}
.cart-summary-line--total {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .cart-summary-line--total {
    font-size: calc(0.6583333333rem + 0.752688172vw);
  }
}

.customer-links__list {
  margin: 0;
}
.customer-links__item:not(:last-child) {
  margin: 0 0 0.9375rem;
}
.customer-links__item--logout {
  text-align: right;
}
.customer-links__icon {
  font-size: 1.5rem;
  margin-right: 0.625rem;
  display: none;
}
.customer-links--full-display {
  background: #f8f9fa;
  padding: 0.3125rem;
  margin: 0 0 0.9375rem;
}
@media (min-width: 768px) {
  .customer-links--full-display {
    padding: 0.9375rem 1.25rem;
    margin: 0;
  }
}
.customer-links--full-display .customer-links__item {
  margin: 0;
}
.customer-links--full-display .customer-links__item--logout {
  text-align: center;
}
.customer-links--full-display .customer-links__icon {
  display: block;
}
.customer-links--full-display .customer-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0.625rem;
}
@media (min-width: 768px) {
  .customer-links--full-display .customer-links__link {
    padding: 0.9375rem 0;
  }
}
.customer-links--full-display .customer-links__link:hover, .customer-links--full-display .customer-links__link:focus {
  opacity: 0.8;
}
.customer-links--full-display .customer-links__link--is-active {
  color: #cf381c;
}
.customer-links--full-display .customer-links__link--is-active:hover, .customer-links--full-display .customer-links__link--is-active:focus {
  color: #cf381c;
  opacity: 1;
}

.customer-auth__block--login {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .customer-auth__block--login {
    margin-bottom: 0;
    border-right: 1px solid #6b30c4;
  }
}
.customer-auth form {
  max-width: 26.25rem;
  margin: 0 auto;
}
.customer-auth__wrapper {
  padding: 1.875rem 0;
  margin: 1.875rem 0;
}
@media (min-width: 576px) {
  .customer-auth__wrapper {
    padding: 3.125rem 0;
  }
}
@media (min-width: 992px) {
  .customer-auth__wrapper {
    margin: 1.875rem 3.125rem 3.125rem;
  }
}

.address__header {
  background-color: transparent;
}
.address__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.address-form {
  max-width: 580px;
}

.address-item__card {
  margin: 0;
  display: block;
  border: 1px solid #000000;
  border-radius: 0.25rem;
}
.selected .address-item__card {
  border-color: #cf381c;
  border-width: 2px;
}
.address-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0.9375rem;
}
.address-item__address {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .address-item__address {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.address-item__address {
  font-weight: 500;
  line-height: 1.85;
}
.address-item__custom-radio.custom-radio {
  padding: 0;
  width: 1.375rem;
  margin-right: 0.625rem;
}
.address-item__custom-radio.custom-radio .custom-control-label {
  position: static;
}
.address-item__custom-radio.custom-radio .custom-control-label::before, .address-item__custom-radio.custom-radio .custom-control-label::after {
  left: 0;
}
.address-item__footer {
  padding: 0 0.9375rem 0.9375rem;
  text-align: right;
}
.address-item__link {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .address-item__link {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.address-item__link {
  font-weight: 500;
  text-transform: uppercase;
}
.address-item__link:not(:first-child) {
  margin-left: 1.5625rem;
}

.footer-top-links {
  border-top: 1px solid #0c868c;
  border-bottom: 1px solid #0c868c;
}
.footer-top-links__link {
  padding: 1.25rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  height: 100%;
  font-size: 0.75rem;
}
.footer-top-links__link:hover .footer-top-links__link-icon, .footer-top-links__link:focus .footer-top-links__link-icon {
  color: #0c868c;
}
@media (min-width: 1200px) {
  .footer-top-links__link {
    font-size: 0.875rem;
    padding: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .footer-top-links__link {
    font-size: 1rem;
    padding: 1.875rem;
  }
}
.footer-top-links__link-icon {
  font-size: 1.5rem;
  margin-right: 0.5em;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .footer-top-links__link-icon {
    font-size: 1.875rem;
  }
}
@media (min-width: 1500px) {
  .footer-top-links__link-icon {
    font-size: 2rem;
    margin-right: 0.8em;
  }
}
.footer-top-links__col:not(:last-child) {
  border-right: 1px solid #0c868c;
}
.footer-top-links__col:first-child .footer-top-links__link {
  padding-left: 0;
}

.footer {
  background: #000000;
  color: #fff;
  border-top: 0.75rem solid #6b30c4;
}
@media (min-width: 992px) {
  .footer {
    border-top: 0;
  }
}
.footer__content {
  position: relative;
  z-index: 1;
  padding: 1.5625rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__content {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1360px) {
  .footer__content {
    padding: 3.75rem 0;
  }
}
.footer__content a {
  color: inherit;
}
.footer__content a:hover, .footer__content a:focus {
  color: inherit;
  opacity: 0.7;
}
.footer__img {
  position: absolute;
}
.footer__img--right {
  top: 0;
  right: 0;
  max-height: 140px;
  -webkit-transform: translateX(60%);
          transform: translateX(60%);
}
@media (min-width: 768px) {
  .footer__img--right {
    max-height: 80%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer__img--left {
  top: 0;
  left: 0;
  max-height: 500px;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}
@media (min-width: 768px) {
  .footer__img--left {
    max-height: 80%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer__img--bottom {
  bottom: 0;
  left: 0;
  width: 1400px;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media (min-width: 768px) {
  .footer__img--bottom {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.footer__title--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
.footer__list {
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .footer__list {
    padding: 0;
  }
}
.footer__block {
  border-bottom: 1px solid #656565;
  padding: 0 0.625rem 0.9375rem;
}
@media (min-width: 768px) {
  .footer__block {
    border: 0;
  }
}
.footer__row {
  margin-top: -1.25rem;
}
@media (min-width: 768px) {
  .footer__row {
    margin-top: -1.875rem;
  }
}
.footer__row > [class*=col-] {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .footer__row > [class*=col-] {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .footer__row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .footer__row > [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .footer__row {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  .footer__row > [class*=col-] {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.links-list {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .links-list {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.links-list {
  margin: 0;
}
.links-list__elem:not(:first-child) {
  margin-top: 0.9375rem;
}
.links-list__link {
  font-weight: 500;
}
.links-list__link:hover, .links-list__link:focus {
  text-decoration: underline;
}

.footer-copy__text {
  font-size: 0.75rem;
  display: block;
  line-height: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 768px) {
  .footer-copy__text {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.footer-copy__text a {
  font-size: 1.2em;
  line-height: inherit;
  display: inline-block;
}

.homeslider__navigation {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  right: 1.5625rem;
  color: #fff;
  font-weight: 500;
}
.homeslider__navigation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.homeslider__pagination {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
  width: auto;
  position: static;
  margin: 0 -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
@media (min-width: 576px) {
  .homeslider__pagination {
    margin: 0 0.5em;
  }
}
.homeslider__pagination .swiper-pagination-current,
.homeslider__pagination .swiper-pagination-total {
  letter-spacing: 0.2em;
  margin: 0 0.5em;
}
.homeslider__button {
  font-size: 1.625rem;
  position: static;
  -webkit-transform: none;
          transform: none;
  display: none;
}
@media (min-width: 576px) {
  .homeslider__button {
    display: block;
  }
}

/* HEADER */
.l-header {
  background-color: #fff;
}

.header-top {
  position: relative;
  padding: 0.9375rem 0;
}
@media (min-width: 768px) {
  .header-top {
    padding: 1.875rem 0;
  }
}
@media (min-width: 1360px) {
  .header-top {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1360px) {
  .header-top--simple {
    padding: 3.125rem 0 3.4375rem;
  }
}
.header-top__row {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
@media (min-width: 768px) {
  .header-top__row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 992px) {
  .header-top__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.header-top__col {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
@media (min-width: 768px) {
  .header-top__col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.header-top__col--logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  max-width: 10rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-top__col--logo {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header-top__col--logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.75rem;
            flex: 0 0 13.75rem;
    max-width: 13.75rem;
  }
}
@media (min-width: 1360px) {
  .header-top__col--logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.875rem;
            flex: 0 0 16.875rem;
    max-width: 16.875rem;
  }
}
@media (min-width: 768px) {
  .header-top__col--search, .header-top__col--newsletter, .header-top__col--contact {
    margin-left: auto;
    margin-right: auto;
  }
}
.header-top__col--search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .header-top__col--search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (min-width: 1200px) {
  .header-top__col--search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

.header-block__link {
  display: block;
  color: #000000;
  padding: 0.3125rem;
}
.header-block__link:hover, .header-block__link:focus {
  color: #444444;
}
.header-block__link--btn {
  color: #fff;
  background-color: #cf381c;
}
.header-block__link--btn:hover, .header-block__link--btn:focus {
  color: #fff;
  background-color: rgb(184.5382978723, 49.9234042553, 24.9617021277);
}
.header-block__wrapper {
  position: relative;
}
.header-block__icon {
  font-size: 1.5rem;
  display: block;
}
@media (min-width: 576px) {
  .header-block__icon {
    font-size: 1.625rem;
  }
}
.header-block__badge {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .header-block__badge {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.header-block__badge {
  position: absolute;
  bottom: -0.8em;
  right: -0.9em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  background-color: #cf381c;
  color: #fff;
}
@media (min-width: 576px) {
  .header-block__badge {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header-block__badge {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}

.header-info {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
}
.header-info__block:not(:last-child) {
  margin-bottom: 0.25rem;
}
.header-info__text {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .header-info__text {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.header-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  color: #000000;
}
.header-info__text--link:hover, .header-info__text--link:focus {
  color: #444444;
}
.header-info__text--lg {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .header-info__text--lg {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.header-info__text--lg {
  font-weight: 500;
}
.header-info__icon {
  font-size: 1.5em;
  width: 1.5rem;
}
.header-info__icon--phone {
  margin-left: -0.175em;
  margin-right: 0.175em;
}

.header-newsletter {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
}
.header-newsletter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header-newsletter__link:hover, .header-newsletter__link:focus {
  color: #444444;
}
.header-newsletter__link:hover .header-newsletter__discount, .header-newsletter__link:focus .header-newsletter__discount {
  background: #6b30c4;
  color: #fff;
}
.header-newsletter__discount {
  font-size: 0.8125rem;
  padding: 0.05em 0.5em;
  text-transform: uppercase;
  border: 2px solid #6b30c4;
  border-radius: 0.1875rem;
  font-weight: 700;
}
.header-newsletter__icon {
  font-size: 1.5rem;
  margin-top: -0.125em;
  display: block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.header-newsletter__text {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
}

.header-backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.16);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  z-index: 3;
}
.header-backdrop.active {
  visibility: visible;
  opacity: 1;
}
.search-result-open .header-backdrop {
  z-index: 5;
}

.nav-info {
  background: #000000;
  color: #fff;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .nav-info {
    padding: 0.625rem 0;
    font-size: 0.875rem;
  }
}
.nav-info__content {
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  .nav-info__content {
    padding: 0 2.5rem;
  }
}
.nav-info__text {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
  text-align: center;
}
.nav-info__text p {
  margin: 0;
}
.nav-info__text a {
  text-decoration: underline;
  color: inherit;
}
.nav-info__text a:hover, .nav-info__text a:focus {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}
.nav-info__close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: inherit;
}
.nav-info__close:hover, .nav-info__close:focus {
  color: inherit;
  opacity: 0.8;
}

.menu__row {
  margin: 0;
}
@media (min-width: 992px) {
  .menu__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menu__col {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .menu__col--side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
  }
}
.menu__col--main {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 992px) {
  .menu__col--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
            flex: 0 0 77%;
    max-width: 77%;
    border: 2px solid #000000;
    border-left: 0;
  }
}
@media (min-width: 1360px) {
  .menu__col--main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.menu__col--main-index {
  border-left: 2px solid #000000;
}
.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.menu__item-link--top {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 0 0.9375rem;
  text-decoration: none;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .menu__item-link--top {
    padding: 0 1.25rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1500px) {
  .menu__item-link--top {
    padding: 0 1.875rem;
    font-size: 1rem;
  }
}
.menu__item-link--top:hover, .menu__item-link--top:focus {
  color: #000000;
  opacity: 0.7;
}
.menu__collapseicon {
  width: 3rem;
  height: 1.5rem;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .menu__item-header {
    height: 100%;
  }
  .menu-sub {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-sub__content > ul {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .menu__item--active .menu-sub {
    z-index: 2;
    opacity: 1;
  }
  .menu-sub__list--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__item--1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu__item-link--1 {
    text-transform: uppercase;
    color: #000000;
  }
  .menu__item-link--1 .menu__item-link {
    color: #000000;
  }
}
@media (max-width: 767.98px) {
  .menu-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.625rem;
  }
  .menu-sub {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menu-sub__content {
    padding: 0;
  }
  .menu__item-link--top {
    padding: 0;
  }
  .js-top-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .menu__item {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
  }
  .menu__item--top:not(:first-child) {
    border-top: 0;
  }
  .menu__item--sub:last-child,
  .menu__item--sub:first-child:not(:last-child) {
    border-bottom: 0;
  }
  .menu__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.625rem 0.9375rem;
  }
  .menu__item-link--nosubmenu {
    padding: 0.625rem 0.9375rem;
    display: block;
  }
  .menu-sub.show {
    background: #f1f1f1;
  }
  .menu__item--1 .menu__item-link--nosubmenu,
  .menu__item--1 .menu__item-header {
    margin-left: 10px;
  }
  .menu__item--2 .menu__item-link--nosubmenu,
  .menu__item--2 .menu__item-header {
    margin-left: 20px;
  }
  .menu__item--3 .menu__item-link--nosubmenu,
  .menu__item--3 .menu__item-header {
    margin-left: 30px;
  }
}
.menu-toggler__icon {
  display: block;
}
.menu-toggler__icon--open {
  display: none;
}
.menu-toggler--open .menu-toggler__icon--closed {
  display: none;
}
.menu-toggler--open .menu-toggler__icon--open {
  display: block;
}

.mobile-menu {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 100%;
}
.mobile-menu__list {
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 0.625rem;
}
.mobile-menu__list-wrapper[data-depth="1"] {
  position: static;
  visibility: visible;
  opacity: 1;
}
.mobile-menu__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  min-height: 100%;
}
.mobile-menu__list-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu__list-wrapper[data-depth="2"] {
  left: 100%;
}
.mobile-menu__list-wrapper[data-depth="3"] {
  left: 200%;
}
.mobile-menu__list-wrapper[data-depth="4"] {
  left: 300%;
}
.mobile-menu__list-wrapper[data-depth="5"] {
  left: 400%;
}
.mobile-menu__link-icon {
  font-size: 1.875rem;
  margin-right: 0.4em;
  width: 1em;
}
.mobile-menu__depth-btn {
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 1.25rem;
  color: #000000;
}
.mobile-menu__depth-btn:hover, .mobile-menu__depth-btn:focus {
  color: #656565;
}
.mobile-menu__depth-btn--next {
  right: 0;
  padding: 0.9375rem;
}
.mobile-menu__depth-btn--prev {
  border-right: 1px solid #f3f3f3;
  left: 0;
}
.mobile-menu__link {
  font-size: 0.8125rem;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 2.5rem 0.625rem 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  border-bottom: 1px solid #f3f3f3;
  min-height: 3.125rem;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  text-decoration: none;
  color: #656565;
}
.mobile-menu__link--1 {
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-menu__link--back {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 1.875rem;
}
.mobile-menu__link--secondary {
  position: relative;
  border-color: #e9e9e9;
}
.mobile-menu__link--secondary::before {
  content: "";
  left: -0.625rem;
  right: -0.625rem;
  top: 0;
  bottom: -1px;
  position: absolute;
  background: #f3f3f3;
  z-index: -1;
}
.mobile-menu__elem {
  position: relative;
}
.mobile-menu__elem--full {
  margin: 0 -0.625rem;
}
.mobile-menu__elem--extra {
  border-color: #ced4da;
}

.menu-side {
  position: relative;
}
.menu-side:hover .menu-side__list {
  visibility: visible;
  opacity: 1;
}
.menu-side--expanded .menu-side__list {
  visibility: visible;
  opacity: 1;
}
.menu-side__header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  text-align: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  border: 2px solid #000000;
}
.menu-side__header:hover, .menu-side__header:focus {
  color: #fff;
  background: #000000;
}
@media (min-width: 992px) {
  .menu-side__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .menu-side__header {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .menu-side__header {
    font-size: 1.125rem;
    padding: 0.5625rem 1.875rem;
  }
}
.menu-side__header--index {
  background: #cf381c;
  color: #fff;
  border-color: #cf381c;
}
.menu-side__header--index:hover, .menu-side__header--index:focus {
  background: rgb(162.0765957447, 43.8468085106, 21.9234042553);
  border-color: rgb(162.0765957447, 43.8468085106, 21.9234042553);
  color: #fff;
}
.menu-side__header-icon {
  font-size: 1.25rem;
  margin-right: 0.8em;
}
@media (min-width: 1200px) {
  .menu-side__header-icon {
    font-size: 1.5rem;
  }
}
@media (min-width: 1360px) {
  .menu-side__header-icon {
    font-size: 2rem;
  }
}
.menu-side__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 9;
  background: #fff;
  top: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .menu-side__list {
    padding: 0.3125rem 0;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
    border: 2px solid #000000;
    border-top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-height: 19.8125rem;
  }
  .menu-side__list .page-index {
    border-color: #cf381c;
  }
}
@media (min-width: 992px) {
  .menu-side__list {
    min-height: 20.25rem;
  }
}
@media (min-width: 1200px) {
  .menu-side__list {
    min-height: 24.1875rem;
  }
}
@media (min-width: 1360px) {
  .menu-side__list {
    min-height: 27.6875rem;
  }
}
@media (min-width: 1500px) {
  .menu-side__list {
    padding: 0.9375rem 0;
    min-height: 30.75rem;
  }
}
@media (min-width: 1810px) {
  .menu-side__list {
    min-height: 37.5rem;
  }
}
.menu-side__link {
  padding: 0.375rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000000;
  border-radius: 0.1875rem;
}
.menu-side__link:hover, .menu-side__link:focus {
  color: #000000;
  opacity: 0.8;
}
.menu-side__link:hover .menu-side__link-text, .menu-side__link:focus .menu-side__link-text {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .menu-side__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .menu-side__link {
    padding: 0.5rem 1.25rem;
  }
}
@media (min-width: 1360px) {
  .menu-side__link {
    padding: 0.625rem 1.25rem;
  }
}
@media (min-width: 1810px) {
  .menu-side__link {
    font-size: 1rem;
    padding: 0.8125rem 1.875rem;
  }
}
.menu-side__link--active {
  color: #fff;
  background: #cf381c;
}
.menu-side__link--active:hover, .menu-side__link--active:focus {
  color: #fff;
  opacity: 1;
}
.menu-side__link--active .menu-side__link-side-icon {
  color: #fff;
}
.menu-side__link--active .menu-side__link-text {
  text-decoration: underline;
}
.menu-side__link-icon {
  font-size: 1.25rem;
  margin-right: 0.4em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  color: inherit;
  position: relative;
}
@media (min-width: 1200px) {
  .menu-side__link-icon {
    font-size: 1.5rem;
    margin-right: 1em;
  }
}
@media (min-width: 1360px) {
  .menu-side__link-icon {
    font-size: 1.875rem;
  }
}
@media (min-width: 1500px) {
  .menu-side__link-icon {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .menu-side__link-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.4em;
    height: 1.25rem;
    margin-top: -0.625rem;
    border-right: 1px solid #cf381c;
  }
}
.menu-side__link-side-icon {
  display: none;
}
@media (min-width: 992px) {
  .menu-side__link-side-icon {
    display: inline-block;
    margin-left: auto;
    font-size: 0.75em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
    color: #000000;
  }
}

.submenu-side {
  position: absolute;
  left: calc(100% + 2px);
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  border: 2px solid #000000;
  border-left: 0;
}
.submenu-side .page-index {
  border-color: #cf381c;
}
@media (min-width: 992px) {
  .submenu-side {
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .submenu-side {
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 1360px) {
  .submenu-side {
    padding: 1.875rem 3.125rem;
  }
}
.submenu-side--active {
  visibility: visible;
  opacity: 1;
}
.submenu-side__col--banner {
  display: none;
}
@media (min-width: 1200px) {
  .submenu-side__col--banner {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
  }
}
@media (min-width: 1500px) {
  .submenu-side__col--banner {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
.submenu-side__col--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .submenu-side__col--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
.submenu-side__col--content-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.submenu-side__title {
  font-weight: 700;
  margin: 0 0 0.9375rem;
}
@media (min-width: 1360px) {
  .submenu-side__title {
    margin: 0 0 1.25rem;
  }
}
.submenu-side__sub-title {
  font-size: 0.8em;
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  margin-left: 1em;
}
.submenu-side__sub-title:hover, .submenu-side__sub-title:focus {
  color: #000000;
  text-decoration: underline;
  opacity: 0.8;
}
.submenu-side__list-elem {
  font-size: 0.75rem;
}
@media (min-width: 1360px) {
  .submenu-side__list-elem {
    font-size: 0.875rem;
  }
}
.submenu-side__list-link {
  text-decoration: none;
  color: #000000;
}
.submenu-side__list-link:hover, .submenu-side__list-link:focus {
  color: #000000;
  text-decoration: underline;
  opacity: 0.7;
}
.submenu-side__list-wrapper {
  overflow: hidden;
}

#mobile_top_menu_wrapper.modal .modal-header {
  border-bottom: 0;
}
#mobile_top_menu_wrapper.modal .modal-body {
  padding-top: 0;
}

.modal.fade .modal-dialog__offcanvas {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 32.5rem;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog__offcanvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.modal-dialog__offcanvas .modal-content {
  height: inherit;
  border-width: 0;
  border-radius: 0;
}
.modal .modal-dialog__offcanvas .modal-header {
  border-radius: inherit;
}
.modal .modal-dialog__offcanvas .modal-body {
  overflow-y: auto;
  height: inherit;
}
.modal--mobile {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  background: #fff;
  margin: 55px 0 0;
  height: calc(100% - 55px);
}
.modal .modal-dialog--mobile {
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-dialog--mobile.modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal .modal-dialog--mobile .modal-content {
  height: auto;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  border-top: 1px solid #f3f3f3;
}
.modal .modal-dialog--mobile .modal-body {
  padding: 0;
}

.price {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .price {
    font-size: calc(0.6583333333rem + 0.752688172vw);
  }
}
.price {
  font-weight: 500;
  color: #000000;
}
.price--regular {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .price--regular {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.price--regular {
  color: #656565;
  font-weight: 400;
  text-decoration: line-through;
}
.price--lg {
  font-size: 1.375rem;
}
@media (max-width: 992px) {
  .price--lg {
    font-size: calc(0.675rem + 1.1290322581vw);
  }
}
.price--xl {
  font-size: 1.875rem;
}
.price--sm {
  font-size: 0.875rem;
}

.product-miniature.hovered .product-miniature__content {
  background-color: #edf0f1;
  border-color: #6b30c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
.product-miniature.hovered .product-miniature__hover-block {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.product-miniature__hover-block {
  display: none;
}
.product-miniature__content {
  border-radius: 0.5rem;
  border: 1px solid #f3f3f3;
}
.product-miniature__content-wrapper {
  padding: 0.625rem;
  position: relative;
}
@media (min-width: 768px) {
  .product-miniature__content-wrapper {
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 1500px) {
  .product-miniature__content-wrapper {
    padding: 1.25rem 1.875rem;
  }
}
.product-miniature__thumb {
  text-align: center;
  position: relative;
  margin: 0 0 0.3125rem;
}
@media (min-width: 1200px) {
  .product-miniature__thumb {
    margin: 0 0 0.9375rem;
  }
}
.product-miniature__title {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .product-miniature__title {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.product-miniature__title {
  line-height: 1.25;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 0.3125rem;
}
@media (min-width: 1200px) {
  .product-miniature__title {
    margin: 0 0 0.625rem;
  }
}
.product-miniature__title {
  overflow: hidden;
  height: 2.5em;
}
.product-miniature__reference {
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0 0 0.3125rem;
}
@media (min-width: 1200px) {
  .product-miniature__reference {
    margin: 0 0 0.625rem;
  }
}
.product-miniature__content-top {
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #6b30c4;
}
@media (min-width: 1200px) {
  .product-miniature__content-top {
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
.product-miniature__extra-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-miniature--grid .product-miniature__extra-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 3.75rem;
}
@media (min-width: 992px) {
  .product-miniature--grid .product-miniature__extra-buttons {
    max-width: 5rem;
  }
}
@media (min-width: 1200px) {
  .product-miniature--grid .product-miniature__extra-buttons {
    display: none;
  }
}
.product-miniature--grid .product-miniature__extra-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.625rem;
  font-size: 0.5rem;
  width: 100%;
  max-width: 3.75rem;
}
@media (min-width: 992px) {
  .product-miniature--grid .product-miniature__extra-btn {
    max-width: 5rem;
  }
}
.product-miniature--grid .product-miniature__extra-btn-icon {
  margin-bottom: 0.125rem;
}
@media (min-width: 992px) {
  .product-miniature--grid .product-miniature__extra-btn-icon {
    margin-bottom: 0.3125rem;
    font-size: 1.375rem;
  }
}
.product-miniature--grid .product-miniature__content:hover .product-miniature__extra-buttons {
  display: block;
}
.product-miniature--list .product-miniature__content {
  position: relative;
}
.product-miniature--list .product-miniature__row--main {
  overflow: hidden;
  border-radius: 0.5rem;
}
.product-miniature--list .product-miniature__list-content {
  padding: 1.25rem;
}
@media (min-width: 1500px) {
  .product-miniature--list .product-miniature__list-content {
    padding: 1.875rem;
  }
}
.product-miniature--list .product-miniature__list-content--gray {
  background-color: #edf0f1;
}
.product-miniature--list .product-miniature__col--actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1360px) {
  .product-miniature--list .product-miniature__col--actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
  }
}
@media (min-width: 1500px) {
  .product-miniature--list .product-miniature__col--actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
  }
}
.product-miniature--list .product-miniature__col--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1360px) {
  .product-miniature--list .product-miniature__col--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 340px);
            flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
  }
}
@media (min-width: 1500px) {
  .product-miniature--list .product-miniature__col--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 370px);
            flex: 0 0 calc(100% - 370px);
    max-width: calc(100% - 370px);
  }
}
.product-miniature--list .product-miniature__col--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
}
@media (min-width: 1360px) {
  .product-miniature--list .product-miniature__col--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}
@media (min-width: 1500px) {
  .product-miniature--list .product-miniature__col--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
}
.product-miniature--list .product-miniature__content-top {
  margin: 0;
  border: 0;
  padding: 0 0 1.25rem;
}
.product-miniature--list .product-miniature__title {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-miniature--list .product-miniature__title {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.product-miniature--list .product-miniature__title {
  -webkit-line-clamp: 1;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.product-miniature--list .product-miniature__p-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.product-miniature--list .product-miniature__p-detail-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-miniature--list .product-miniature__p-detail-element {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-miniature--list .product-miniature__p-detail-element:not(:last-child) {
  position: relative;
  padding-right: 2.5rem;
}
@media (min-width: 1500px) {
  .product-miniature--list .product-miniature__p-detail-element:not(:last-child) {
    padding-right: 3.75rem;
  }
}
.product-miniature--list .product-miniature__p-detail-element:not(:last-child)::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #f3f3f3;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
}
@media (min-width: 1500px) {
  .product-miniature--list .product-miniature__p-detail-element:not(:last-child)::after {
    right: 30px;
  }
}
.product-miniature--list .product-miniature__pricing {
  text-align: right;
  line-height: 1;
}
.product-miniature--list .product-miniature__extra-buttons {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-miniature--list .product-miniature__extra-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 0.75rem;
}
.product-miniature--list .product-miniature__extra-btn-icon {
  margin-right: 0.625rem;
}
.product-miniature--list .product-flags {
  padding: 0;
  top: 0;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.label-color {
  line-height: 1;
  margin-right: 0.3125rem;
}

.product-variants-item .color {
  width: 2rem;
  height: 2rem;
  border: 2px solid transparent;
}

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
  border-color: #232323;
}

.current-price-display {
  font-size: 1.25rem;
  font-weight: 700;
}
.current-price-discount {
  color: #f39d72;
}

.discount {
  text-transform: uppercase;
  color: #FFF;
  background-color: #f39d72;
  font-weight: 600;
  display: inline-block;
  padding: 0.15625rem;
}

.cart-content {
  padding: 0.625rem;
  background: #f8f9fa;
}

.cart-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.cart-modal .modal-title {
  width: 100%;
}
.cart-modal__row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cart-modal__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
@media (min-width: 992px) {
  .cart-modal__col {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .cart-modal__col--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 25rem);
            flex: 0 0 calc(100% - 25rem);
    max-width: calc(100% - 25rem);
  }
  .cart-modal__col--summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    max-width: 25rem;
  }
  .cart-modal__col--footer-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.875rem;
            flex: 0 0 21.875rem;
    max-width: 21.875rem;
  }
}

.btn-add-to-cart .btn-add-to-cart__spinner {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
  display: none;
}
.btn-add-to-cart.is--loading .btn-add-to-cart__spinner {
  display: inline-block;
}
.btn-add-to-cart.is--loading .btn-add-to-cart__icon {
  display: none;
}

.product-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.product-flags__flag {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-flags__flag {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-flags__flag {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.9375rem;
          flex: 0 0 5.9375rem;
  text-align: center;
  background: #cf381c;
  border-radius: 0.1875rem;
  line-height: 1.25;
  padding: 0.3em 0.5em;
}
.product-flags__flag--new {
  background-color: #3a9ae8;
}
.product-flags__flag--discount {
  background-color: #29e3d3;
}
.product-flags--listing {
  padding: 0.625rem;
}
.product-flags--product-page {
  z-index: 3;
  left: 0.625rem;
  top: 0.625rem;
}
.product-flags--product-page .product-flags__flag {
  padding: 0.5em 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  white-space: nowrap;
}

.custom-cart-form--listing {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .custom-cart-form--listing {
    margin-top: 0.9375rem;
  }
}
.custom-cart-form__row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.custom-cart-form__col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.custom-cart-form__col--qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.4375rem;
          flex: 0 0 8.4375rem;
  max-width: 8.4375rem;
}
@media (min-width: 576px) and (max-width: 1499.98px) {
  .custom-cart-form__col--qty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
}
.custom-cart-form__submit-btn {
  width: 100%;
  display: block;
}
.custom-cart-form--sm .custom-cart-form__row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.custom-cart-form--sm .custom-cart-form__col {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.custom-cart-form--sm .custom-cart-form__col--qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.875rem;
          flex: 0 0 6.875rem;
  max-width: 6.875rem;
}
.custom-cart-form--compare .custom-cart-form__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .custom-cart-form--compare .custom-cart-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .custom-cart-form--compare .custom-cart-form__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .custom-cart-form--compare .custom-cart-form__col:not(:first-child) {
    margin-top: 0.3125rem;
  }
}

.custom-qty-spinner {
  background: #fff;
  position: relative;
}
.custom-qty-spinner__input {
  width: 100%;
  padding: 0 0.625rem;
  text-align: center;
  font-weight: 600;
}
.custom-qty-spinner__btn {
  position: absolute;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1em;
}
@media (min-width: 1500px) {
  .custom-qty-spinner__btn {
    width: 2em;
  }
}
.custom-qty-spinner__btn:hover, .custom-qty-spinner__btn:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #000000;
}
.custom-qty-spinner__btn--up {
  right: 0;
  padding-right: 0.5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.custom-qty-spinner__btn--down {
  left: 0;
  padding-left: 0.5em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.custom-qty-spinner--sm .custom-qty-spinner__btn {
  width: 1.5em;
}

@media (min-width: 992px) {
  .featured-products__wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1360px) {
  .featured-products__wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.featured-products__arrow--prev {
  left: 0.625rem;
}
.featured-products__arrow--next {
  right: 0.625rem;
}
@media (min-width: 992px) {
  .featured-products__arrow--prev {
    left: 0;
  }
  .featured-products__arrow--next {
    right: 0;
  }
}
.featured-products__footer-btn {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000000;
}
.featured-products__footer-btn:hover, .featured-products__footer-btn:focus {
  color: #656565;
}
.featured-products__footer-btn-highlight {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.product-starts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-starts__icon {
  color: #ced4da;
}
.product-starts__icon--active {
  color: #ffdb3d;
}
.product-starts__icon:not(:last-child) {
  margin-right: 0.125rem;
}

.star-on,
.star {
  font-size: 1rem;
  width: 1em;
  height: 1em;
  color: #ced4da;
  margin: 0 1px;
}
.star-on::before,
.star::before {
  content: "\e93f";
}
.star-on.star-hover, .star-on.star-on,
.star.star-hover,
.star.star-on {
  color: #ffdb3d;
}
.star-on .star-hover,
.star .star-hover {
  cursor: pointer;
}

.star-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grade-stars {
  position: relative;
  height: 16px;
  min-width: 90px;
  display: inline-block;
}
.grade-stars .star-content {
  position: absolute;
  top: 0;
  left: 0;
}
.grade-stars.small-stars .grade-stars {
  height: 10px;
}
.grade-stars.small-stars .star-on,
.grade-stars.small-stars .star {
  font-size: 0.625rem;
}
.grade-stars--center .star-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-features {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-features {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-features__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 1360px) {
  .product-features__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.product-features__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.375rem;
          flex: 0 0 9.375rem;
  padding-right: 0.625rem;
}
.product-features__value {
  font-weight: 500;
}

.product-aval-info {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-aval-info {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-aval-info__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-aval-info__elem:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.product-aval-info__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  padding-right: 0.625rem;
}
.product-aval-info__value {
  color: #0c868c;
  font-weight: 500;
}

.product-detailed-info {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-detailed-info {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-detailed-info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-detailed-info__list-item:not(:last-child) {
  margin-bottom: 0.375rem;
  padding-bottom: 0.375rem;
}
.product-detailed-info__list-item--bordered:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.product-detailed-info__value {
  font-weight: 500;
  text-align: right;
}
.product-detailed-info__name {
  padding-right: rem-cal(5px);
}

.custom-color.custom-control {
  padding-left: 0;
  margin-bottom: 0.25rem;
}
.custom-color .custom-control-label:before,
.custom-color .custom-control-label:after {
  display: none;
}
.custom-color .color {
  margin-right: 0.25rem;
  border: none;
}
.custom-color .color__label {
  line-height: 1.25;
  display: inline-block;
}
.custom-color.custom-control--active .color {
  border: 2px solid black;
}

.form--100 {
  min-width: 100%;
  width: 100%;
}

.form-footer {
  margin-top: 0.625rem;
}

.notifications-container ul {
  margin-bottom: 0;
}

.js-invalid-feedback-browser:empty {
  display: none;
}

.page-form {
  max-width: 31.25rem;
  margin: 0 auto;
}

.form-footer-block {
  text-align: center;
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  position: relative;
}
.form-footer-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-top: 1px solid #6b30c4;
  width: 240px;
  margin-left: -120px;
}

.form-label {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .form-label {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.form-label {
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin: 0 0 0.3125rem;
}
.form-label small {
  font-weight: 300;
  font-size: inherit;
}
.form-label.required:after {
  content: "*";
  font-size: inherit;
}

.required-sign {
  font-size: inherit;
}

.form-text {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .form-text {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.form-text {
  line-height: 1.2;
}

.form-group label small,
.form-group label .small, .form-group .label small,
.form-group .label .small {
  font-size: 0.75rem;
}
.form-group.form-group_forgot-password {
  margin-top: -1.5625rem;
}

@media (max-width: 767.98px) {
  .js-scroll-shadow-wrapper {
    position: relative;
    overflow: hidden;
  }
  .js-scroll-shadow-wrapper::before, .js-scroll-shadow-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
    width: 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-scroll-shadow-wrapper::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(rgba(248, 249, 250, 0)));
    background: linear-gradient(90deg, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .js-scroll-shadow-wrapper::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#f8f9fa), to(rgba(248, 249, 250, 0)));
    background: linear-gradient(270deg, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .js-scroll-shadow-wrapper.js-scroll-shadow-left::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .js-scroll-shadow-wrapper.js-scroll-shadow-right::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .js-scroll-shadow-wrapper-theme-breadcrumb {
    margin: 0 0 2.5rem;
  }
  .js-scroll-shadow-wrapper-theme-breadcrumb > * {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .js-scroll-shadow-wrapper-theme-breadcrumb::before {
    background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(rgba(248, 249, 250, 0)));
    background: linear-gradient(90deg, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  }
  .js-scroll-shadow-wrapper-theme-breadcrumb::after {
    background: -webkit-gradient(linear, right top, left top, from(#f8f9fa), to(rgba(248, 249, 250, 0)));
    background: linear-gradient(270deg, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  }
  .js-scroll-shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .js-scroll-shadow::-webkit-scrollbar {
    display: none;
  }
}
.product-line {
  border-bottom: 1px solid rgba(107, 48, 196, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  .product-line {
    padding: 0;
    vertical-align: middle;
    display: table-row;
  }
}
@media (min-width: 768px) {
  .product-line--no-border {
    border-bottom: 0;
  }
}
.product-line__price {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-line__price {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.product-line__price {
  font-weight: 500;
}
.product-line__price--regular {
  font-weight: 400;
  margin-right: 1em;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-line__price--regular {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-line__discount {
  font-weight: 600;
  font-size: 0.625rem;
  padding: 0.25rem 1.25rem;
  color: #fff;
  background: #f25926;
}
.product-line__attributes {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-line__attributes {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-line__attributes {
  margin: 0;
}
.product-line__attribute {
  margin: 0 0 0.3125rem;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-line__attribute {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-line__attribute {
  font-weight: 300;
}
.product-line__title {
  margin: 0 0 0.3125rem;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .product-line__title {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.product-line__title {
  font-weight: 500;
}
.product-line__attribute-label {
  font-weight: 300;
}
.product-line .product-line__cell {
  padding: 0.625rem 0.3125rem;
  border-color: rgba(107, 48, 196, 0.4);
}
@media (min-width: 768px) {
  .product-line .product-line__cell {
    vertical-align: middle;
    padding: 1.5625rem 0.3125rem;
  }
}
.product-line .product-line__cell:first-child {
  padding-left: 0;
}
.product-line .product-line__cell--no-border {
  border: 0;
}
.product-line .product-line__cell--extra-products {
  border-top: 0;
}
@media (min-width: 768px) {
  .product-line .product-line__cell--extra-products {
    height: 1px;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 768px) {
  .product-line .product-line__cell--extra-products:not(.product-line__cell--img) {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-line .product-line__cell--extra-products:nth-child(2) .product-line__extra-bg-wrapper {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.product-line .product-line__cell--extra-products:last-child .product-line__extra-bg-wrapper {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 1rem;
}
.product-line__qty-input-wrapper {
  max-width: 90px;
}
.product-line__qty-input-wrapper .bootstrap-touchspin {
  margin: 0 auto;
}
.product-line__qty-input {
  padding: 0 1.25rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-line__qty-input {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.product-line__qty-spinner-btn {
  width: 1em;
}
.product-line__cell--img {
  width: 9.0625rem;
}
@media (max-width: 767.98px) {
  .product-line__cell--img {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
            flex: 0 0 4.375rem;
    max-width: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 6.25rem);
            flex: 0 0 calc(100% - 6.25rem);
    max-width: calc(100% - 6.25rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod-expanded {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 4.375rem);
            flex: 0 0 calc(100% - 4.375rem);
    max-width: calc(100% - 4.375rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--delete {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
    max-width: 1.875rem;
  }
}
@media (min-width: 992px) {
  .product-line__cell--delete {
    width: 1rem;
  }
}
.product-line__cell--qty {
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .product-line__cell--price .price, .product-line__cell--total .price, .product-line__cell--qty .price {
    font-size: 1rem;
  }
  .product-line__cell--price .price--regular, .product-line__cell--total .price--regular, .product-line__cell--qty .price--regular {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--total {
    text-align: right;
  }
}
.product-line__cell--btn-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-line__cell--btn-action {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell[data-title]:before {
    font-size: 0.75rem;
    margin: 0 0 0.3125rem;
    content: attr(data-title);
    display: block;
  }
}
@media (min-width: 768px) {
  .product-line__extra-bg-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    background-color: #edf0f1;
  }
}
@media (min-width: 768px) {
  .product-line__extra-bg-wrapper .product-line__qty-input {
    background-color: transparent;
  }
  .product-line__extra-bg-wrapper .custom-qty-spinner {
    background-color: transparent;
  }
}

.product-table {
  margin: 0;
  border: 0;
}
@media (max-width: 767.98px) {
  .product-table {
    display: block;
  }
  .product-table tbody {
    display: block;
  }
}
.product-table .product-table__head th {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .product-table .product-table__head th {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.product-table .product-table__head th {
  padding: 0.3125rem;
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-top: 0;
  border-bottom: 1px solid #6b30c4;
}
.product-table .product-table__head th:first-child {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .product-table__head {
    display: none;
  }
}

.nice-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  background-image: none;
  color: #222222;
  float: none;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #222222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nice-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nice-select:disabled, .nice-select.disabled {
  color: #000000;
  background-color: #f3f3f3;
}
.nice-select:disabled:after, .nice-select.disabled:after {
  border-color: transparent;
  border-top-color: #000000;
}
.nice-select::after {
  margin-top: -3px;
  width: 6px;
  height: 6px;
  right: 22px;
  border-width: 1px;
  border-color: #222222;
}
.nice-select .list {
  margin-top: 0;
  top: calc(100% + 1px);
  left: -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #222222;
  border-top: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nice-select .option {
  padding: 0.625rem;
  line-height: 1.5;
  min-height: inherit;
  white-space: normal;
}
.nice-select .option.focus {
  background-color: #f3f3f3;
}
.nice-select .option.selected {
  color: #000000;
  font-weight: 500;
}
.nice-select .option.selected.focus {
  background-color: #f3f3f3;
}
.nice-select .option:hover {
  background-color: #f3f3f3;
}
.nice-select.custom-select--uppercase .current {
  font-size: 10px;
  text-transform: uppercase;
}

.home-categories__list-content {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 8%;
}
@media (min-width: 576px) {
  .home-categories__list-content {
    padding: 0;
  }
}
.home-categories__list {
  margin-top: -0.9375rem;
}
@media (min-width: 576px) {
  .home-categories__list {
    margin-top: -30px;
  }
}
@media (min-width: 1360px) {
  .home-categories__list {
    padding-left: -2.1875rem;
    padding-right: -2.1875rem;
  }
}
.home-categories__col {
  margin-top: 0.9375rem;
}
@media (min-width: 576px) {
  .home-categories__col {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .home-categories__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1360px) {
  .home-categories__col {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.home-categories__content {
  padding-top: calc(100% - 4px);
  border: 2px solid #cf381c;
  border-radius: 0.1875rem;
  position: relative;
  display: block;
  color: #000000;
}
.home-categories__content:hover, .home-categories__content:focus {
  color: #fff;
  background-color: #cf381c;
}
.home-categories__inner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.home-categories__icon {
  font-size: 6.25rem;
}
@media (max-width: 992px) {
  .home-categories__icon {
    font-size: calc(1rem + 8.4677419355vw);
  }
}
.home-categories__icon {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .home-categories__icon {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .home-categories__icon {
    font-size: 4.6875rem;
  }
}
.home-categories__text {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .home-categories__text {
    font-size: 0.875rem;
  }
}

.home-featured__row {
  margin: 0;
  display: grid;
  grid-template-columns: 0.95fr 0.9fr 1fr 1fr;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (min-width: 1200px) {
  .home-featured__row {
    gap: 2.25rem;
  }
}
.home-featured__col--left {
  grid-area: 1/1/1/3;
}
.home-featured__col--right {
  grid-area: 1/3/1/5;
}
.home-featured__banners-gird {
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 1fr;
  grid-template-columns: 0.95fr 0.9fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (min-width: 1200px) {
  .home-featured__banners-gird {
    gap: 2.25rem;
  }
}
.home-featured__banners-gird--title {
  grid-template-rows: none;
}
.home-featured__banner-col--main {
  grid-area: 1/1/3/3;
}
.home-featured__banner-col--small {
  grid-area: 1/3/2/4;
}
.home-featured__banner-col--small-2 {
  grid-area: 2/3/3/4;
}
.home-featured__banner-col--small-1 {
  grid-area: 1/3/2/4;
}
.home-featured__banner-col--large {
  grid-area: 1/4/3/5;
}
.home-featured__banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) and (max-width: 1499.98px) {
  .home-featured__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .home-featured__title {
    font-size: 1.625rem;
  }
}

@media (min-width: 1360px) {
  .home-featured-categories__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.seo-boxes__text-content p {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .seo-boxes__text-content p {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.seo-boxes__text-content p {
  line-height: 2.1;
}
@media (min-width: 1500px) {
  .seo-boxes__text-content p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .seo-boxes__text-content .section-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .seo-boxes__text-content .section-title {
    font-size: 1.5rem;
  }
}

.shop-features__thumb {
  position: relative;
  font-size: 3.125rem;
  max-width: 2em;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .shop-features__thumb {
    font-size: 4.375rem;
  }
}
@media (min-width: 992px) {
  .shop-features__thumb {
    font-size: 5rem;
  }
}
@media (min-width: 1360px) {
  .shop-features__thumb {
    font-size: 6.25rem;
  }
}
.shop-features__img {
  border-radius: 0.5rem;
}
.shop-features__icon {
  font-size: 0.9em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  height: 1em;
  line-height: 1em;
}
@media (min-width: 1360px) {
  .shop-features__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.shop-features__title {
  line-height: 1.5;
}
.shop-features__title p {
  margin: 0;
}

.shop-opinions {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .shop-opinions__wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.shop-opinions__slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 1360px) {
  .shop-opinions__slider {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1810px) {
  .shop-opinions__slider {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
.shop-opinions__slide {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 1360px) {
  .shop-opinions__slide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1810px) {
  .shop-opinions__slide {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.shop-opinions__content {
  background: #f3f3f3;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .shop-opinions__content {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 1360px) {
  .shop-opinions__content {
    padding: 3.125rem;
  }
}
.shop-opinions__starts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f25926;
}
.shop-opinions__star-icon {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .shop-opinions__star-icon {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.shop-opinions__star-icon {
  margin: 0 0.0625rem;
}
.shop-opinions__text-content {
  margin-top: 1.25rem;
  line-height: 2;
}
@media (min-width: 992px) {
  .shop-opinions__text-content {
    margin-top: 2.5rem;
  }
}
.shop-opinions__text-content > * {
  margin: 0;
}

.about-us__content {
  max-width: 83.75rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about-us__content .section-title {
    margin-bottom: 1.25rem;
  }
}
.about-us__content p {
  line-height: 2;
}

@media (min-width: 1360px) {
  .main-layout__row {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
@media (min-width: 1360px) {
  .main-layout__col {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.main-layout__col--main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .main-layout__col--left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1360px) {
  .main-layout__col--left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
  }
}
@media (min-width: 1500px) {
  .main-layout__col--left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (min-width: 992px) {
  .main-layout__col--main-side-enabled {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 1360px) {
  .main-layout__col--main-side-enabled {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%;
  }
}
@media (min-width: 1500px) {
  .main-layout__col--main-side-enabled {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
            flex: 0 0 77%;
    max-width: 77%;
  }
}

.page-simple > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.page-simple .l-footer {
  margin-top: auto;
}

.page-404 {
  position: relative;
}
@media (min-width: 768px) {
  .page-404__content {
    position: absolute;
    max-width: 31.875rem;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10%;
  }
}
.page-404__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.1em;
  margin-bottom: 1.25rem;
}
@media (min-width: 1360px) {
  .page-404__title {
    font-size: 6.25rem;
  }
}
@media (min-width: 1500px) {
  .page-404__title {
    font-size: 7.5rem;
  }
}
.page-404__title-text--secondary {
  font-size: 0.6em;
}
.page-404__title-text--main {
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
  color: #cf381c;
  font-size: 1em;
  position: relative;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.page-404__title-text--main::before {
  content: "";
  position: absolute;
  display: block;
  top: -13%;
  height: 100%;
  left: 3%;
  border-right: 0.03em solid #cf381c;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.cms-content {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .cms-content {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.cms-content {
  font-weight: 400;
  line-height: 2;
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
  margin-bottom: 1.25rem;
}
.cms-content > *:last-child {
  margin-bottom: 0;
}

.social-login {
  margin: 1.875rem 0 0;
  border-top: 1px solid #6b30c4;
  padding: 1.875rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .social-login {
    margin: 3.75rem 0 0;
    padding: 3.4375rem 0;
  }
}
.social-login__title {
  margin: 0 0 1.25rem;
}
.social-login__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.social-login__elem--spacer {
  margin: 0 0.625rem;
  font-weight: 300;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .social-login__elem--spacer {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
@media (min-width: 576px) {
  .social-login__elem--spacer {
    margin: 0 2.5rem;
  }
}
.social-login__btn {
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .social-login__btn {
    padding: 0.625rem 0.9375rem;
  }
}
.social-login__icon {
  margin-right: 0.9375rem;
  font-size: 1.875rem;
}

.simple-toast-stack {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 250px;
  display: block;
  z-index: 99;
}

.simple-toast {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  display: none;
}
.simple-toast .simple-toast-content {
  padding: 0.625rem 0.9375rem;
  color: #000000;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.simple-toast.show .simple-toast-content {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.simple-toast-info .simple-toast-content {
  color: #fff;
  background: #6b30c4;
}
.simple-toast-danger .simple-toast-content {
  color: #fff;
  background: #ed4242;
}
.simple-toast-warning .simple-toast-content {
  color: #000000;
  background: #ffc107;
}
.simple-toast-success .simple-toast-content {
  color: #fff;
  background: #74b348;
}

.cdpcp {
  border: 1px solid #f3f3f3;
}
.cdpcp__col {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.cdpcp__col--side {
  width: 5.625rem;
}
@media (min-width: 576px) {
  .cdpcp__col--side {
    width: 8.75rem;
  }
}
@media (min-width: 992px) {
  .cdpcp__col--side {
    width: 13.75rem;
  }
}
.cdpcp__col--side {
  position: absolute;
  z-index: 4;
  left: 1px;
  top: 0;
  bottom: 0;
  background: #fff;
}
.cdpcp__col--main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.75rem;
          flex: 0 0 13.75rem;
  max-width: 13.75rem;
}
@media (min-width: 576px) {
  .cdpcp__col--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75rem;
            flex: 0 0 18.75rem;
    max-width: 18.75rem;
  }
}
@media (min-width: 768px) {
  .cdpcp__col--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .cdpcp__col--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1500px) {
  .cdpcp__col--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.cdpcp__row {
  position: relative;
  padding-left: 5.625rem;
}
@media (min-width: 576px) {
  .cdpcp__row {
    padding-left: 8.75rem;
  }
}
@media (min-width: 992px) {
  .cdpcp__row {
    padding-left: 13.75rem;
  }
}
.cdpcp__row--features .cdpcp__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cdpcp__row:last-child .cdpcp__col {
  border-bottom: 1px solid #f3f3f3;
}
.cdpcp__row:nth-child(even) .cdpcp__col {
  background: #f8f9fa;
}
.cdpcp__text {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .cdpcp__text {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.cdpcp__text {
  display: block;
  padding: 0.9375rem 0.625rem;
}
@media (min-width: 992px) {
  .cdpcp__text {
    padding: 1.875rem 1.25rem;
  }
}
.cdpcp__text--label {
  font-weight: 500;
}
.cdpcp__text--title {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .cdpcp__text--title {
    font-size: calc(0.65rem + 0.564516129vw);
  }
}
.cdpcp__table-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-left: 1px solid #f3f3f3;
}
.cdpcp__table-wrapper::-webkit-scrollbar {
  display: none;
}
.cdpcp__wrapper {
  position: relative;
}
.cdpcp__arrow {
  position: absolute;
  z-index: 5;
  top: 0;
  background: #6b30c4;
  color: #fff;
  padding: 0.5em;
  font-size: 0.875rem;
  cursor: pointer;
  visibility: hidden;
}
.cdpcp__arrow:hover, .cdpcp__arrow:focus {
  color: #fff;
  background: rgb(95.8176229508, 42.9836065574, 175.5163934426);
}
.cdpcp__arrow--left {
  left: 0;
}
.cdpcp__arrow--right {
  right: 0;
}
.cdpcp__arrow.active {
  visibility: visible;
}

.cdpcp-product {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .cdpcp-product {
    font-size: calc(0.6333333333rem + 0.188172043vw);
  }
}
.cdpcp-product {
  padding: 0.625rem 0.625rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cdpcp-product {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}
.cdpcp-product__title {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .cdpcp-product__title {
    font-size: calc(0.6416666667rem + 0.376344086vw);
  }
}
.cdpcp-product__title {
  line-height: 1.25;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 0.3125rem;
  overflow: hidden;
  height: 2.5em;
}
.cdpcp-product__form {
  max-width: 16.25rem;
}
.cdpcp-product__extra-buttons {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
.newsletter-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.newsletter-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.newsletter-block__content {
  margin: 1.875rem auto;
  padding: 3.125rem 0.625rem;
  background: #fff;
  border-radius: 0.9375rem;
}
@media (min-width: 768px) {
  .newsletter-block__content {
    max-width: 90%;
    padding: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-block__content {
    margin: 2.5rem 0 2.5rem 15%;
    max-width: 60%;
    padding: 3.125rem 3.75rem;
  }
}
@media (min-width: 1500px) {
  .newsletter-block__content {
    margin: 3.125rem 0 3.125rem 15%;
    max-width: 50%;
    padding: 3.75rem 5rem;
  }
}
.newsletter-block__sub-title {
  max-width: 60%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .newsletter-block__sub-title {
    max-width: 100%;
  }
}
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 2px solid #cf381c;
  border-radius: 0 0 0.1875rem 0.1875rem;
  background: #fff;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.autocomplete-suggestion {
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
  padding: 10px;
}

.autocomplete-suggestion img {
  max-width: 50px;
  max-height: 50px;
}

.autocomplete-suggestion:first-child {
  border-top: none;
}

.autocomplete-suggestion.selected {
  background: #f8f9fa;
}

.autocomplete-product__last-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
  height: 60px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.search-widget__input {
  border: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", Courier, Lucida, monospace;
  font-weight: 500;
  color: #000000;
  height: 2.5rem;
}
@media (min-width: 992px) {
  .search-widget__input {
    height: 3.125rem;
  }
}
.search-widget__input::-webkit-input-placeholder {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.search-widget__input::-moz-placeholder {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.search-widget__input:-ms-input-placeholder {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.search-widget__input::-ms-input-placeholder {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.search-widget__input::placeholder {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.search-widget__wrapper {
  border: 2px solid #cf381c;
  border-radius: 0.1875rem;
}
.search-widget__btn {
  position: absolute;
  right: -2px;
  top: -2px;
  bottom: -2px;
  padding: 0;
  text-align: center;
  width: 2.75rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .search-widget__btn {
    width: 3.375rem;
  }
}
.search-widget__btn-icon {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .search-widget__btn-icon {
    font-size: 1.75rem;
  }
}
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
.cart-dropdown {
  background-color: #fff;
  text-align: left;
  border: 1px solid #6b30c4;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cart-dropdown__body {
  padding: 0.9375rem 1.5625rem;
}
.cart-dropdown__body--bottom {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #f8f9fa;
  margin: 0 -1px -1px -1px;
}
.cart-dropdown__container {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 9;
  max-width: 21.875rem;
  width: 21.875rem;
}
.cart-dropdown__list {
  max-height: 300px;
  overflow: hidden;
  margin-right: -0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0;
}
.cart-dropdown__list-item {
  margin-bottom: 1.25rem;
}
.cart-dropdown__footer {
  margin-top: 1.25rem;
}
.cart-dropdown__exit {
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  font-size: 0.875rem;
  padding: 0.625rem;
}

.cart-dropdown-product {
  font-size: 0.875rem;
}
.cart-dropdown-product__image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  max-width: 85px;
}
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
.free-shipping__label {
  color: #000000;
}
.free-shipping__icon {
  font-size: 1.375rem;
  display: block;
}
@media (min-width: 992px) {
  .free-shipping__icon {
    font-size: 2rem;
  }
}
.free-shipping__icon--reached {
  color: #396912;
}
.free-shipping__progress {
  width: 100%;
  height: 10px;
  margin-bottom: 0;
  background-color: rgba(77, 112, 115, 0.45);
  border-radius: 999em;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.free-shipping__progress--reached {
  background-color: #396912;
}
.free-shipping__progress-bar {
  background-color: #4d7073;
  border-radius: 999em;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.free-shipping__progress-bar--reached {
  background-color: #396912;
}
/*
  Responsive sizes example
  $responsive-sizes: (
    'md': 0.9,
    'xs': 0.8
  )
*/
/*
Utility API, copied form bootstrap 5.
Best results combined with purgecss to remove unused utilities
docs: https://getbootstrap.com/docs/5.0/utilities/api/

*/
.wishlist-btn__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist-btn__text-short {
  display: none;
}
.product-miniature--grid .wishlist-btn .wishlist-btn__text-short, .product-top-actions .wishlist-btn .wishlist-btn__text-short {
  display: inline;
}
.product-miniature--grid .wishlist-btn .wishlist-btn__text-long, .product-top-actions .wishlist-btn .wishlist-btn__text-long {
  display: none;
}
.wishlist-btn.js-wishlist-remove .wishlist-btn__content--add {
  display: none;
}
.wishlist-btn.js-wishlist-add .wishlist-btn__content--added {
  display: none;
}

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