@charset "UTF-8";
:root {
  --svg-bg-fill: transparent;
  --svg-social-color: currentColor;
  --c-primary:#e94d1a;
  --c-primary-darker:#9b3412;
  --c-primary-lighter:#e38f72;
  --c-body:#fff;
  --c-bg-alt:#fafafa;
  --c-p-main:#222;
  --c-p-secondary:#757575;
  --c-red:#dc1f41;
  --c-yellow:#fec125;
  --c-green:#36bf3c;
  --c-borders:#eee;
  --c-borders-darker:#dedede;
  --c-button-text:#fff;
  --star-default: #fff;
  --star-filled: #FFC90A;
  --star-stroke: #000;
  --headings-color: var(--c-p-main);
  --s-radius: 5;
  --drop-shadow-hover:drop-shadow(0px 0px 4px #00000040);
  accent-color: var(--c-primary);
  --product-image-height:630px;
}

:root {
  font-size: var(--font-size-root, 16px);
  --h1-font-size: 2rem;
  --h2-font-size: 1.75rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.125rem;
  --h5-font-size:1.1rem;
  --h6-font-size: 1rem;
  --fz-p: 1rem;
  --fz-s: 0.875rem;
  --fz-xs: 0.8125rem;
  --text-font: "Lato";
  --heading-font: "Lato";
  --heading-weight: 700;
}

.star-default {
  stop-color: var(--star-default);
}

.star-filled {
  stop-color: var(--star-filled);
}

.star-stroke-filled {
  stop-color: var(--star-filled);
}

.star-stroke-default {
  stop-color: var(--star-stroke);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent !important;
  border-color: #ADB5BD !important;
}

.custom-control-input ~ .custom-control-label {
  transition-duration: 0.3s;
}

.custom-control-input:hover ~ .custom-control-label {
  color: #e94d1a;
}

.custom-control-label::before {
  background-color: transparent !important;
  top: 6px !important;
  border-color: #ADB5BD !important;
}

.custom-control-label::after {
  top: 5px !important;
}

.btn-background {
  display: inline-flex;
  justify-content: center;
  background-color: #e94d1a;
  border: 1px solid #e94d1a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
  transition-duration: 0.3s;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 33px;
}
@media (max-width: 575.98px) {
  .btn-background {
    font-size: 14px;
    padding: 5px 16px;
  }
}
.btn-background:hover {
  background-color: #AD3D18;
  border-color: #e94d1a;
  color: #fff;
}

.btn-border {
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #e94d1a;
  color: #9F2700;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
  transition-duration: 0.3s;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 33px;
}
@media (max-width: 575.98px) {
  .btn-border {
    font-size: 14px;
    padding: 5px 16px;
  }
}
.btn-border:hover {
  background-color: #F3DFD8;
  border-color: #9F2700;
  color: #9F2700;
}

:root {
  --blue: #045aff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #045AFF;
  --secondary: #757575;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ff9a52;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --breakpoint-xxl: 1640px;
  --font-family-sans-serif: var(--text-font, "Lato"), -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  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: var(--text-font, "Lato"), -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}
@media (max-width: 992px) {
  body {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
body {
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-p-main);
  text-align: left;
  background-color: var(--c-body);
}

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

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

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

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

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

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: #045AFF;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 62.5298804781, 182.5);
  text-decoration: underline;
}

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: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--c-p-secondary);
  text-align: left;
  caption-side: bottom;
}

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

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] {
  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.99375rem + 0.8165322581vw);
  }
}
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: 1.25rem;
  font-family: var(--heading-font, var(--text-font, "Lato"));
  font-weight: var(--heading-weight, 700);
  line-height: 1.2;
  color: var(--headings-color);
}

h1, .h1 {
  font-size: var(--h1-font-size, 2rem);
}

h2, .h2 {
  font-size: var(--h2-font-size, 1.75rem);
}

h3, .h3 {
  font-size: var(--h3-font-size, 1.5rem);
}

h4, .h4 {
  font-size: var(--h4-font-size, 1.25rem);
}

h5, .h5 {
  font-size: var(--h5-font-size, 1.125rem);
}

h6, .h6 {
  font-size: var(--h6-font-size, 1rem);
}

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

.display-1 {
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: calc(1.09375rem + 2.2681451613vw);
  }
}
.display-1 {
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  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: 10px;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .blockquote {
    font-size: calc(0.96875rem + 0.4536290323vw);
  }
}

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 5px;
  line-height: 1;
}

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

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: #212529;
  border-radius: 0.4rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 760px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
@media (min-width: 1300px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
@media (min-width: 1640px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

.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-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1, .col-xs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3, .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col-xs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6, .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col-xs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9, .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col-xs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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: 1640px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 10px;
  color: var(--c-p-main);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--c-borders);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--c-borders);
}
.table tbody + tbody {
  border-top: 2px solid var(--c-borders);
}

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

.table-bordered {
  border: 1px solid var(--c-borders);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--c-borders);
}
.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: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: var(--c-p-main);
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(184.72, 208.8, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(124.48, 169.2, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(159.22, 192.0370517928, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(159.22, 192.0370517928, 255);
}

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 226.72, 206.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 202.48, 165.04);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.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: #495057;
  background-color: #e9ecef;
  border-color: var(--c-borders);
}

.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: 1299.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: 1639.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .form-control {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
.form-control {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--c-borders);
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(131.5, 173.8147410359, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  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 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .form-control-plaintext {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
.form-control-plaintext {
  line-height: 1.5;
  color: var(--c-p-main);
  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(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .form-control-lg {
    font-size: calc(0.95625rem + 0.2721774194vw);
  }
}
.form-control-lg {
  line-height: 1.5;
  border-radius: 0.4rem;
}

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

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 12px;
}

.form-row {
  display: flex;
  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: var(--c-p-secondary);
}

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

.form-check-inline {
  display: inline-flex;
  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.875em;
  color: #28a745;
}

.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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem;
}
.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: #28a745;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 1.75rem) !important;
  background: url("data:image/svg+xml, %3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-4.28205e-08 0.951417L0.94 3.98335e-08L4 3.09042L7.06 2.99175e-07L8 0.951417L4 5L-4.28205e-08 0.951417Z' fill='%23222'/%3e%3c/svg%3e") right 0 center/8px 5px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 1.75rem) !important;
  background: url("data:image/svg+xml, %3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-4.28205e-08 0.951417L0.94 3.98335e-08L4 3.09042L7.06 2.99175e-07L8 0.951417L4 5L-4.28205e-08 0.951417Z' fill='%23222'/%3e%3c/svg%3e") right 0 center/8px 5px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-control:focus {
  border-color: #e94d1a;
  box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: var(--c-p-main);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .btn {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
.btn {
  line-height: 1.5;
  border-radius: 0.4rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--c-p-main);
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 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: #045AFF;
  border-color: #045AFF;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 75.6354581673, 220.75);
  border-color: rgb(0, 71.2669322709, 208);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 75.6354581673, 220.75);
  border-color: rgb(0, 71.2669322709, 208);
  box-shadow: 0 0 0 0.2rem rgba(41.65, 114.75, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #045AFF;
  border-color: #045AFF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 71.2669322709, 208);
  border-color: rgb(0, 66.8984063745, 195.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41.65, 114.75, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(97.875, 97.875, 97.875);
  border-color: rgb(91.5, 91.5, 91.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(97.875, 97.875, 97.875);
  border-color: rgb(91.5, 91.5, 91.5);
  box-shadow: 0 0 0 0.2rem rgba(137.7, 137.7, 137.7, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(91.5, 91.5, 91.5);
  border-color: rgb(85.125, 85.125, 85.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137.7, 137.7, 137.7, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 131.6690751445, 43.75);
  border-color: rgb(255, 124.225433526, 31);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 131.6690751445, 43.75);
  border-color: rgb(255, 124.225433526, 31);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 136.45, 75.85, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 124.225433526, 31);
  border-color: rgb(255, 116.7817919075, 18.25);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 136.45, 75.85, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  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: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  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: #212529;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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);
  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 {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #045AFF;
  border-color: #045AFF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #045AFF;
  border-color: #045AFF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #045AFF;
  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: #045AFF;
  border-color: #045AFF;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.5);
}

.btn-outline-secondary {
  color: #757575;
  border-color: #757575;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #757575;
  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: #757575;
  border-color: #757575;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9a52;
  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: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  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: #212529;
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #045AFF;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 62.5298804781, 182.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: calc(0.95625rem + 0.2721774194vw);
  }
}
.btn-lg, .btn-group-lg > .btn {
  line-height: 1.5;
  border-radius: 0.4rem;
}

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

.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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.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.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  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 > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  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: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .input-group-text {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
.input-group-text {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid var(--c-borders);
  border-radius: 0.4rem;
}
.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(1.5em + 1.75rem + 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: 0.875rem 1.25rem;
  font-size: 1.125rem;
}
@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.95625rem + 0.2721774194vw);
  }
}
.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.5;
  border-radius: 0.4rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--c-borders);
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(131.5, 173.8147410359, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(182.5, 207.3406374502, 255);
  border-color: rgb(182.5, 207.3406374502, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before, .custom-checkbox-color .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox-color .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg fill='none' height='11' viewBox='0 0 13 11' width='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m11.976.43178c-.5415-.291577-1.1455.27075-1.4996.60398-.81219.79143-1.49948 1.70781-2.27011 2.54089-.8539.91639-1.64533 1.83277-2.52006 2.72837-.49985.49984-1.04135 1.04134-1.37458 1.66615-.74977-.72898-1.3954-1.5204-2.22848-2.166-.60398-.4582-1.603677-.79143-1.58285.3124.041654 1.4371 1.3121 2.97829 2.24931 3.95713.39571.4165.91639.8539 1.52037.8747.72894.0417 1.47871-.8331 1.91608-1.31207.77063-.83308 1.39544-1.77033 2.10352-2.6242.91639-1.12465 1.8536-2.22852 2.7492-3.374.5623-.70812 2.3326-2.45761.9372-3.20735zm-10.55933 5.60248c-.02082 0-.04165 0-.08331.0208-.0833-.0208-.14578-.04166-.22909-.08331.06248-.04165.16661-.02083.3124.06251z' fill='%23e94d1a'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #045AFF;
  background-color: #045AFF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox-color .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 90, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(4, 90, 255, 0.5);
}

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 90, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem 0.5rem 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .custom-select {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
.custom-select {
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-p-main);
  vertical-align: middle;
  background: #fff url("data:image/svg+xml, %3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-4.28205e-08 0.951417L0.94 3.98335e-08L4 3.09042L7.06 2.99175e-07L8 0.951417L4 5L-4.28205e-08 0.951417Z' fill='%23222'/%3e%3c/svg%3e") right 0 center/8px 5px no-repeat;
  border: 0 solid var(--c-borders);
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(131.5, 173.8147410359, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--c-p-main);
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .custom-select-lg {
    font-size: calc(0.95625rem + 0.2721774194vw);
  }
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(131.5, 173.8147410359, 255);
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid var(--c-borders);
  border-radius: 0.4rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.4rem 0.4rem 0;
}

.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 {
  box-shadow: 0 0 0 1px var(--c-body), 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--c-body), 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px var(--c-body), 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #045AFF;
  border: 0;
  border-radius: 1rem;
  -webkit-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::-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(182.5, 207.3406374502, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #045AFF;
  border: 0;
  border-radius: 1rem;
  -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(182.5, 207.3406374502, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #045AFF;
  border: 0;
  border-radius: 1rem;
  -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(182.5, 207.3406374502, 255);
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #045AFF;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 10px;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .navbar-brand {
    font-size: calc(0.95625rem + 0.2721774194vw);
  }
}
.navbar-brand {
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .navbar-toggler {
    font-size: calc(0.95625rem + 0.2721774194vw);
  }
}
.navbar-toggler {
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1639.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1640px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  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: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0.3375rem 0.3375rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0.3375rem 0.3375rem;
}

.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;
  border-radius: 0.3375rem;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem;
}

.card-deck .card {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

.card-group > .card {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -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;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -0.0625rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #045AFF;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 62.5298804781, 182.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #045AFF;
  border-color: #045AFF;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.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.95625rem + 0.2721774194vw);
  }
}
.pagination-lg .page-link {
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.badge {
  display: inline-block;
  padding: 0.3em 0.55em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    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;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #045AFF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 71.2669322709, 208);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #757575;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(91.5, 91.5, 91.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ff9a52;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(255, 124.225433526, 31);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  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;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.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(2.08, 46.8, 132.6);
  background-color: rgb(204.8, 222, 255);
  border-color: rgb(184.72, 208.8, 255);
}
.alert-primary hr {
  border-top-color: rgb(159.22, 192.0370517928, 255);
}
.alert-primary .alert-link {
  color: rgb(1.2923552124, 29.077992278, 82.3876447876);
}

.alert-secondary {
  color: rgb(60.84, 60.84, 60.84);
  background-color: rgb(227.4, 227.4, 227.4);
  border-color: rgb(216.36, 216.36, 216.36);
}
.alert-secondary hr {
  border-top-color: rgb(203.61, 203.61, 203.61);
}
.alert-secondary .alert-link {
  color: rgb(35.34, 35.34, 35.34);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 80.08, 42.64);
  background-color: rgb(255, 234.8, 220.4);
  border-color: rgb(255, 226.72, 206.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 211.832716763, 181.06);
}
.alert-warning .alert-link {
  color: rgb(94.009495549, 56.7743620178, 30.230504451);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.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: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem;
}

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action-dropdown-link:hover, .list-group-item-action-dropdown:hover, .list-group-item-action:focus, .list-group-item-action-dropdown-link:focus, .list-group-item-action-dropdown:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active, .list-group-item-action-dropdown-link:active, .list-group-item-action-dropdown:active {
  color: var(--c-p-main);
  background-color: #e9ecef;
}

.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:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #045AFF;
  border-color: #045AFF;
}
.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 {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1640px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(2.08, 46.8, 132.6);
  background-color: rgb(184.72, 208.8, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action-dropdown-link:hover, .list-group-item-primary.list-group-item-action-dropdown:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action-dropdown-link:focus, .list-group-item-primary.list-group-item-action-dropdown:focus {
  color: rgb(2.08, 46.8, 132.6);
  background-color: rgb(159.22, 192.0370517928, 255);
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.active.list-group-item-action-dropdown-link, .list-group-item-primary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(2.08, 46.8, 132.6);
  border-color: rgb(2.08, 46.8, 132.6);
}

.list-group-item-secondary {
  color: rgb(60.84, 60.84, 60.84);
  background-color: rgb(216.36, 216.36, 216.36);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action-dropdown-link:hover, .list-group-item-secondary.list-group-item-action-dropdown:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action-dropdown-link:focus, .list-group-item-secondary.list-group-item-action-dropdown:focus {
  color: rgb(60.84, 60.84, 60.84);
  background-color: rgb(203.61, 203.61, 203.61);
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.active.list-group-item-action-dropdown-link, .list-group-item-secondary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(60.84, 60.84, 60.84);
  border-color: rgb(60.84, 60.84, 60.84);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action-dropdown-link:hover, .list-group-item-success.list-group-item-action-dropdown:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action-dropdown-link:focus, .list-group-item-success.list-group-item-action-dropdown:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.active.list-group-item-action-dropdown-link, .list-group-item-success.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action-dropdown-link:hover, .list-group-item-info.list-group-item-action-dropdown:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action-dropdown-link:focus, .list-group-item-info.list-group-item-action-dropdown:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.active.list-group-item-action-dropdown-link, .list-group-item-info.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 80.08, 42.64);
  background-color: rgb(255, 226.72, 206.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action-dropdown-link:hover, .list-group-item-warning.list-group-item-action-dropdown:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action-dropdown-link:focus, .list-group-item-warning.list-group-item-action-dropdown:focus {
  color: rgb(132.6, 80.08, 42.64);
  background-color: rgb(255, 211.832716763, 181.06);
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.active.list-group-item-action-dropdown-link, .list-group-item-warning.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(132.6, 80.08, 42.64);
  border-color: rgb(132.6, 80.08, 42.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action-dropdown-link:hover, .list-group-item-danger.list-group-item-action-dropdown:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action-dropdown-link:focus, .list-group-item-danger.list-group-item-action-dropdown:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.active.list-group-item-action-dropdown-link, .list-group-item-danger.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.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-dropdown-link:hover, .list-group-item-light.list-group-item-action-dropdown:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action-dropdown-link:focus, .list-group-item-light.list-group-item-action-dropdown: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, .list-group-item-light.active.list-group-item-action-dropdown-link, .list-group-item-light.active.list-group-item-action-dropdown {
  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-dropdown-link:hover, .list-group-item-dark.list-group-item-action-dropdown:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action-dropdown-link:focus, .list-group-item-dark.list-group-item-action-dropdown: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, .list-group-item-dark.active.list-group-item-action-dropdown-link, .list-group-item-dark.active.list-group-item-action-dropdown {
  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.99375rem + 0.8165322581vw);
  }
}
.close {
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  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;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    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: #045AFF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 71.2669322709, 208) !important;
}

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 124.225433526, 31) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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 var(--c-borders) !important;
}

.border-top {
  border-top: 1px solid var(--c-borders) !important;
}

.border-right {
  border-right: 1px solid var(--c-borders) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--c-borders) !important;
}

.border-left {
  border-left: 1px solid var(--c-borders) !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: #045AFF !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.4rem !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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1640px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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 {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1640px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1640px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.mt-3,
.my-3 {
  margin-top: 20px !important;
}

.mr-3,
.mx-3 {
  margin-right: 20px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 20px !important;
}

.ml-3,
.mx-3 {
  margin-left: 20px !important;
}

.m-4 {
  margin: 30px !important;
}

.mt-4,
.my-4 {
  margin-top: 30px !important;
}

.mr-4,
.mx-4 {
  margin-right: 30px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}

.ml-4,
.mx-4 {
  margin-left: 30px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 50px !important;
}

.mt-6,
.my-6 {
  margin-top: 50px !important;
}

.mr-6,
.mx-6 {
  margin-right: 50px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 50px !important;
}

.ml-6,
.mx-6 {
  margin-left: 50px !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: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

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

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

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

.p-3 {
  padding: 20px !important;
}

.pt-3,
.py-3 {
  padding-top: 20px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 20px !important;
}

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

.p-4 {
  padding: 30px !important;
}

.pt-4,
.py-4 {
  padding-top: 30px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}

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

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

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

.p-6 {
  padding: 50px !important;
}

.pt-6,
.py-6 {
  padding-top: 50px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 50px !important;
}

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

.m-n1 {
  margin: -5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -20px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -20px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -20px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -20px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -20px !important;
}

.m-n4 {
  margin: -30px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -30px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -30px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -30px !important;
}

.m-n5 {
  margin: -40px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -40px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -40px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -40px !important;
}

.m-n6 {
  margin: -50px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -50px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -50px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -50px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -50px !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: 5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 20px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 50px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 50px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 50px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 50px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 20px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 50px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 50px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 50px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 50px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 50px !important;
  }
  .m-sm-n1 {
    margin: -5px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important;
  }
  .m-sm-n3 {
    margin: -20px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important;
  }
  .m-sm-n4 {
    margin: -30px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important;
  }
  .m-sm-n5 {
    margin: -40px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important;
  }
  .m-sm-n6 {
    margin: -50px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -50px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -50px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -50px !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: 5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 20px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 50px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 50px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 50px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 50px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 20px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 50px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 50px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 50px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 50px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 50px !important;
  }
  .m-md-n1 {
    margin: -5px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important;
  }
  .m-md-n3 {
    margin: -20px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important;
  }
  .m-md-n4 {
    margin: -30px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important;
  }
  .m-md-n5 {
    margin: -40px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important;
  }
  .m-md-n6 {
    margin: -50px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -50px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -50px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -50px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -50px !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: 5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 20px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 50px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 50px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 50px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 50px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 20px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 50px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 50px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 50px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 50px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 50px !important;
  }
  .m-lg-n1 {
    margin: -5px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important;
  }
  .m-lg-n3 {
    margin: -20px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important;
  }
  .m-lg-n4 {
    margin: -30px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important;
  }
  .m-lg-n5 {
    margin: -40px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important;
  }
  .m-lg-n6 {
    margin: -50px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -50px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -50px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -50px !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: 1300px) {
  .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: 5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 20px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important;
  }
  .m-xl-6 {
    margin: 50px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 50px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 50px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 20px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important;
  }
  .p-xl-6 {
    padding: 50px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 50px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 50px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 50px !important;
  }
  .m-xl-n1 {
    margin: -5px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important;
  }
  .m-xl-n3 {
    margin: -20px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important;
  }
  .m-xl-n4 {
    margin: -30px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important;
  }
  .m-xl-n5 {
    margin: -40px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important;
  }
  .m-xl-n6 {
    margin: -50px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -50px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -50px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -50px !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: 1640px) {
  .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: 5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 10px !important;
  }
  .m-xxl-3 {
    margin: 20px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 20px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 20px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 20px !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 30px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 30px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 30px !important;
  }
  .m-xxl-5 {
    margin: 40px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 40px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 40px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 40px !important;
  }
  .m-xxl-6 {
    margin: 50px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 50px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 50px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 10px !important;
  }
  .p-xxl-3 {
    padding: 20px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 20px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 20px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 20px !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 30px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 30px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 30px !important;
  }
  .p-xxl-5 {
    padding: 40px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 40px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 40px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 40px !important;
  }
  .p-xxl-6 {
    padding: 50px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 50px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 50px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 50px !important;
  }
  .m-xxl-n1 {
    margin: -5px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -5px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -5px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -5px !important;
  }
  .m-xxl-n2 {
    margin: -10px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -10px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -10px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -10px !important;
  }
  .m-xxl-n3 {
    margin: -20px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -20px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -20px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -20px !important;
  }
  .m-xxl-n4 {
    margin: -30px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -30px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -30px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -30px !important;
  }
  .m-xxl-n5 {
    margin: -40px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -40px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -40px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -40px !important;
  }
  .m-xxl-n6 {
    margin: -50px !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -50px !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -50px !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -50px !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;
  }
}
.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: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1640px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: 200 !important;
}

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 62.5298804781, 182.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(78.75, 78.75, 78.75) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(255, 109.338150289, 5.5) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !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: var(--c-p-main) !important;
}

.text-muted {
  color: var(--c-p-secondary) !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;
    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 #adb5bd;
    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 {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: var(--c-borders);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: var(--c-borders);
  }
}
/**
* Swiper 9.4.1
* 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: June 13, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body,
html {
  height: 100%;
}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-family: "Lato";
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--c-p-secondary);
}

input::placeholder,
textarea::placeholder {
  color: var(--c-p-secondary);
}
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: var(--c-p-main);
}
input:active::placeholder,
textarea:active::placeholder {
  color: var(--c-p-main);
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/jash_theme/assets//fonts/icomoon-f03bd5823d38fe6e4a2b4f410de0ebbe.ttf) format("truetype"), url(/themes/jash_theme/assets//fonts/icomoon-f92bf140bac6feb5f2f3774eb849e9f2.woff) format("woff");
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* stylelint-disable */
  font-family: "icomoon" !important;
  /* stylelint-enable */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: "\e900";
}

.icon-gplus::before {
  content: "\e901";
}

.icon-instagram::before {
  content: "\e902";
}

.icon-linkedin::before {
  content: "\e903";
}

.icon-pinterest::before {
  content: "\e904";
}

.icon-rss::before {
  content: "\e905";
}

.icon-twitter::before {
  content: "\e906";
}

.icon-vimeo::before {
  content: "\e907";
}

.icon-youtube::before {
  content: "\e908";
}

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

@font-face {
  font-family: "Lato";
  src: local("Lato Regular"), local("Lato-Regular"), url(/themes/jash_theme/assets//fonts/Lato-Regular-39ac38d8a27bed2a16e4b0ebd0914520.woff2) format("woff2"), url(/themes/jash_theme/assets//fonts/Lato-Regular-77ca2742388f408c3be7d0ec3e7dc392.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Bold"), local("Lato-Bold"), url(/themes/jash_theme/assets//fonts/Lato-Bold-ea8a923ec6d3ea7cf7bc5ddefabbc20c.woff2) format("woff2"), url(/themes/jash_theme/assets//fonts/Lato-Bold-ba3a83adcb94357fc42f762985e4d3df.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
label,
.label {
  color: #212529;
}

.cursor-pointer {
  /* stylelint-disable */
  cursor: pointer !important;
  /* stylelint-enable */
}

.font-reset {
  /* stylelint-disable */
  font-size: inherit !important;
  /* stylelint-enable */
}

.line-height-reset {
  /* stylelint-disable */
  line-height: inherit !important;
  /* stylelint-enable */
}

.font-sm {
  font-size: 0.875rem;
}

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

.font-xs {
  font-size: 0.6875rem;
}

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

.modal {
  display: none;
}

.dropdown-menu {
  display: none;
}

.toast {
  opacity: 0;
}

.swiper-button-custom {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--c-primary);
}
.swiper-button-custom::after {
  display: none;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    position: relative;
    flex-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb .breadcrumb-item:first-child {
    padding-left: 1rem;
  }
  .breadcrumb .breadcrumb-item:last-child {
    padding-right: 1rem;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none;
}

.container {
  max-width: 1600px;
  width: 100%;
}
.container .container {
  padding-right: 0;
  padding-left: 0;
}

.card--secondary {
  border: 0;
}
.card {
  border: none;
  filter: var(--drop-shadow-hover);
}
.card-header {
  background-color: transparent;
  border-bottom: none;
}

.card-body + .card-body {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

.card-group-vertical > .card:not(:first-child) {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-group-vertical > .card:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-collapse:hover, .icon-collapse:focus {
  text-decoration: none;
}

.navbar-toggler {
  font-size: 0;
}

.form-label {
  display: block;
}

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  font-weight: 500;
}

.list-group-item-action-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.list-group-item-action-dropdown .list-group-item-collapse {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
  margin-left: 10px;
  /* stylelint-disable */
  text-decoration: none !important;
  /* stylelint-enable */
  background: none;
}

.list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 1.875rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action-dropdown-link {
  padding: 0;
}

.list-group-item {
  padding: 1.25rem;
}

.custom-checkbox-color .custom-control-label::before {
  /* stylelint-disable */
  display: none !important;
  /* stylelint-enable */
}
.custom-checkbox-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.form-required::after {
  color: var(--c-red);
  content: "*";
  position: absolute;
  top: 0;
  left: -9px;
  font-size: 18px;
  line-height: 1;
}

.custom-control-input-color, .custom-radio-color .custom-control-input-color {
  position: absolute;
  top: calc((1rem * 1.5 - 1rem) / 2);
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 4px;
}

.custom-radio-color {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-radio-color .custom-control-input-color {
  top: 0;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.custom-radio-color .custom-control-input {
  width: 100%;
  height: 100%;
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
  top: calc((1.5rem - 1.125rem) / 2);
  right: calc((1.5rem - 1.125rem) / 2);
  left: auto;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg fill='none' height='11' viewBox='0 0 13 11' width='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m11.976.43178c-.5415-.291577-1.1455.27075-1.4996.60398-.81219.79143-1.49948 1.70781-2.27011 2.54089-.8539.91639-1.64533 1.83277-2.52006 2.72837-.49985.49984-1.04135 1.04134-1.37458 1.66615-.74977-.72898-1.3954-1.5204-2.22848-2.166-.60398-.4582-1.603677-.79143-1.58285.3124.041654 1.4371 1.3121 2.97829 2.24931 3.95713.39571.4165.91639.8539 1.52037.8747.72894.0417 1.47871-.8331 1.91608-1.31207.77063-.83308 1.39544-1.77033 2.10352-2.6242.91639-1.12465 1.8536-2.22852 2.7492-3.374.5623-.70812 2.3326-2.45761.9372-3.20735zm-10.55933 5.60248c-.02082 0-.04165 0-.08331.0208-.0833-.0208-.14578-.04166-.22909-.08331.06248-.04165.16661-.02083.3124.06251z' fill='%23e94d1a'/%3e%3c/svg%3e");
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label .custom-control-input-color {
  border-color: #212529;
}
.custom-radio-color .custom-control-label::before {
  display: none;
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox-block {
  padding-left: 1rem;
}
.custom-checkbox-block .custom-control-label::after,
.custom-checkbox-block .custom-control-label::before {
  left: -1rem;
}

/* stylelint-disable declaration-no-important */
.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: 1299.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

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

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

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

/* stylelint-enable declaration-no-important */
.bootstrap-touchspin {
  max-width: 120px;
  overflow: hidden;
  border: 1px solid var(--c-borders);
  border-radius: 0.4rem;
}
.bootstrap-touchspin > input {
  padding: 0;
  font-weight: 700;
  text-align: center;
  border: none;
  box-shadow: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.8em;
  height: 100%;
  padding: 0;
  color: #495057;
  text-align: center;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
.bootstrap-touchspin .btn:hover, .bootstrap-touchspin .btn:focus {
  background: var(--c-bg-alt);
}
.bootstrap-touchspin .input-group-prepend,
.bootstrap-touchspin .input-group-append {
  display: block;
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
  transform: none;
}

.input-touchspin {
  max-width: 100px;
  opacity: 0;
}
.bootstrap-touchspin .input-touchspin {
  opacity: 1;
}

.qty .bootstrap-touchspin {
  height: 100%;
}
.qty .bootstrap-touchspin input {
  height: 100%;
}

/* HEADER STYLES */
@media (max-width: 767px) {
  #_desktop_top_menu {
    display: none !important;
  }
}

#_mobile_top_menu {
  display: none;
}

.show #_mobile_top_menu {
  display: block;
}

.l-header {
  margin: 0 0 20px;
  border-bottom: 1px solid var(--c-borders);
}
.l-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.l-header.fixed + #wrapper {
  margin-top: var(--header-height, 138px);
}

.header-top__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .header-top__row {
    gap: 10px 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .header-top__row {
    gap: 10px 15px;
  }
}
.header-top__link {
  display: block;
  padding: 0;
  color: var(--c-p-main);
  text-decoration: none;
  border-radius: 0.4rem;
  transition: 0.3s;
}
.header-top__link > div .header-top__total-counter svg {
  transition-duration: 0.3s;
}
.header-top__link:hover, .header-top__link:focus {
  color: var(--c-primary);
  text-decoration: none;
}
.header-top__icon-container {
  position: relative;
  display: flex;
  align-items: center;
}
.header-top__icon-container span {
  line-height: 1.1;
}
.header-top__icon-container svg {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .header-top__icon-container svg {
    max-width: 25px;
  }
}
.header-top__icon-container--with-counter svg {
  margin-right: 8px;
}
.header-top__icon-container--with-counter .header-top__badge {
  right: 0;
}
.header-top__total-counter {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-top__total-counter svg path,
.header-top__total-counter svg rect {
  transition-duration: 0.3s;
}
.header-top__total-counter:hover {
  color: #e94d1a;
}
.header-top__total-counter:hover svg path,
.header-top__total-counter:hover svg rect {
  stroke: #e94d1a;
}
.header-top__txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 1299.98px) {
  .header-top__txt {
    display: none;
  }
}
.header-top__txt span {
  padding-left: 0;
}
.header-top__txt span .svg-arrow-right {
  position: absolute;
  top: 50%;
  width: 0.625rem;
  min-width: 0.625rem;
  height: 0.625rem;
  transform: rotate(90deg);
  right: -28px;
  margin-top: -6px;
}
.header-top__icon {
  display: block;
}
.header-top__badge {
  position: absolute;
  top: -0.5em;
  right: -10px;
  max-width: 2em;
  max-height: 2em;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c-body);
  text-align: center;
  background: var(--c-primary);
  border-radius: 50%;
  padding: 0.2rem 0.35rem !important;
}
.header-top__badge--wishlist:after {
  content: attr(data-wishlist-counter);
}
@media (max-width: 767px) {
  .header-top__block--search {
    width: 100%;
    order: 1;
    flex-basis: 100%;
  }
}
.header-top__block--menu {
  display: block !important;
  flex-basis: 100%;
}
@media (max-width: 991.98px) {
  .header-top__block--menu {
    order: 3;
  }
}
@media (max-width: 1199px) {
  .header-top__block--menu .main-menu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-top__block--user {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .header-top__block--logo {
    order: -2;
  }
}
.header-top__block--logo a {
  display: flex;
}
.header-top__block--logo a img {
  max-width: 200px;
  height: auto;
  width: 200px;
}
@media (max-width: 575.98px) {
  .header-top__block--logo a img {
    max-width: 180px;
  }
}
@media (max-width: 399px) {
  .header-top__block--logo a img {
    max-width: 160px;
  }
}
@media (max-width: 359px) {
  .header-top__block--logo a img {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .header-top__block--menu-toggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-top__block--menu-toggle {
    order: 4;
    flex-basis: unset;
  }
}
.header-top #_desktop_compare_link {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .header-top #_desktop_compare_link {
    display: none !important;
  }
}
.header-top .contact-rwd {
  display: none;
}
@media (max-width: 767.98px) {
  .header-top .contact-rwd {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 5;
  }
  .header-top .contact-rwd a {
    display: flex;
  }
  .header-top .contact-rwd a svg {
    width: 20px;
    height: 20px;
  }
}
.header-top .figma-searchbar-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header-top .figma-searchbar-wrapper {
    order: 4;
    flex: 1 1 auto;
    flex-basis: unset;
  }
}
.header-top .figma-searchbar-wrapper .search-form {
  max-width: 100%;
  width: 630px;
}
@media (max-width: 1299.98px) {
  .header-top .figma-searchbar-wrapper .search-form {
    width: 430px;
  }
}
@media (max-width: 767.98px) {
  .header-top .figma-searchbar-wrapper .search-form {
    width: 100%;
  }
}
.header-top .figma-searchbar-wrapper .search-form__input {
  border: 1px solid #75635E !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  color: #75635E !important;
  height: 40px !important;
}
@media (max-width: 767.98px) {
  .header-top .figma-searchbar-wrapper .search-form__input {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 1199px) {
  .header-top .figma-searchbar-wrapper .search-form__form-group {
    height: auto !important;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .header-top .figma-searchbar-wrapper .search-form__btn {
    right: 3px !important;
    height: 34px !important;
    width: 34px !important;
  }
}

.header-nav {
  border-bottom: 1px solid var(--c-borders);
}
.header-nav__ins {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jashpromobanner {
  background-color: var(--c-borders);
  padding: 2px 0;
}
.jashpromobanner__content {
  font-size: 0.8125rem;
}
.jashpromobanner__content p {
  margin-bottom: 0;
}
.jashpromobanner__content a,
.jashpromobanner__content a.btn-default {
  padding: 2px 10px;
  margin-left: 10px;
  margin-right: 6px;
  background-color: var(--c-primary);
  color: #fff;
  border-radius: calc(var(--s-radius, 5) * 1px);
  text-decoration: none;
  margin-top: -3px;
  --btn-font-size: 0.8125rem;
}
.jashpromobanner__content a:hover,
.jashpromobanner__content a.btn-default:hover {
  background-color: var(--c-primary-darker);
  --btn-hover-bg-color: var(--c-primary-darker);
}

.cart-products {
  display: flex;
  border-bottom: 1px solid var(--c-borders);
}
.cart-products__thumb {
  max-width: 80px;
  padding-right: 10px;
}
.cart-products__desc {
  flex: 1 1;
  padding-right: 10px;
}
.cart-products__remove {
  flex: 0 0;
}

#cart-summary-product-list .cart-products {
  padding: 10px 0;
}

.dropdown-menu.blockcart__dropdown {
  width: 20rem;
  min-width: inherit;
  margin: 0;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  filter: var(--drop-shadow-hover);
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  padding: 1.25rem 1.25rem;
  transform: none !important;
}

@media (min-width: 550px) {
  .blockcart-modal .modal-dialog {
    max-width: 750px;
  }
}
.blockcart-modal .modal-content {
  padding: 10px;
}
@media (min-width: 550px) {
  .blockcart-modal .modal-content {
    padding: 20px 30px 30px;
  }
}
.blockcart-modal .modal-footer {
  border: none;
  padding-top: 0;
  padding: 0;
}
.blockcart-modal .modal-header {
  padding-left: 0;
  padding-right: 0;
}
.blockcart-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.displayCartDropdownAddons [data-free-shipping-amount] {
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.displayCartDropdownAddons [data-until-free-amount] {
  color: var(--c-primary);
  font-weight: 700;
}
.displayCartDropdownAddons meter.until-free-shipping {
  --meter-height: 0.625rem;
}
.displayCartDropdownAddons .until-free-shipping-additional {
  display: none;
}

.l-footer {
  background-color: #F4E9E0;
  padding-top: 48px;
  padding-bottom: 80px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-footer .logo {
  max-width: 160px;
  margin-bottom: 35px;
}
.l-footer * {
  text-decoration: none !important;
}
.l-footer a {
  transition-duration: 0.3s;
}
.l-footer .contact-footer-list__icon img {
  position: relative;
  top: -2px;
}
.l-footer .contact-footer-list a {
  font-size: 16px;
}
.l-footer .h4 {
  font-size: 18px;
}
.l-footer .links-list a:not(:hover) {
  color: #757575;
}
@media (max-width: 767.98px) {
  .l-footer .btn-background {
    margin-top: 40px;
  }
}

.svg-arrow-left, .svg-arrow-right {
  width: 9px;
  height: 15px;
  margin: 0 10px;
}
.svg-icon-wishlist {
  width: 22px;
  height: 21px;
}
.svg-icon-search {
  width: 18px;
  height: 18px;
  fill: #222;
}

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem;
}
#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem;
}
#products .page-not-found,
#pagenotfound .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  font-size: 0.875rem;
  color: var(--c-p-secondary);
  background: #fff;
}
#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}
#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
  float: none;
}
#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
  width: 100%;
}

img.lazyload {
  width: 100%;
}
img.lazyload:not(.loaded) {
  background: var(--c-body);
}

.links-list {
  padding: 0 0 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .links-list {
    padding: 0;
  }
}
.links-list__elem:not(:last-child) {
  margin: 0 0 10px;
}
.links-list__link {
  color: var(--c-p-secondary);
}
.links-list__link:hover, .links-list__link:focus {
  color: var(--c-primary);
}

.main-menu {
  padding: 10px 0 0;
}
.main-menu__item-header {
  display: flex;
  align-items: center;
}
.main-menu .main-menu__item--0 > .main-menu__item-header,
.main-menu .main-menu__item--0 > a {
  padding-right: 0.5rem;
  padding-left: 1rem;
}
.main-menu__dropdown {
  margin: -1rem -1rem 20px;
  border-bottom: 1px solid var(--c-borders);
}
@media (min-width: 1200px) {
  .main-menu__dropdown {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .main-menu__list {
    margin: 0 0 10px;
  }
  .main-menu__list--1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-color: var(--c-primary) var(--c-body);
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
  }
}
.main-menu__item-link {
  display: block;
  padding: 0;
}
@media (min-width: 1200px) {
  .main-menu__item-link {
    display: inline-block;
    padding: 0;
    transition: 0.2s ease-in;
  }
}
.main-menu__item-link--top {
  font-weight: 700;
  line-height: 1.1;
  color: var(--c-p-main);
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
.main-menu__item-link--sub {
  color: #212529;
}
@media (min-width: 1200px) {
  .main-menu__item-link--sub {
    margin: 0 0 5px;
  }
}
@media (min-width: 1200px) {
  .main-menu__item-link--1 {
    font-weight: 700;
  }
}
.main-menu__item-link--2 {
  padding-left: 1.625rem;
}
@media (min-width: 1200px) {
  .main-menu__item-link--2 {
    padding: 0;
  }
}
.main-menu__item-link--3 {
  padding-left: 2.25rem;
}
@media (min-width: 1200px) {
  .main-menu__item-link--3 {
    padding-left: 0;
  }
}
.main-menu__item-link--4 {
  padding-left: 2.875rem;
}
@media (min-width: 1200px) {
  .main-menu__item-link--4 {
    padding-left: 0;
  }
}
.main-menu__item {
  border-top: 1px solid var(--c-borders);
  transition: 0.2s ease-in;
}
.main-menu__item--top:first-child {
  border: 0;
}
@media (min-width: 1200px) {
  .main-menu__item {
    border: 0;
  }
}
@media (min-width: 1200px) {
  .main-menu__item--active {
    transition: 0.3s;
  }
  .main-menu__item--active .main-menu__sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    display: block !important;
  }
  .main-menu__item--active.main-menu__item--0 {
    z-index: 3;
    position: static;
  }
  .main-menu__item--active.main-menu__item--0 > .main-menu__item-header > a {
    color: #e94d1a;
  }
  .main-menu__item--active.main-menu__item--0 > .main-menu__item-header {
    z-index: 2;
    position: relative;
  }
}
.main-menu__item:not(.main-menu__item--category) .main-menu__sub .main-menu__item-link {
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .main-menu__item--1 > a.main-menu__item-link {
    color: var(--c-primary);
  }
}
@media (min-width: 1200px) {
  .main-menu__item--1 > .main-menu__item-header a.main-menu__item-link {
    color: var(--c-primary);
  }
}
.main-menu__sub {
  background: #f8f9fa;
}
@media (min-width: 1200px) {
  .main-menu__sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    z-index: 100;
    padding: 30px 30px 20px;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: 0.1s ease-in;
    transform: translateY(5px);
  }
}
@media (min-width: 1200px) {
  .main-menu .main-menu__item--category.main-menu__item--0 > .main-menu__sub {
    padding: 0;
    width: 100%;
    right: 0;
    background-color: transparent;
  }
  .main-menu .main-menu__item--category .menu-sub__content {
    background-color: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 40px 10px;
    padding-left: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .main-menu .main-menu__item--category .menu-sub__content {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .main-menu .main-menu__item-link--1 {
    flex: 0;
    white-space: nowrap;
  }
  .main-menu .main-menu__list--1 .navbar-toggler svg {
    transform: rotate(-90deg);
    color: var(--c-primary);
  }
  .main-menu .main-menu__list--1 > li {
    padding-bottom: 10px;
    padding-left: 1rem;
    padding-top: 10px;
    width: 49%;
  }
  .main-menu .main-menu__list--1 > li > .main-menu__item-header svg {
    top: -2px;
    position: relative;
    left: -5px;
  }
  .main-menu .main-menu__list--1 > li > a {
    margin-bottom: 0;
  }
  .main-menu .main-menu__list--1 .collapse {
    background-color: #fff;
    display: block;
  }
  .main-menu .main-menu__list--1 .collapse .main-menu__list {
    background-color: #fff;
  }
  .main-menu .main-menu__list--1 .collapse li {
    padding: 5px 20px;
    display: flex;
    align-items: center;
  }
  .main-menu .main-menu__list--1 .collapse li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
    display: inline-block;
    margin-right: 5px;
  }
  .main-menu .main-menu__list--1 .collapse .main-menu__item-link--sub {
    margin-bottom: 0;
  }
  .main-menu .main-menu__list--1 .icon-collapse {
    pointer-events: none;
  }
  .main-menu .main-menu__list--1 .main-menu__item:hover > .collapse {
    display: block;
    z-index: 999;
    position: static;
    border: none;
  }
  .main-menu .main-menu__list--2 > [aria-expanded=false] {
    flex-wrap: wrap;
  }
  .main-menu .main-menu__list--2 > [aria-expanded=false] > .collapse {
    flex-basis: 100%;
  }
}

.main-menu__item--category img {
  max-width: 50px;
  height: auto;
  margin-right: 5px;
}

#mobile_top_menu_wrapper {
  background-color: #FDF5EF;
}
#mobile_top_menu_wrapper .modal-dialog-aside {
  max-width: 100%;
}
#mobile_top_menu_wrapper .main-menu__sub {
  background-color: #FDF5EF;
}
#mobile_top_menu_wrapper .modal-content {
  background-color: transparent;
}
#mobile_top_menu_wrapper .js-top-menu-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#mobile_top_menu_wrapper * {
  border: none !important;
}
#mobile_top_menu_wrapper .navbar-toggler {
  min-height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
}
#mobile_top_menu_wrapper .x-closer {
  right: 7px !important;
  top: 14px !important;
}

@media (max-width: 1199px) {
  #_mobile_top_menu .main-menu__item-link.w-100 {
    width: auto !important;
  }
}
#_mobile_top_menu li a {
  padding-left: 15px;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 16px;
}
#_mobile_top_menu .main-menu__list--1 a {
  padding-left: 25px;
}
#_mobile_top_menu .main-menu__list--2 a {
  padding-left: 35px;
}
#_mobile_top_menu .main-menu__list--3 a {
  padding-left: 45px;
}
#_mobile_top_menu .main-menu__list--4 a {
  padding-left: 55px;
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

.block_newsletter__content {
  max-width: 505px;
  margin: 0 auto;
}
.block_newsletter__content input {
  border-radius: 0;
  border-width: 0 0 1px 0;
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.block_newsletter__content label {
  font-size: 0.875rem;
  margin-top: 8px;
  color: var(--c-p-secondary);
}
.block_newsletter__content label a {
  font-weight: 700;
}

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-loader-active .page-loader {
  display: flex;
}

.product-line-grid {
  align-items: center;
}
.product-line-grid:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--c-borders);
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}
.product-line-grid__block {
  padding: 0 0.625rem;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 5rem - 3.125rem);
  max-width: calc(100% - 5rem - 3.125rem);
}
@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}
.product-line-grid__block--qty {
  z-index: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.product-line-grid__block--total {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .product-line-grid__block--total {
    margin: 0;
    text-align: center;
    flex: 0 0 7.5rem;
    max-width: 7.5rem;
  }
}
@media (min-width: 1300px) {
  .product-line-grid__block--total {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
}
.product-line-grid__block--delete {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: 0.3125rem;
  }
}

.checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.checkout-step__header {
  border-bottom: 0;
}
.checkout-step .step-edit svg {
  transition: 0.3s;
}
.checkout-step .step-title .text-green {
  color: #adb5bd;
}
.checkout-step .content {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step .content,
.checkout-step .done {
  display: none;
}
.checkout-step.-clickable .step-title {
  cursor: pointer;
}
.checkout-step.-clickable:hover .step-edit svg {
  color: #000;
}
.checkout-step.-unreachable {
  cursor: not-allowed;
}
.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.3;
  font-size: 20px;
}
.checkout-step.-unreachable .step-title .step-edit {
  display: none;
}
.checkout-step.-current {
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .checkout-step.-current {
    padding: 20px 0;
  }
}
.checkout-step.-current .step-title {
  cursor: default;
  color: #e94d1a;
  font-size: 26px;
  margin-bottom: 10px !important;
}
.checkout-step.-current .step-edit {
  display: none;
}
.checkout-step.-current .content {
  display: block;
  border-top: none;
}
.checkout-step.-reachable.-complete .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete .step-title {
  font-size: 20px;
  color: #adb5bd;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-title {
  cursor: default;
  color: #e94d1a;
  font-size: 26px;
}
.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

#conditions-to-approve .custom-checkbox, #conditions-to-approve .custom-checkbox-color {
  position: relative;
}
#conditions-to-approve .custom-checkbox::before, #conditions-to-approve .custom-checkbox-color::before {
  content: "*";
  color: red;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 20px;
}
#conditions-to-approve .custom-control-label {
  color: #e94d1a;
  padding-left: 5px;
}
#conditions-to-approve a {
  color: #e94d1a;
  text-decoration: underline !important;
}
#conditions-to-approve .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}
#conditions-to-approve .custom-control-input:checked ~ .custom-control-label a {
  color: #000;
}

.delivery-options .card-body.address__body {
  display: flex;
  flex-direction: column;
}
.delivery-options .card-body.address__body .checkout-option__price {
  margin-top: auto;
}

.checkout-option__img {
  max-height: 40px;
  max-width: 80px;
}
@media (max-width: 767.98px) {
  .checkout-option__img {
    max-height: 30px;
  }
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block > input {
  position: absolute;
  left: -99999em;
}
.checkout-option-block.selected .card {
  border-color: var(--c-primary);
}
.checkout-option-block.selected .js-carrier-extra-content {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.checkout-option-block .js-carrier-extra-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
}
.checkout-option-block .js-carrier-extra-content .inpost-shipping-container {
  background: transparent;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  top: -75px;
  max-width: 95%;
}
.checkout-option-block .js-carrier-extra-content .inpost-shipping-container.inpost-shipping-errors {
  top: -135px;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
}
@media (max-width: 767.98px) {
  .payment-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.payment-options .checkout-option-block {
  cursor: pointer;
  order: 0;
  margin-bottom: 16px;
}
.payment-options .checkout-option-block.selected {
  grid-column: 1/4;
  order: 2;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .payment-options .checkout-option-block.selected {
    order: unset;
    grid-column: unset;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .payment-options .checkout-option-block.po-payment-option-1 {
    order: 7 !important;
  }
}
@media (max-width: 767.98px) {
  .payment-options .checkout-option-block.po-payment-option-2 {
    order: 5 !important;
  }
}
@media (max-width: 767.98px) {
  .payment-options .checkout-option-block.po-payment-option-5 {
    order: 3 !important;
  }
}
.payment-options .js-payment-option-form,
.payment-options .payments-other {
  order: 3;
  grid-column: 1/4;
}
@media (max-width: 767.98px) {
  .payment-options .js-payment-option-form,
  .payment-options .payments-other {
    order: unset;
    grid-column: unset;
  }
}
@media (max-width: 767.98px) {
  .payment-options .js-payment-option-form.pw-payment-option-1 {
    order: 8 !important;
  }
}
@media (max-width: 767.98px) {
  .payment-options .js-payment-option-form.pw-payment-option-2 {
    order: 6 !important;
  }
}
@media (max-width: 767.98px) {
  .payment-options .js-payment-option-form.pw-payment-option-5 {
    order: 4 !important;
  }
}
.payment-options .address__header {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.payment-options .additional-information {
  border: none !important;
}

.payment-options .card-body,
.shipping-options .card-body {
  padding: 15px !important;
}
@media (max-width: 991.98px) {
  .payment-options .card-body,
  .shipping-options .card-body {
    padding: 15px 15px 5px !important;
  }
}

.cms-content ol,
.cms-content ul {
  padding-left: 0.75rem;
  list-style: inherit;
  list-style-position: inside;
}
.cms-content ol {
  list-style: decimal;
  padding-left: 1.875rem;
}
.cms-content img {
  max-width: 100%;
  height: auto;
}

.address__header {
  background-color: transparent;
}
.address__body {
  line-height: 1.75;
}
.address__body address {
  margin: 0;
}
.address__footer {
  display: flex;
  padding: 0;
}
.address__footer a {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  color: #212529;
  text-align: center;
}
.address__footer a:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.address__footer a:hover, .address__footer a:focus {
  text-decoration: none;
  background: #e9ecef;
}

.customer-links {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .customer-links {
    margin: 0;
  }
}
.customer-links .link-item {
  display: flex;
  align-items: center;
}
.customer-links .link-icon {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .customer-links__list {
    display: flex;
    flex-wrap: nowrap;
    margin: 1.25rem 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .customer-links__list::-webkit-scrollbar {
    display: none;
  }
}
.customer-links a {
  margin-bottom: 20px;
  flex: 0 0;
  max-width: inherit;
  padding: 10px;
  font-weight: 700;
  color: #343a40;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid var(--c-borders);
  display: flex;
  align-items: center;
}
.customer-links a.active, .customer-links a:hover {
  color: var(--c-primary);
  border-color: var(--c-primary);
  box-shadow: var(--shadow);
  outline: solid 1px var(--c-primary);
  text-decoration: none;
}
.customer-links a.active::after, .customer-links a:hover::after {
  display: block;
}
.customer-links a.active i, .customer-links a:hover i {
  color: inherit;
}
.customer-links__logout {
  text-align: center;
}
.customer-links__logout::after, .customer-links__logout::before {
  display: none;
}

.product-table {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-table__head {
    display: none;
  }
}
.product-table__head th {
  border-top: 0;
}
@media (min-width: 576px) {
  .product-table__row {
    margin-top: -1px;
  }
}
@media (max-width: 767.98px) {
  .product-table tbody {
    display: block;
  }
}

.product-line {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-line:last-child {
  border-bottom: 0;
}
.product-line--first {
  border-top: 1px solid var(--c-borders);
}
@media (min-width: 768px) {
  .product-line {
    display: table-row;
    padding: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--c-borders);
  }
}
.product-line .product-line__cell {
  padding: 10px;
}
@media (min-width: 576px) {
  .product-line .product-line__cell {
    padding: 0.75rem;
    vertical-align: middle;
  }
}
.product-line__qty-input .bootstrap-touchspin {
  margin: 0 auto;
}
.product-line__cell--img {
  width: 7.5rem;
}
@media (max-width: 767.98px) {
  .product-line__cell--img {
    order: -3;
    width: auto;
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod {
    order: -2;
    flex: 0 0 calc(100% - 5.625rem);
    max-width: calc(100% - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--delete {
    order: -1;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--total {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell[data-title]::before {
    font-size: 0.6875rem;
    display: block;
    margin: 0 0 5px;
    content: attr(data-title);
  }
}
.product-line__price {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-line__price {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}
.product-line__checkbox-block {
  position: static;
}
.product-line__checkbox-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .product-line--return .product-line__cell--checkbox {
    order: -3;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
  .product-line--return .product-line__cell--img {
    flex: 0 0 4.375rem;
    max-width: 4.375rem;
    padding-left: 0;
  }
  .product-line--return .product-line__cell--prod {
    flex: 0 0 calc(100% - 6.875rem);
    max-width: calc(100% - 6.875rem);
  }
  .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-line--extended .product-line__cell--qty {
    text-align: right;
  }
}

.product-flags {
  left: 12px;
  top: 12px;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  padding-right: 90px;
}
.product-flags__flag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: var(--c-primary);
  border-radius: 16px !important;
}
@media (max-width: 767.98px) {
  .product-flags__flag {
    font-size: 14px;
  }
}
.product-flags__flag--discount-percentage, .product-flags__flag--discount-amount, .product-flags__flag--discount {
  background-color: #fff;
  border: 1px solid #e94d1a;
  color: #e94d1a;
}
.product-flags__flag--bestseller {
  order: -2;
  background-color: #60A500;
  display: none;
}
.product-flags__flag--on-sale {
  order: -1;
  background: #60A500;
}
.product-flags__flag--new {
  order: -1;
  background: #00A592;
}

.psbestsellers .product-flags__flag--bestseller {
  display: inline-flex;
}

.customization-modal .modal-content {
  border: 1px solid #e9ecef;
  border-radius: 0;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 600;
  text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e9ecef;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price {
  font-size: 1rem;
  color: var(--c-p-main);
}
.price--old-price {
  color: var(--c-p-secondary);
  text-decoration: line-through;
}
.price--lg {
  font-size: var(--h2-font-size, 1.75rem);
}
.price--sm {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .price--sm {
    font-size: calc(0.94375rem + 0.0907258065vw);
  }
}

.star-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.star-content .star,
.star-content .star-on,
.star-content .star-hover {
  display: block;
  flex: auto;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url(/themes/jash_theme/assets//img-dist/cd02100448ff5c9f03ecb5d21d39780c.svg) no-repeat 0 0 transparent;
  background-size: 20px;
}
.star-content .star-on,
.star-content .star-hover {
  background-image: url(/themes/jash_theme/assets//img-dist/5abfa13681ab260d0c9f154e757fcf2f.svg);
}
.star-content .star-hover {
  cursor: pointer;
}
.small-stars .star-content .star,
.small-stars .star-content .star-on,
.small-stars .star-content .star-hover {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-size: 16px;
}

.grade-stars {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 20px;
}
.grade-stars.small-stars {
  min-width: 70px;
  height: 16px;
}

.products-list__block {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.products-list__block--grid {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.products-list__block--list {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-slider {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 576px) {
  .product-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.product-slider__item {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .product-slider__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.featured-products {
  position: relative;
}
.featured-products__navigation {
  position: absolute;
  width: calc(98% + 50px);
  z-index: 999;
  top: calc(50% - 20px);
  left: -11px;
}
.featured-products__navigation .swiper-button-custom {
  background: #fff;
  width: 45px;
  height: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.product-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}
.product-thumbs__elem {
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  padding: 0 5px;
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 1200px) {
  #product-modal .modal-dialog {
    max-width: 840px;
  }
}
#product-modal .product-thumbs--navigation {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  transform: translateY(50%);
}
#product-modal .product-thumbs--navigation .swiper-button-disabled {
  opacity: 0;
}
#product-modal .x-closer {
  position: absolute;
  z-index: 99;
  right: -14px;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  top: -14px;
  border: 1px solid var(--c-primary);
}
#product-modal .x-closer::after, #product-modal .x-closer::before {
  right: 6px;
}

.product-main-images {
  position: relative;
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.96875rem + 0.4536290323vw);
  }
}

.product-customization {
  margin: 40px 0;
}
.product-customization .product-customization-item {
  margin: 20px 0;
}
.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f8f9fa;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #045AFF;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 20px;
  line-height: 2.625rem;
  color: #6c757d;
  text-indent: 0.625rem;
  background: #f8f9fa;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  position: relative;
  margin: 0;
}
.attribute-radio__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.attribute-radio__input:checked ~ .attribute-radio__text {
  color: var(--c-body);
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid var(--c-borders);
  border-radius: calc(var(--s-radius) * 1px);
}

.search-form {
  position: relative;
}
.search-form__form-group {
  position: relative;
}
@media (min-width: 992px) {
  .search-result-open .search-form__form-group {
    z-index: 101;
  }
}
.search-form__input {
  height: 2.875rem;
  padding: 0 1.875rem 0 0.625rem;
  line-height: 2.875rem;
  color: #212529;
  border: none;
  font-size: 0.8125rem;
  flex: 1;
}
.search-form__input:focus {
  box-shadow: none;
}
.search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  line-height: 1;
}
.search-form__btn:hover {
  color: var(--c-primary);
}

.search-modal .modal-body {
  padding-top: 2.5rem;
}
.search-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4375rem 0.625rem;
}

.js-search-result {
  position: absolute;
  top: 100%;
  z-index: 99;
  margin-top: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  width: 80vw;
  max-width: 1052px;
  filter: var(--drop-shadow-hover);
  right: -100px;
}
@media (min-width: 1200px) {
  .js-search-result {
    right: -5vw;
  }
}
@media (max-width: 767px) {
  .js-search-result {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.search-result__products {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-result__products a {
  text-decoration: none;
}
.search-result__bottom {
  /* stylelint-disable */
  position: sticky;
  /* stylelint-enable */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 10px 20px;
  margin: 0 -10px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  .search-result__bottom {
    padding: 0;
    margin: 0;
  }
}
.search-result__bottom .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: 0px;
  margin-right: -1px;
  margin-bottom: -1px;
}

b,
strong {
  font-weight: 700 !important;
}

#_desktop_currency_selector .js-select-link {
  background-color: #FDF5EF;
  cursor: pointer;
}
#_desktop_currency_selector .js-select-link:focus {
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.container-blockreassurance .blockreassurance {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 90px !important;
}
@media (max-width: 991.98px) {
  .container-blockreassurance .blockreassurance {
    margin-bottom: 60px !important;
  }
}
.container-blockreassurance .blockreassurance .block-title {
  font-size: 20px;
  font-weight: 700;
  color: #300A00;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .container-blockreassurance .blockreassurance .block-title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance .block-title {
    font-size: 16px;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    height: auto !important;
    text-align: center !important;
    display: block !important;
  }
}
.container-blockreassurance .blockreassurance p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #300A00;
  margin-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance .block-title,
  .container-blockreassurance .blockreassurance p {
    padding-left: 0;
    text-align: center;
  }
}
.container-blockreassurance .blockreassurance .block-icon {
  display: flex;
  justify-content: center;
  height: auto !important;
  max-width: 100% !important;
  min-height: 70px;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance .block-icon {
    float: unset !important;
    width: 100% !important;
    margin: 0 !important;
    min-height: auto;
  }
}
.container-blockreassurance .blockreassurance .block-icon svg {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance .block-icon svg {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3 {
    position: relative;
    border-bottom: 1px solid #E5D8CD;
    max-width: calc(100% - 60px);
    padding-bottom: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(1) {
    border-top: 1px solid #E5D8CD;
    padding-top: 30px;
  }
}
.container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(1) svg {
  max-width: 73px;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(1) svg {
    max-width: 48px;
  }
}
.container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(2) svg {
  max-width: 73px;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(2) svg {
    max-width: 39px;
  }
}
@media (max-width: 767.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(3) {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(3) {
    margin-top: 0;
  }
}
.container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(3) svg {
  max-width: 73px;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(3) svg {
    max-width: 45px;
  }
}
@media (max-width: 767.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(4) {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(4) {
    margin-top: 0;
  }
}
.container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(4) svg {
  max-width: 73px;
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:nth-child(4) svg {
    max-width: 49px;
  }
}
@media (max-width: 575.98px) {
  .container-blockreassurance .blockreassurance > .row .col-md-3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.categories-block {
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .categories-block .featured-products__title,
  .categories-block .featured-products__subtitle {
    display: none;
  }
}
.categories-block__ins {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 1299.98px) {
  .categories-block__ins {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
}
.categories-block__ins > div {
  min-height: 266px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .categories-block__ins > div {
    min-height: 190px;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins > div {
    min-height: 200px;
  }
}
.categories-block__ins > div a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  border-radius: 16px;
  overflow: hidden;
}
.categories-block__ins > div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition-duration: 0.3s;
}
.categories-block__ins > div a h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  color: #fff;
  transition-duration: 0.3s;
  padding: 20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .categories-block__ins > div a h4 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .categories-block__ins > div a h4 {
    padding-bottom: 15px;
  }
}
.categories-block__ins > div a p {
  position: relative;
  z-index: 1;
  top: 5px;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-top: 0;
  transition-duration: 0.3s;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .categories-block__ins > div a p {
    opacity: 1;
    top: 0;
  }
}
.categories-block__ins > div a:hover h4 {
  color: #fff;
}
.categories-block__ins > div a:hover p {
  opacity: 1;
  top: 0;
}
.categories-block__ins > div a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  filter: brightness(0.9);
}
.categories-block__ins-1 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (max-width: 1299.98px) {
  .categories-block__ins-1 {
    grid-column: 1/2;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-1 {
    grid-column: unset;
    grid-row: unset;
  }
}
.categories-block__ins-2 {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media (max-width: 1299.98px) {
  .categories-block__ins-2 {
    grid-column: 1/2;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-2 {
    grid-column: unset;
    grid-row: unset;
  }
}
.categories-block__ins-3 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 1299.98px) {
  .categories-block__ins-3 {
    grid-column: 2/3;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-3 {
    grid-column: unset;
    grid-row: unset;
  }
}
.categories-block__ins-4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 1299.98px) {
  .categories-block__ins-4 {
    grid-column: 2/3;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-4 {
    grid-column: unset;
    grid-row: unset;
  }
}
.categories-block__ins-5 {
  grid-column: 4/7;
  grid-row: 1/3;
}
@media (max-width: 1299.98px) {
  .categories-block__ins-5 {
    grid-column: 3/4;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-5 {
    grid-column: unset;
    grid-row: unset;
  }
}
.categories-block__ins-5 h4 {
  font-size: 48px !important;
  padding-top: 80px !important;
  padding-left: 36px !important;
}
@media (max-width: 991.98px) {
  .categories-block__ins-5 h4 {
    font-size: 24px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-5 h4 {
    padding-top: 20px !important;
  }
}
.categories-block__ins-5 p {
  font-size: 18px !important;
  padding-left: 36px !important;
}
@media (max-width: 991.98px) {
  .categories-block__ins-5 p {
    font-size: 12px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .categories-block__ins-5 p {
    padding-top: 0 !important;
  }
}

#ph_simpleblog.simpleblog {
  margin-bottom: 0 !important;
}
#ph_simpleblog.simpleblog .cardblog {
  margin: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
#ph_simpleblog.simpleblog .card-block {
  padding: 12px 30px 30px 30px;
  color: #222222;
}
@media (max-width: 767.98px) {
  #ph_simpleblog.simpleblog .card-block {
    padding: 16px;
  }
}
@media (max-width: 575.98px) {
  #ph_simpleblog.simpleblog .card-block {
    font-size: 12px;
  }
}
#ph_simpleblog.simpleblog .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  border-bottom: 1px solid #E5E5E5;
  color: #534541;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#ph_simpleblog.simpleblog .d-flex > div {
  display: flex;
  align-items: center;
  gap: 0 12px;
  color: #222222;
}
#ph_simpleblog.simpleblog h3 {
  font-size: 24px;
  font-weight: 700;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #ph_simpleblog.simpleblog h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#ph_simpleblog.simpleblog .w-100 .blog-image {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#ph_simpleblog.simpleblog .w-100 .blog-image img {
  transition-duration: 0.3s;
}
#ph_simpleblog.simpleblog .w-100:hover {
  color: #222222;
}
#ph_simpleblog.simpleblog .w-100:hover h3 {
  color: #e94d1a;
}
#ph_simpleblog.simpleblog .w-100:hover .blog-image img {
  transform: scale(1.05);
  filter: brightness(0.9);
}
#ph_simpleblog.simpleblog * {
  text-decoration: none !important;
}

.page-home {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-home .homeslider {
  order: -10;
}
.page-home .container-blockreassurance {
  order: -9;
}
.page-home section[marketingmachineindex="4"] {
  order: -8;
}
.page-home .psbestsellers {
  order: -7;
}
.page-home .jashproductblockmanagerblocks {
  order: -6;
}
.page-home .categories-block {
  order: -5;
}
.page-home .simpleblog {
  order: -4;
}
.page-home .ps_featuredproducts {
  display: none !important;
}

.homeslider {
  width: 100%;
  overflow: unset;
  overflow: hidden;
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .homeslider {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .homeslider {
    margin-bottom: 100px;
  }
}
.homeslider__img {
  background: #f8f9fa;
}
.homeslider__list {
  margin: 0;
}
.homeslider__slider {
  position: relative;
}
.homeslider__slide {
  display: flex;
}
.homeslider__slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeslider__slide .homeslider__caption {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px 0px;
}
@media (max-width: 767.98px) {
  .homeslider__slide .homeslider__caption {
    padding: 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .homeslider__slide .homeslider__caption::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
    pointer-events: none;
    border-radius: inherit;
    z-index: -1;
  }
}
.homeslider__slide .homeslider__caption h2 {
  font-family: "Lato";
  font-size: 80px;
  line-height: 140%;
  letter-spacing: 4%;
  font-weight: 800;
  max-width: 1000px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .homeslider__slide .homeslider__caption h2 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .homeslider__slide .homeslider__caption h2 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .homeslider__slide .homeslider__caption h2 {
    max-width: 330px;
    margin-bottom: 12px;
  }
}
.homeslider__slide .homeslider__caption h2 span {
  color: #e94d1a;
}
.homeslider__slide .homeslider__caption p {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  color: #352F2B;
  font-weight: 400;
  max-width: 500px;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .homeslider__slide .homeslider__caption p {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .homeslider__slide .homeslider__caption p {
    font-size: 12px;
    max-width: 200px;
    margin-bottom: 0;
  }
}
.homeslider__slide .homeslider__caption div:not(.container) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}
@media (max-width: 575.98px) {
  .homeslider__slide .homeslider__caption div:not(.container) {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    gap: 8px;
  }
}
@media (max-width: 392px) {
  .homeslider__slide .homeslider__caption div:not(.container) {
    position: static;
    bottom: unset;
    left: unset;
    transform: unset;
    width: 100%;
    margin-top: 20px;
  }
}
.homeslider__slide .homeslider__caption div:not(.container) a {
  display: inline-flex;
  justify-content: center;
  background-color: #e94d1a;
  border: 1px solid #e94d1a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
  transition-duration: 0.3s;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 33px;
}
@media (max-width: 575.98px) {
  .homeslider__slide .homeslider__caption div:not(.container) a {
    font-size: 14px;
    padding: 5px 16px;
  }
}
.homeslider__slide .homeslider__caption div:not(.container) a:hover {
  background-color: #AD3D18;
  border-color: #e94d1a;
  color: #fff;
}
@media (max-width: 575.98px) {
  .homeslider__slide .homeslider__caption div:not(.container) a {
    font-weight: 700;
  }
}
@media (max-width: 392px) {
  .homeslider__slide .homeslider__caption div:not(.container) a {
    width: 100%;
  }
}
.homeslider__slide .homeslider__caption div:not(.container) a:last-child {
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #e94d1a;
  color: #9F2700;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
  transition-duration: 0.3s;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 33px;
}
@media (max-width: 575.98px) {
  .homeslider__slide .homeslider__caption div:not(.container) a:last-child {
    font-size: 14px;
    padding: 5px 16px;
  }
}
.homeslider__slide .homeslider__caption div:not(.container) a:last-child:hover {
  background-color: #F3DFD8;
  border-color: #9F2700;
  color: #9F2700;
}
.homeslider__slide--slide-center {
  justify-content: center;
  align-items: center;
}
.homeslider__slide--slide-left {
  justify-content: flex-start;
  align-items: center;
}
.homeslider__slide--slide-right {
  justify-content: flex-end;
  align-items: center;
}
.homeslider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}
@media (min-width: 1610px) {
  .homeslider .swiper-pagination {
    max-width: 1600px;
  }
}
.homeslider .swiper-pagination .swiper-pagination-bullet {
  margin-right: 8px;
  background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.homeslider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .homeslider .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-bullet-inactive-color, var(--c-primary));
  border-color: var(--c-primary);
}
@media (min-width: 1600px) {
  .homeslider .swiper-navigation {
    max-width: 1680px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.jashtabcontent-tab ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.jashtabcontent-tab ul li {
  padding: 5px 10px;
}
.jashtabcontent-tab ul li .h1 {
  color: #6c757d;
}
.jashtabcontent-tab ul li.active .h1 {
  color: #212529;
}
.jashtabcontent-wrapper .jashtabcategory .jashtabcontent {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.jashtabcontent-wrapper .jashtabcategory .jashtabcontent.active-tab {
  display: block;
  opacity: 1;
  visibility: visible;
}

.jashbanner_home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.jashbanner_wrapper {
  padding: 10px 20px;
}
.jashbanner_wrapper img {
  width: 100%;
}

.product-miniature {
  --pm-padding-y: 20;
  --pm-bg-color: #ffffff;
  --pm-hover-distance: -60px;
  box-shadow: 0px 0px 15.9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-miniature .btn-comparise {
  position: absolute;
  top: 10px;
  right: 29px;
  z-index: 1;
}
.product-miniature .btn-comparise span {
  background-color: #fff;
  border: 1px solid #e94d1a;
  border-radius: 4px;
  padding: 2px 3px 3px 6px;
}
.product-miniature .btn-comparise span.added-to-compare {
  background-color: #e94d1a;
}
.product-miniature__quick-view {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  line-height: 1.7em;
  border: 0;
  font-size: 1.25rem;
}
.product-miniature__quick-view-icon {
  font-size: inherit;
  line-height: inherit;
}
.product-miniature__thumb {
  z-index: 0;
}
.product-miniature__thumb img {
  width: 100%;
  height: auto;
}
.product-miniature__thumb.img_hover:hover .img-fluid {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.product-miniature__thumb.img_hover:hover .img-hover {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-in-out;
}
.product-miniature__thumb.img_hover .img-fluid {
  position: relative;
  opacity: 1;
  transform-origin: 50% 50%;
  transition: all 0.25s ease-in-out;
}
.product-miniature__thumb.img_hover .img-hover {
  transition: all 0.35s ease-in-out;
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  backface-visibility: hidden;
}
.product-miniature__title {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 8px;
}
.product-miniature__title a {
  display: block;
  color: #300A00;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  transition-duration: 0.3s;
}
@media (max-width: 767.98px) {
  .product-miniature__title a {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .product-miniature__title a {
    font-size: 14px;
  }
}
.product-miniature__title a:hover {
  text-decoration: none;
  color: #e94d1a;
}
.product-miniature .product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 8px;
}
.product-miniature .product-features span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5C5C5C;
}
.product-miniature .product-features > p {
  display: none;
  align-items: center;
  gap: 0 8px;
  font-size: 14px;
  line-height: 100%;
  color: #5C5C5C;
  margin: 0;
}
@media (max-width: 575.98px) {
  .product-miniature .product-features > p {
    font-size: 12px;
  }
}
.product-miniature .product-features .product-features-single-2,
.product-miniature .product-features .product-features-single-8 {
  display: flex;
}
.product-miniature .product-features .product-features-single-8 span {
  display: none;
}
.product-miniature__pricing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
  margin-bottom: 20px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .product-miniature__pricing {
    margin-bottom: 12px;
  }
}
.product-miniature__pricing span {
  display: flex;
}
.product-miniature__pricing .price--normal,
.product-miniature__pricing .price--discounted {
  order: -1;
  font-size: 28px;
  line-height: 100%;
  color: #300A00;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .product-miniature__pricing .price--normal,
  .product-miniature__pricing .price--discounted {
    font-size: 20px;
  }
}
.product-miniature__pricing .price--discounted {
  color: #e94d1a;
}
.product-miniature__pricing .price--old-price {
  font-size: 20px;
  color: #7A7575;
}
@media (max-width: 767.98px) {
  .product-miniature__pricing .price--old-price {
    font-size: 16px;
  }
}
.product-miniature__hover {
  display: flex;
  flex-direction: column;
  height: inherit;
  padding: 24px 16px;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .product-miniature__hover {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .product-miniature__hover {
    padding: 8px;
  }
}

a:hover .svg-bg-fill {
  color: var(--c-primary);
  --svg-bg-fill: var(--c-primary);
}

:root {
  --fz-h1: clamp(var(--h2-font-size), 1.325rem + 0.8750000000000001vw, var(--h1-font-size));
  --fz-h2: clamp(var(--h3-font-size), 1.05rem + 0.375vw, var(--h2-font-size));
  --fz-h3: clamp(var(--h4-font-size), 0.975rem + 0.125vw, var(--h3-font-size));
}

a {
  color: var(--c-p-main);
}
a:hover {
  color: var(--c-primary);
}

.x-closer {
  position: relative;
  height: var(--x-closer-box-width, 30px);
  width: var(--x-closer-box-width, 30px);
  display: block;
}
.x-closer:after, .x-closer:before {
  content: "";
  width: var(--x-closer-width, 10px);
  height: var(--x-closer-height, 1px);
  background-color: var(--x-closer-color, #000);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transition: var(--x-closer-transition, 0.3s);
}
.x-closer:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.x-closer:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.x-closer:hover:after, .x-closer:hover:before {
  transform: translate(-50%, -50%) rotate(0);
}
.x-closer--text-before {
  display: flex;
  width: auto;
  padding-right: calc(var(--x-closer-width, 10px) * 2);
  align-items: center;
}
.x-closer--text-before:after, .x-closer--text-before:before {
  left: auto;
  right: 0;
}

@media (min-width: 1600px) {
  header .container-fluid, header .container-sm, header .container-md, header .container-lg, header .container-xl, header .container-xxl {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.text-heading {
  font-family: var(--heading-font);
}

.btn-clean {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

.container.container--wider {
  max-width: 1840px;
}

.container.container--narrow {
  max-width: 1052px;
}

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

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

.fz-h1 {
  font-size: 38px;
  font-size: var(--fz-h1);
}

.fz-h2 {
  font-size: 24px;
  font-size: var(--fz-h2);
}

.fz-h3 {
  font-size: 18px;
  font-size: var(--fz-h3);
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-17 {
  font-size: 1.0625rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-19 {
  font-size: 1.1875rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.lh-1 {
  line-height: 1.3;
}

.btn-icon {
  font-size: inherit;
  vertical-align: middle;
}

.text-green {
  color: var(--c-green);
}

.c-primary {
  color: var(--c-primary);
}

.btn {
  color: var(--btn-color, var(--c-primary));
  border-color: var(--btn-border-color, transparent);
  border-radius: calc(var(--btn-radius, 0) * 1px);
  background-color: var(--btn-bg-color, transparent);
  transition: calc(var(--btn-transition-time, 0.3) * 1s);
  padding: var(--btn-padding, 0.9375rem 1.875rem);
  font-size: var(--btn-font-size, 1.125rem);
  font-weight: var(--btn-font-weight, 700);
  line-height: var(--btn-font-size, 1.125rem);
  outline-color: var(--btn-outline-color, var(--c-primary-lighter));
}
@media (max-width: 767px) {
  .btn {
    --btn-padding: 0.625rem 0.9375rem;
    --btn-font-size: 0.8125rem;
    --btn-font-weight: 600;
  }
}
.btn:hover {
  background-color: var(--btn-hover-bg-color, transparent);
  border-color: var(--btn-hover-border-color, transparent);
  color: var(--btn-hover-color, var(--c-primary));
  box-shadow: none;
}
.btn:focus, .btn:active {
  background-color: var(--btn-focus-bg-color, var(--c-primary-lighter)) !important;
  border-color: var(--btn-focus-border-color, var(--c-primary-lighter)) !important;
  box-shadow: 0 0 0 0.1rem #e94d1a !important;
}
.btn-primary, .btn-default {
  --btn-border-color: var(--c-primary);
  --btn-bg-color: var(--c-primary);
  --btn-color: var(--c-button-text);
  --btn-radius: var(--s-radius);
  --btn-padding: 15px 30px 15px;
  --btn-font-size: 1.125rem;
}
@media (max-width: 767px) {
  .btn-primary, .btn-default {
    --btn-font-size: 1rem;
  }
}
.btn-primary:hover, .btn-default:hover {
  --btn-hover-bg-color: var(--c-primary-lighter);
  --btn-hover-border-color: var(--c-primary-lighter);
  --btn-hover-color: var(--c-button-text);
}
.btn.disabled, .btn:disabled {
  background-color: var(--btn-disabled-bg-color, var(--c-borders-darker));
  border-color: var(--btn-disabled-border, var(--c-borders-darker));
  color: var(--btn-disabled-color, var(--c-button-text));
}
.btn-secondary, .btn-outline {
  --btn-border-color: var(--c-primary);
  --btn-bg-color: var(--c-button-text);
  --btn-color: var(--c-primary);
  --btn-radius: 5;
  --btn-font-size: 0.9375rem;
}
.btn-secondary:hover, .btn-outline:hover {
  --btn-hover-bg-color: var(--c-primary);
  --btn-hover-color: var(--c-body);
}
.btn-text:focus {
  background-color: var(--btn-hover-bg-color, transparent);
  border-color: var(--btn-hover-border-color, transparent);
  color: var(--btn-hover-color, var(--c-primary));
}
.btn-link, .btn-link:focus {
  --btn-border-color: transparent;
  --btn-bg-color: transparent;
  --btn-color: var(--c-primary);
  --btn-hover-bg-color: transparent;
  --btn-hover-border-color: transparent;
  --btn-hover-color: var(--c-primary);
  --btn-focus-bg-color: transparent;
  --btn-focus-border-color: transparent;
}
.btn-transparent {
  --btn-color: #fff;
  --btn-radius: 5;
  --btn-border-color: #fff;
  --btn-bg-color: transparent;
  --btn-hover-bg-color: #fff;
  --btn-hover-border-color: #fff;
  --btn-hover-color: var(--c-primary);
  --btn-focus-bg-color: #fff;
  --btn-focus-border-color: #fff;
}
.btn svg {
  position: relative;
  top: -4px;
  margin: 0 6px -3px;
}
@media (max-width: 767px) {
  .btn svg {
    transform: scale(0.9);
  }
}

.bg-alt {
  background-color: var(--c-bg-alt);
}

.bg-gray {
  background-color: var(--c-borders);
}

.form-control {
  border-color: #ced4da;
}
.form-control::-moz-placeholder {
  color: var(--c-p-secondary);
}
.form-control::placeholder {
  color: var(--c-p-secondary);
}

.swiper,
.featured-products-wrapper,
.swiper-navigation-wrapper {
  position: relative;
}
@media (min-width: 1300px) {
  .swiper:hover .swiper-navigation,
  .featured-products-wrapper:hover .swiper-navigation,
  .swiper-navigation-wrapper:hover .swiper-navigation {
    opacity: 1;
  }
}

.featured-products-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .featured-products-wrapper {
    margin-bottom: 60px;
  }
}
.featured-products-wrapper.psbestsellers {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .featured-products-wrapper.psbestsellers {
    margin-top: 10px;
  }
}
.featured-products-wrapper .featured-products {
  margin-bottom: 0 !important;
}
.featured-products-wrapper .featured-products__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #300A00;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .featured-products-wrapper .featured-products__title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .featured-products-wrapper .featured-products__title {
    font-size: 24px;
  }
}
.featured-products-wrapper .featured-products__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #383635;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .featured-products-wrapper .featured-products__subtitle {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.featured-products-wrapper .product-slider__item {
  height: auto;
}

.swiper-navigation {
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 98%;
  left: 1%;
  justify-content: space-between;
  z-index: 10;
  transition: 0.3s;
}
@media (min-width: 1300px) {
  .swiper-navigation {
    opacity: 0;
  }
}
.swiper-navigation .swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-navigation > .swiper-button-custom {
  cursor: pointer;
  pointer-events: auto;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  color: #000;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .swiper-navigation > .swiper-button-custom {
    width: 30px;
    height: 30px;
  }
}
.swiper-navigation > .swiper-button-custom svg {
  width: 24px;
  height: 12px;
}
@media (max-width: 575px) {
  .swiper-navigation > .swiper-button-custom svg {
    width: 16px;
    height: 10px;
  }
}
.swiper-navigation > .swiper-button-custom:hover {
  background-color: var(--c-primary);
  color: #fff;
}
@media (min-width: 1600px) {
  .swiper-navigation--featured-products {
    width: 100%;
    left: 0;
  }
}

.h2-h1 {
  line-height: var(--fz-h1);
  font-size: var(--fz-h2);
}
.h2-h1 span {
  display: block;
  font-size: var(--fz-h1);
}

.text-red {
  color: var(--c-red);
}

.text-gray {
  color: var(--c-p-secondary);
}
.text-gray svg {
  fill: var(--c-p-secondary);
}

a.text-gray:hover {
  text-decoration: none;
}
a.text-gray:hover svg {
  fill: var(--c-primary);
}

.text-black {
  color: var(--c-p-main);
}

a.text-black {
  color: var(--c-p-main);
  text-decoration: none;
}
a.text-black:hover {
  color: var(--c-primary);
}

.svg-chevron-left {
  transform: rotate(90deg);
}

.svg-chevron-right {
  transform: rotate(-90deg);
}

.svg-chevron-up {
  transform: scaleY(-1);
}

[aria-expanded=true][data-toggle=collapse]:not(.step-edit) > svg {
  transform: scaleY(-1);
}

.page-cms.page-content .btn,
.cms-field .btn {
  margin-top: 1rem;
  --btn-bg-color: var(--c-primary);
  --btn-color: #fff;
  --btn-hover-color: #fff;
  border-radius: 5px;
  --btn-border-color: var(--c-primary);
  --btn-hover-bg-color: var(--c-primary-lighter);
  --btn-hover-border-color: var(--c-primary-lighter);
}

.cms-content {
  color: var(--c-p-secondary);
}
.cms-content p {
  color: var(--c-p-secondary);
}

#fbpsc.Login,
#fbpsc.SocialLogin2,
#fbpsc {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  z-index: 1 !important;
}
#fbpsc.Login:not(.table),
#fbpsc.SocialLogin2:not(.table),
#fbpsc:not(.table) {
  display: flex !important;
  flex-wrap: wrap;
}
#fbpsc.Login .fa,
#fbpsc.SocialLogin2 .fa,
#fbpsc .fa {
  font-size: 0;
  width: 15px;
  position: relative;
  top: 3px;
  left: 5px;
  display: inline-block;
  height: 15px;
}
#fbpsc.Login .fa.fa-bt-facebook,
#fbpsc.SocialLogin2 .fa.fa-bt-facebook,
#fbpsc .fa.fa-bt-facebook {
  background-size: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEGSURBVHgBpZIxTsMwFIbf/ygSY47gI8ANgkQLY8c2E4wMIOUkSATEGMaMHbORI9Ab+AiZOrSJX22rrbLEadRfsuzf9vf8yzZmy2xOoBxCEZ0taCFJGYSPcaCTKBDlEzcY3oyKAO0xMvPDYdEkWB9Ss2nvyiLVx7nH5VdsV3zSIAziVVm8e3CafN9CjLIFI3syDcI249p1D4ssZjF/h7mTOMQaoA6t98D4t9Hud5vtyrnmpvHeNQGdCvbFrsvirTqa6jd1gPezJKMB2Khp8vl8Za6rsnjVT4sf1fIu9pk6f6IvtmJB3rLxQEON9651dwUvbEiXwd3bGyfRbB/9xQ1GYfbbSot0DxmOZA2JJkdBAAAAAElFTkSuQmCC");
}
#fbpsc.Login .fa.fa-bt-google,
#fbpsc.SocialLogin2 .fa.fa-bt-google,
#fbpsc .fa.fa-bt-google {
  background-size: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGqSURBVHgBlZM7SwNBEMdn1ouKha6PQm28gMhZGb9B0kUr/QTGxlY/geZKO1srtRcMgiBYGNDeWGgnuU7xuRIFyWPGyZo7j2hA/7DHPua3/525XYQ28byXA+Ql6aWeqg39VCWDACVAtTdVvNmNx2IELXgu1Kgg3ZlwTmBpFI8PCDkzXQyC5kDFwNM42EGuuC2EAwvDwEcTdFtzRs7jw3t1cOTkBruRB8VtueXqe8Vg6zvHK8jxeYJ5Y5R5fqrMWc/9zbKcdvWPSb6GU9mAWy0H/5ADBKmobH1QiC/qfFknuOfgN1AQ48g3Og4mJd+YeqFXE3MaOkgBfwNcBg1/l1GCl8LR+ePQWnz1Lj8WKIXJsMn2fmSEUMJmkV7J2dl8mYTt1wlDDs6aueOg3WY0f+sScfRLWdGyLdXkUebimbpTNgohQCK/0agVzGLR6J20hjdvNfGwvibBOoy598eTFtYHWVclZFeOLooVVWrAlbrtO2YJut7nLKgQMzYlm/nicUA1zDQXoIPq/fsAXZXLEPw6QJuGD7P2VbG8KqrUtTgbRJSi0p5ZOduNx34Cd7G6214iUY8AAAAASUVORK5CYII=");
}
#fbpsc.Login .btn-connect,
#fbpsc.SocialLogin2 .btn-connect,
#fbpsc .btn-connect {
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
  width: auto !important;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  font-family: "Lato";
}
#fbpsc.Login .btn-connect span,
#fbpsc.SocialLogin2 .btn-connect span,
#fbpsc .btn-connect span {
  padding-left: 16px;
  color: var(--c-p-main);
  font-family: "Lato";
  font-size: 14px;
}
#fbpsc.Login .btn-connect:hover,
#fbpsc.SocialLogin2 .btn-connect:hover,
#fbpsc .btn-connect:hover {
  background-color: #fff;
}
#fbpsc.Login .btn-connect:hover span,
#fbpsc.SocialLogin2 .btn-connect:hover span,
#fbpsc .btn-connect:hover span {
  color: var(--c-primary);
}

#fbpsc.Login {
  padding: 20px 0.625rem !important;
  display: flex;
  justify-content: center;
}

#fbpsc.CHECKOUT {
  width: auto !important;
  margin-left: auto !important;
}
#fbpsc.CHECKOUT .btn-shadow:last-of-type {
  padding-right: 1px;
  margin-right: -1px;
}

.custom-file-label:after {
  content: attr(data-text);
}

.input-group-append {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: var(--c-primary);
  z-index: 3;
}
.input-group-append svg {
  flex-shrink: 0;
}
.input-group-append:hover button {
  cursor: pointer;
  color: var(--c-p-main);
}
.input-group .btn-append {
  background-color: transparent;
  border: none;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c-primary);
}
.input-group .btn-append:disabled {
  color: var(--c-p-secondary);
}
.input-group input {
  border-radius: 5px !important;
}

.jashwishlist-button {
  width: var(--wishlist-btn-size, 40px);
  height: var(--wishlist-btn-size, 40px);
  border: 1px solid var(--c-borders-darker);
  background-color: var(--wishlist-btn-bg, #fff);
  border-radius: var(--wishlist-btn-size, 40px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jashwishlist-button[data-is-added=true] svg {
  color: var(--wishlist-btn-added-color, var(--c-primary));
  --svg-bg-fill: var(--wishlist-btn-added-color, var(--c-primary));
}

[data-wishlist-counter]:not([data-wishlist-counter="0"]) {
  animation: reveal 1.5s ease;
}

[data-wishlist-counter="0"] {
  opacity: 0;
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.item-left-border + .item-left-border {
  border-left: 1px solid var(--c-borders);
}

.t-n1 {
  position: relative;
  top: -1px;
}

.t-n2 {
  position: relative;
  top: -2px;
}

.t-n3 {
  position: relative;
  top: -3px;
}

.t-n4 {
  position: relative;
  top: -4px;
}

.t-1 {
  position: relative;
  top: 1px;
}

.t-2 {
  position: relative;
  top: 2px;
}

.t-3 {
  position: relative;
  top: 3px;
}

.t-4 {
  position: relative;
  top: 4px;
}

.modal-header {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid--full > .row > .col-12, .container-fluid--full > .row > .col-xs-12 {
  padding: 0;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}

.custom-select.border {
  padding-left: 10px;
  background-position: 97% center;
}

[data-free-shipping-missing=true] .until-free-shipping--full {
  display: none;
}

[data-free-shipping-missing=false] .until-free-shipping--not-full {
  display: none;
}

meter.until-free-shipping {
  --meter-background-color: var(--c-borders);
  --meter-bar-color: var(--c-primary-lighter);
  --meter-height: 1rem;
  --meter-radius: 1rem;
  background: var(--meter-background-color);
  border-radius: var(--meter-radius, 0);
  border: none;
  /* 2 */
  box-shadow: none;
  /* 1 */
  height: var(--meter-height);
  overflow: hidden;
  width: 100%;
}

/* WebKit */
meter.until-free-shipping::-webkit-meter-bar {
  background: transparent;
  border: none;
  /* 2 */
  border-radius: var(--meter-radius, 0);
  height: var(--meter-height);
}

meter.until-free-shipping::-webkit-meter-optimum-value,
meter.until-free-shipping::-webkit-meter-suboptimum-value,
meter.until-free-shipping::-webkit-meter-even-less-good-value {
  border-radius: var(--meter-radius, 0);
}

meter.until-free-shipping::-webkit-meter-optimum-value {
  background: var(--meter-bar-color);
}

meter.until-free-shipping::-webkit-meter-suboptimum-value {
  background: var(--meter-bar-color);
}

meter.until-free-shipping::-webkit-meter-even-less-good-value {
  background: var(--meter-bar-color);
}

/* Firefox */
meter.until-free-shipping::-moz-meter-bar {
  border-radius: var(--meter-radius, 0);
}

meter.until-free-shipping::-moz-meter-bar {
  background: var(--meter-bar-color);
}

.user-form-wrapper {
  max-width: 990px;
  margin: 0 auto;
}

.form-group--id_gender,
.form-group--alias {
  display: none !important;
}

.user-form > div,
.user-form > .form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.user-form .nav a.active {
  display: none !important;
}
.user-form .form-group--checkbox {
  padding: 15px 0 0px;
  border-top: 1px solid var(--c-borders);
}
@media (max-width: 767px) {
  .user-form .form-group--checkbox {
    padding: 20px 0 0;
  }
}
.user-form .form-group--checkbox label {
  color: var(--c-p-secondary);
  font-size: 0.875rem;
}
.user-form .form-group--checkbox label em {
  font-style: normal;
}
.user-form .form-group--checkbox .custom-control {
  padding-left: 2rem;
}
.user-form .form-group--checkbox .custom-control-label::before,
.user-form .form-group--checkbox .custom-control-label::after {
  left: -2rem;
}

label.required {
  position: relative;
}
label.required:before {
  content: "*";
  color: var(--c-red);
  font-size: 18px;
  line-height: 1;
}

.form-group {
  width: 100%;
}

@media (min-width: 768px) {
  .form-group--firstname,
  .form-group--lastname,
  .form-group--password,
  .form-informations,
  .register-form .form-group--email {
    width: calc(50% - 10px);
  }
  .form-group--postcode,
  .form-group--city,
  .form-group--id_country {
    width: calc(33.33% - 13.33px);
  }
  #login-form .form-group--password {
    width: 100%;
  }
}
details[open] .svg-chevron-down {
  transform: scaley(-1);
}

.added-to-compare {
  display: none;
}

[data-compare-button][data-is-added=true] .added-to-compare {
  display: inline;
}

[data-compare-button][data-is-added=true] .not-added-to-compare {
  display: none;
}

body .toast {
  border-width: 2px;
  border-radius: 0.3125rem;
  border-style: solid;
  font-size: 1.0625rem;
  font-weight: 700;
  min-width: 18.75rem;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 3rem;
  background-image: none;
}
body .toast:before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
body .toast--success {
  background-color: #fff;
  background-image: none;
  border-color: var(--c-green);
  color: var(--c-green);
}
body .toast--success:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%2336bf3c' height='14' viewBox='0 0 14 14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.3886.911377c-.6317-.340174-1.3364.315873-1.7494.704643-.9476.92333-1.74946 1.99245-2.64853 2.96437-.99622 1.06912-1.91955 2.13824-2.94007 3.18309-.58315.58316-1.2149 1.21491-1.60367 1.94385-.87473-.85047-1.62798-1.7738-2.5999-2.527-.70465-.53456-1.8709544-.92333-1.84665632.36447.04859622 1.67661 1.53077632 3.4747 2.62419632 4.6166.46166.486 1.06912.9963 1.77376 1.0206.85044.0486 1.72517-.972 2.23543-1.5308.89907-.9719 1.62801-2.0654 2.45411-3.06158 1.06913-1.3121 2.16253-2.59994 3.20733-3.93633.6561-.82614 2.7214-2.86722 1.0934-3.741913zm-12.31915 6.536233c-.0243 0-.0486 0-.097192.02426-.097192-.02426-.170086-.0486-.267279-.09719.072895-.0486.194385-.0243.364471.07293z'/%3E%3C/svg%3E");
}
body .toast--info {
  background-color: #fff;
  border-color: var(--c-primary);
  color: var(--c-primary);
}
body .toast--info:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23045AFF' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m.189985 15.8237c.182639.1771.45437.2258.687136.1232l4.020599-1.7723c.95538.3708 2.00389.5754 3.1023.5754 1.39521 0 2.71038-.3296 3.85618-.9115.3078-.1563.4306-.5325.2742-.8403-.1563-.3077-.5325-.4305-.8402-.2742-.9713.4933-2.09264.776-3.29018.776-1.02717 0-1.99816-.2084-2.8668-.579-.15906-.0679-.33912-.0668-.49736.0029l-2.85452 1.2583.98018-2.4246c.08729-.2159.04729-.4624-.10379-.6397-.88655-1.0401-1.40771-2.33836-1.40771-3.74292 0-3.33178 2.96884-6.125 6.75-6.125 3.78118 0 6.74998 2.79322 6.74998 6.125 0 1.20085-.3806 2.32275-1.0437 3.27232-.1976.283-.1284.6726.1546.8703.283.1976.6727.1284.8703-.1546.8008-1.1469 1.2688-2.51624 1.2688-3.98802 0-4.12402-3.635-7.37499526-7.99998-7.37499526-4.36503 0-7.99999953 3.25097526-7.99999953 7.37499526 0 1.58905.54542653 3.05692 1.46476953 4.25512l-1.4192122 3.5106c-.0953393.2359-.0382332.506.1444072.683z' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m8 10.7812c.34518 0 .625-.2798.625-.6249v-3.37505c0-.34518-.27982-.625-.625-.625s-.625.27982-.625.625v3.37505c0 .3451.27982.6249.625.6249z' fill-rule='evenodd'/%3E%3Cpath d='m8 4c-.34519 0-.625.27981-.625.625s.27981.625.625.625.625-.27981.625-.625-.27981-.625-.625-.625z'/%3E%3C/svg%3E");
}
body .toast--error {
  background-color: rgba(220, 31, 65, 0.1);
  background-color: #ffeef1;
  border-color: var(--c-red);
  color: var(--c-red);
}
body .toast--error:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23dc1f41' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 10.9651c-.44731 0-.82227.3749-.82227.8222 0 .4474.37496.8223.82227.8223.43086 0 .82226-.3749.80252-.8025.01974-.4703-.35192-.842-.80252-.842z'/%3E%3Cpath d='m15.6106 13.8791c.5164-.8913.5197-1.9537.0066-2.8417l-5.1506-8.9199c-.50982-.89791-1.43075-1.430732-2.46351-1.430732s-1.9537.536112-2.4635 1.427442l-5.157223 8.92979c-.513091.8979-.509802 1.9668.009867 2.8582.513092.8814 1.430736 1.411 2.456916 1.411h10.28815c1.0295 0 1.9537-.5362 2.4733-1.4341zm-1.1182-.6446c-.2862.4933-.7927.7861-1.3584.7861h-10.28814c-.55913 0-1.06236-.2862-1.34193-.7697-.28286-.49-.28615-1.0755-.00329-1.5689l5.15723-8.92642c.27957-.49007.7795-.77951 1.34522-.77951.56242 0 1.06565.29273 1.34522.7828l5.15389 8.92643c.2763.4802.273 1.0591-.0098 1.5492z'/%3E%3Cpath d='m7.79592 5.19265c-.3914.11182-.63479.46704-.63479.89791.01974.25983.03618.52296.05592.78279.05591.99.11182 1.96027.16774 2.95027.01973.33548.27957.57888.61505.57888s.59861-.2598.61505-.59861c0-.20392 0-.3914.01973-.59861.03618-.63478.07565-1.26957.11183-1.90435.01974-.41114.05592-.82227.07565-1.2334 0-.148-.01973-.27957-.07565-.41113-.16774-.36837-.55914-.55585-.95053-.46375z'/%3E%3C/svg%3E");
}
body .toast-close {
  content: "";
  font-size: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  padding: 0;
  opacity: 1;
  margin-left: auto;
  display: inline-block;
  right: 1rem;
}
body .toast-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .toast-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .toast-close:before, body .toast-close:after {
  content: "";
  width: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--c-borders-darker);
  height: 2px;
  transition: 0.3s;
}
body .toast-close:hover:before, body .toast-close:hover:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-toggle {
  position: relative;
  color: var(--c-p-main);
}
.faq-toggle:hover {
  text-decoration: none;
  color: inherit;
}
.faq-toggle:after, .faq-toggle:before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: var(--c-p-main);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
  transform-origin: top;
}
.faq-toggle:after {
  transform: rotate(90deg) translateY(-50%);
}
.faq-toggle[aria-expanded=true]:after {
  transform: rotate(0deg) translateY(-50%);
}

.jashfreedeliverybottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  height: auto;
  filter: drop-shadow(5px -4px 7px rgba(0, 0, 0, 0.2));
}
.jashfreedeliverybottom__closer {
  z-index: 101;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.jashfreedeliverybottom__handle {
  border: 1px solid var(--c-borders);
  cursor: pointer;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: var(--c-borders);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  z-index: 102;
  transition: 0.3s;
}
.jashfreedeliverybottom__handle svg {
  transition: 0.3s;
}
.jashfreedeliverybottom__handle:hover {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
}
.jashfreedeliverybottom__handle:hover svg {
  color: var(--c-p-secondary);
  transform: scaleY(-1);
}
.jashfreedeliverybottom__content .featured-products {
  display: none;
}
.jashfreedeliverybottom.hide {
  display: none !important;
}
.jashfreedeliverybottom.active .jashfreedeliverybottom__content .featured-products {
  display: block;
}
.jashfreedeliverybottom.active .jashfreedeliverybottom__info {
  max-width: 20vw;
}
.jashfreedeliverybottom.active .jashfreedeliverybottom__closer {
  opacity: 1;
}
.jashfreedeliverybottom.active .jashfreedeliverybottom__handle svg {
  transform: scaleY(-1);
}

#edrone--push--container #edrone_push--bubble,
.edrone-chat-position,
#edrone--main--slider--container > div > div > div {
  z-index: 500 !important;
}

.custom-checkbox .custom-control-label, .custom-checkbox-color .custom-control-label {
  cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.05rem #e94d1a;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e94d1a;
}
