@charset "UTF-8";
:root {
  --blue: #007bff;
  --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: #E2033B;
  --secondary: #5A595D;
  --success: #588F27;
  --info: #0092B2;
  --warning: #FF8C00;
  --danger: #C30F0E;
  --light: #EAEDEF;
  --dark: #414043;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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: -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: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #E2033B;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #970227;
  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: #6c757d;
  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;
  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, .c-start-buttons .items .item .details .title, .h4, .c-linktree .section-title, .h5, .h6, .c-news-carousel .items .item .text .date, .c-entry-content ol > li.sub:before {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.6666666668rem;
}

h2, .h2 {
  font-size: 2.1333333334rem;
}

h3, .h3, .c-start-buttons .items .item .details .title {
  font-size: 1.8666666667rem;
}

h4, .h4, .c-linktree .section-title {
  font-size: 1.6000000001rem;
}

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

h6, .h6, .c-news-carousel .items .item .text .date, .c-entry-content ol > li.sub:before {
  font-size: 1.0666666667rem;
}

.lead {
  font-size: 1.3333333334rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  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: 1rem;
  font-size: 1.3333333334rem;
}

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

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;
}
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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

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

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

.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 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-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: 1200px) {
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #EFEFEF;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EFEFEF;
}
.table tbody + tbody {
  border-top: 2px solid #EFEFEF;
}

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

.table-bordered {
  border: 1px solid #EFEFEF;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #EFEFEF;
}
.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: #212529;
  background-color: #fafafa;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f7b8c8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f07c99;
}

.table-hover .table-primary:hover {
  background-color: #f4a1b6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f4a1b6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d1d1d2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a9a9ab;
}

.table-hover .table-secondary:hover {
  background-color: #c4c4c5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c4c4c5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0e0c3;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a8c58f;
}

.table-hover .table-success:hover {
  background-color: #c3d7b2;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c3d7b2;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e0e9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ac6d7;
}

.table-hover .table-info:hover {
  background-color: #a5d8e3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a5d8e3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffdfb8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc37a;
}

.table-hover .table-warning:hover {
  background-color: #ffd49f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd49f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eebcbc;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e08282;
}

.table-hover .table-danger:hover {
  background-color: #e9a8a8;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e9a8a8;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9fafb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f4f6f7;
}

.table-hover .table-light:hover {
  background-color: #eaedf1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaedf1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacaca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9c9c9d;
}

.table-hover .table-dark:hover {
  background-color: #bdbdbd;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bdbdbd;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #fafafa;
}

.table-hover .table-active:hover {
  background-color: #ededed;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #ededed;
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #EFEFEF;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.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: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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: #fd688d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 132, 0.25);
}
.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 {
  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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.0666666667rem;
  line-height: 1.5;
  color: #212529;
  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: 34px;
  padding: 0.25rem 0.5rem;
  font-size: 0.9333333334rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: 44px;
  padding: 0.5rem 1rem;
  font-size: 1.3333333334rem;
  line-height: 1.5;
  border-radius: 0;
}

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

.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: #6c757d;
}

.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: 80%;
  color: #588F27;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #588f27;
  border-radius: 0;
}
.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: #588F27;
  padding-right: calc(1.5em + 0.75rem) !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='%23588F27' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #588F27;
  box-shadow: 0 0 0 0.2rem rgba(88, 143, 39, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #588F27;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px 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='%23588F27' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #588F27;
  box-shadow: 0 0 0 0.2rem rgba(88, 143, 39, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #588F27;
}
.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: #588F27;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #588F27;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #71b732;
  background-color: #71b732;
}
.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(88, 143, 39, 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: #588F27;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #588F27;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #588F27;
  box-shadow: 0 0 0 0.2rem rgba(88, 143, 39, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #c30f0e;
  border-radius: 0;
}
.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: #C30F0E;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C30F0E' 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='%23C30F0E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C30F0E;
  box-shadow: 0 0 0 0.2rem rgba(195, 15, 14, 0.25);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C30F0E;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C30F0E' 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='%23C30F0E' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C30F0E;
  box-shadow: 0 0 0 0.2rem rgba(195, 15, 14, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C30F0E;
}
.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: #C30F0E;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C30F0E;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee1716;
  background-color: #ee1716;
}
.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(195, 15, 14, 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: #C30F0E;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C30F0E;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C30F0E;
  box-shadow: 0 0 0 0.2rem rgba(195, 15, 14, 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;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 1.0666666667rem;
  line-height: 1.5;
  border-radius: 0;
  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: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 132, 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: #E2033B;
  border-color: #E2033B;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bc0231;
  border-color: #b0022e;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #bc0231;
  border-color: #b0022e;
  box-shadow: 0 0 0 0.2rem rgba(230, 41, 88, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #E2033B;
  border-color: #E2033B;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b0022e;
  border-color: #a3022b;
}
.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(230, 41, 88, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #5A595D;
  border-color: #5A595D;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #474649;
  border-color: #414043;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #474649;
  border-color: #414043;
  box-shadow: 0 0 0 0.2rem rgba(115, 114, 117, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #5A595D;
  border-color: #5A595D;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #414043;
  border-color: #3a3a3c;
}
.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(115, 114, 117, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #588F27;
  border-color: #588F27;
}
.btn-success:hover {
  color: #fff;
  background-color: #46711f;
  border-color: #3f671c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #46711f;
  border-color: #3f671c;
  box-shadow: 0 0 0 0.2rem rgba(113, 160, 71, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #588F27;
  border-color: #588F27;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3f671c;
  border-color: #395d19;
}
.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(113, 160, 71, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0092B2;
  border-color: #0092B2;
}
.btn-info:hover {
  color: #fff;
  background-color: #00738c;
  border-color: #00687f;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00738c;
  border-color: #00687f;
  box-shadow: 0 0 0 0.2rem rgba(38, 162, 190, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0092B2;
  border-color: #0092B2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00687f;
  border-color: #005e72;
}
.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(38, 162, 190, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d97700;
  border-color: #cc7000;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d97700;
  border-color: #cc7000;
  box-shadow: 0 0 0 0.2rem rgba(222, 125, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7000;
  border-color: #bf6900;
}
.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(222, 125, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #C30F0E;
  border-color: #C30F0E;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9f0c0b;
  border-color: #930b0b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #9f0c0b;
  border-color: #930b0b;
  box-shadow: 0 0 0 0.2rem rgba(204, 51, 50, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C30F0E;
  border-color: #C30F0E;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #930b0b;
  border-color: #880a0a;
}
.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(204, 51, 50, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #EAEDEF;
  border-color: #EAEDEF;
}
.btn-light:hover {
  color: #212529;
  background-color: #d4dade;
  border-color: #cdd4d9;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #d4dade;
  border-color: #cdd4d9;
  box-shadow: 0 0 0 0.2rem rgba(204, 207, 209, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #EAEDEF;
  border-color: #EAEDEF;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cdd4d9;
  border-color: #c6ced3;
}
.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(204, 207, 209, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #414043;
  border-color: #414043;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2e2d2f;
  border-color: #282729;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #2e2d2f;
  border-color: #282729;
  box-shadow: 0 0 0 0.2rem rgba(94, 93, 95, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #414043;
  border-color: #414043;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #282729;
  border-color: #212122;
}
.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(94, 93, 95, 0.5);
}

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

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

.btn-outline-success {
  color: #588F27;
  border-color: #588F27;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #588F27;
  border-color: #588F27;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 143, 39, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #588F27;
  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: #588F27;
  border-color: #588F27;
}
.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(88, 143, 39, 0.5);
}

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

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

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

.btn-outline-light {
  color: #EAEDEF;
  border-color: #EAEDEF;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #EAEDEF;
  border-color: #EAEDEF;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 237, 239, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EAEDEF;
  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: #EAEDEF;
  border-color: #EAEDEF;
}
.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(234, 237, 239, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #E2033B;
  text-decoration: none;
}
.btn-link:hover {
  color: #970227;
  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.5rem 1.8rem;
  font-size: 1.3333333334rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 1.2rem;
  font-size: 0.9333333334rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.fade {
  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.25ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.0666666667rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.9333333334rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.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: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.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.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.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: 44px;
}

.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.5rem 1rem;
  font-size: 1.3333333334rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: 34px;
}

.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.9333333334rem;
  line-height: 1.5;
  border-radius: 0;
}

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

.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.6000000001rem;
  padding-left: 1.5rem;
  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.3rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #E2033B;
  background-color: #E2033B;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 132, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fd688d;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fe9ab3;
  border-color: #fe9ab3;
}
.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.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::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='%23fff' 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 .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #E2033B;
  background-color: #E2033B;
}
.custom-checkbox .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 {
  background-color: rgba(226, 3, 59, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(226, 3, 59, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='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 {
  background-color: rgba(226, 3, 59, 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.3rem + 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(226, 3, 59, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #fd688d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 132, 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.75rem;
  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 #495057;
}

.custom-select-sm {
  height: 34px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.9333333334rem;
}

.custom-select-lg {
  height: 44px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.3333333334rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fd688d;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 132, 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: 40px;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(129, 129, 132, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(129, 129, 132, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(129, 129, 132, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #E2033B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fe9ab3;
}
.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: #E2033B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fe9ab3;
}
.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: #E2033B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fe9ab3;
}
.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;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.3333333334rem;
  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.3333333334rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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: 1199.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    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;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.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 {
  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;
}

.badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  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: #E2033B;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #b0022e;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 3, 59, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #5A595D;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #414043;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 89, 93, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #588F27;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #3f671c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 143, 39, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #0092B2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #00687f;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 178, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #FF8C00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc7000;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #C30F0E;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #930b0b;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(195, 15, 14, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #EAEDEF;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #cdd4d9;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 237, 239, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #414043;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #282729;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 64, 67, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #76021f;
  background-color: #f9cdd8;
  border-color: #f7b8c8;
}
.alert-primary hr {
  border-top-color: #f4a1b6;
}
.alert-primary .alert-link {
  color: #440112;
}

.alert-secondary {
  color: #2f2e30;
  background-color: #dededf;
  border-color: #d1d1d2;
}
.alert-secondary hr {
  border-top-color: #c4c4c5;
}
.alert-secondary .alert-link {
  color: #161516;
}

.alert-success {
  color: #2e4a14;
  background-color: #dee9d4;
  border-color: #d0e0c3;
}
.alert-success hr {
  border-top-color: #c3d7b2;
}
.alert-success .alert-link {
  color: #152209;
}

.alert-info {
  color: #004c5d;
  background-color: #cce9f0;
  border-color: #b8e0e9;
}
.alert-info hr {
  border-top-color: #a5d8e3;
}
.alert-info .alert-link {
  color: #00222a;
}

.alert-warning {
  color: #854900;
  background-color: #ffe8cc;
  border-color: #ffdfb8;
}
.alert-warning hr {
  border-top-color: #ffd49f;
}
.alert-warning .alert-link {
  color: #522d00;
}

.alert-danger {
  color: #650807;
  background-color: #f3cfcf;
  border-color: #eebcbc;
}
.alert-danger hr {
  border-top-color: #e9a8a8;
}
.alert-danger .alert-link {
  color: #350404;
}

.alert-light {
  color: #7a7b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-light hr {
  border-top-color: #eaedf1;
}
.alert-light .alert-link {
  color: #616262;
}

.alert-dark {
  color: #222123;
  background-color: #d9d9d9;
  border-color: #cacaca;
}
.alert-dark hr {
  border-top-color: #bdbdbd;
}
.alert-dark .alert-link {
  color: #090809;
}

.close {
  float: right;
  font-size: 1.6000000001rem;
  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;
}

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EFEFEF;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EFEFEF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #5A595D;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9333333334rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.0666666667rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #E2033B !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b0022e !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #414043 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3f671c !important;
}

.bg-info {
  background-color: #0092B2 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00687f !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc7000 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #930b0b !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cdd4d9 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #282729 !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #EFEFEF !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: #E2033B !important;
}

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

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

.border-info {
  border-color: #0092B2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0 !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: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-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%;
}

.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: 1200px) {
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

.user-select-none {
  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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #970227 !important;
}

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #335317 !important;
}

.text-info {
  color: #0092B2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #005366 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #b36200 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #7c0a09 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #bfc8ce !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #1b1b1c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #970227 !important;
}

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #335317 !important;
}

.text-info {
  color: #0092B2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #005366 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #b36200 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #7c0a09 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #bfc8ce !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #1b1b1c !important;
}

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

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

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

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

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

.badge {
  font-size: 80%;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
}

.modal .modal-body,
.modal .modal-header,
.modal .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal .modal-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.modal .modal-header {
  background-color: #A81835;
  color: white;
}
.modal .modal-header .close i {
  color: white;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-header .close:active {
  opacity: 0.5;
}
.modal .modal-footer {
  background-color: #f9f9f9;
}

.card .card-header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
}
.card .card-body {
  padding: 2rem;
}

.alert.alert-coach {
  color: #FFF;
  background-color: #8A589C;
}
.alert.alert-coach .icon-coach {
  font-size: 1.875rem;
  fill: white;
  margin-right: 1rem;
}
.alert.alert-coach a {
  text-decoration: underline;
  color: #FFF;
}
.alert.alert-coach a:hover, .alert.alert-coach a:focus, .alert.alert-coach a:active {
  color: #cccccc;
}
.alert.alert-coach .close {
  color: white;
  opacity: 0.8;
}

.c-table {
  background-color: white;
}
.c-table > thead > tr > th,
.c-table > thead > tr > td,
.c-table > tbody > tr > th,
.c-table > tbody > tr > td {
  vertical-align: middle;
}
.c-table > thead > tr > th.w1,
.c-table > thead > tr > td.w1,
.c-table > tbody > tr > th.w1,
.c-table > tbody > tr > td.w1 {
  width: 1px;
}
.c-table > thead > tr > th {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-table > thead > tr > th.sortable {
  position: relative;
  padding-right: 3rem;
}
.c-table > thead > tr > th.sortable:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f0dc";
  margin-left: 0.5rem;
  position: absolute;
  right: 1.5rem;
  font-size: 0.8rem;
  line-height: 2.4;
}
.c-table > thead > tr > th.sortable.asc {
  background-color: rgba(199, 206, 213, 0.15);
}
.c-table > thead > tr > th.sortable.asc:after {
  content: "\f0d8";
}
.c-table > thead > tr > th.sortable.desc {
  background-color: rgba(199, 206, 213, 0.15);
}
.c-table > thead > tr > th.sortable.desc:after {
  content: "\f0d7";
}
.c-table > thead > tr > th.sortable:hover, .c-table > thead > tr > th.sortable:focus, .c-table > thead > tr > th.sortable:active {
  background-color: rgba(199, 206, 213, 0.15);
  cursor: pointer;
}
.c-table > thead > tr.table-row-search > th {
  padding: 0;
  position: relative;
  background-color: rgba(214, 219, 224, 0.25);
  height: 40px;
}
.c-table > thead > tr.table-row-search > th .form-control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background-color 150ms ease-in-out;
  border: none;
  border-radius: 0;
  color: #4d4d4d;
  background-color: rgba(214, 219, 224, 0.5);
}
.c-table > thead > tr.table-row-search > th .form-control:focus {
  box-shadow: none;
  background-color: rgba(214, 219, 224, 0.75);
}
.c-table > thead > tr.table-row-search > th.active:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f002";
  color: #7f8f9e;
  left: 1rem;
  font-size: 0.9rem;
  top: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
.c-table > thead > tr.table-row-search > th.active .form-control {
  padding-left: 2.25rem;
}
.c-table .form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.popover-body {
  font-family: "Averta PE", sans-serif;
  padding: 2rem;
}

.dropdown-menu .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-menu .dropdown-item:not(.active) {
  color: rgba(90, 89, 93, 0.9);
}
.dropdown-menu .dropdown-item:active {
  background-color: #EAEDEF;
}

.modal .modal-content {
  border: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal .modal-header {
  display: flex;
  align-items: center;
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  flex: 1;
}
.modal .modal-header .close {
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
}
.modal .modal-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn {
  height: 40px;
  line-height: calc(40px - 0.375rem * 2 - 1px * 2);
}

.btn-sm, .btn-group-sm > .btn {
  height: 34px;
  line-height: calc(34px - 0.25rem * 2 - 1px * 2);
}

.btn-lg, .btn-group-lg > .btn {
  height: 44px;
  line-height: calc(44px - 0.5rem * 2 - 1px * 2);
}

@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-regular.woff2") format("woff2"), url("/fonts/averta-pe-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-black.woff2") format("woff2"), url("/fonts/averta-pe-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-extra-bold.woff2") format("woff2"), url("/fonts/averta-pe-extra-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-bold.woff2") format("woff2"), url("/fonts/averta-pe-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-semi-bold.woff2") format("woff2"), url("/fonts/averta-pe-semi-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-light.woff2") format("woff2"), url("/fonts/averta-pe-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-thin.woff2") format("woff2"), url("/fonts/averta-pe-thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("/fonts/averta-pe-extra-thin.woff2") format("woff2"), url("/fonts/averta-pe-extra-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
.box-shadow {
  box-shadow: 0 0 4px rgba(224, 225, 224, 0.26);
}

.box-shadow-light {
  box-shadow: 0 0 4px rgba(224, 225, 224, 0.16);
}

.box-shadow-lighter {
  box-shadow: 0 0 4px rgba(224, 225, 224, 0.06);
}

.inline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.div-center {
  margin: 0 auto;
  float: inherit;
}

.display-inline {
  display: inline;
}

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

.white-space-clear {
  white-space: inherit !important;
}

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

.table-fixed {
  table-layout: fixed;
}

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

.mr-xs {
  margin-right: 0.5rem !important;
}

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

.ml-xs {
  margin-left: 0.5rem !important;
}

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

.mr-sm {
  margin-right: 1rem !important;
}

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

.ml-sm {
  margin-left: 1rem !important;
}

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

.mr-md {
  margin-right: 2rem !important;
}

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

.ml-md {
  margin-left: 2rem !important;
}

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

.mr-lg {
  margin-right: 4rem !important;
}

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

.ml-lg {
  margin-left: 4rem !important;
}

.mt-xl {
  margin-top: 8rem !important;
}

.mr-xl {
  margin-right: 8rem !important;
}

.mb-xl {
  margin-bottom: 8rem !important;
}

.ml-xl {
  margin-left: 8rem !important;
}

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

.pr-xs {
  padding-right: 0.5rem !important;
}

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

.pl-xs {
  padding-left: 0.5rem !important;
}

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

.pr-sm {
  padding-right: 1rem !important;
}

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

.pl-sm {
  padding-left: 1rem !important;
}

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

.pr-md {
  padding-right: 2rem !important;
}

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

.pl-md {
  padding-left: 2rem !important;
}

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

.pr-lg {
  padding-right: 4rem !important;
}

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

.pl-lg {
  padding-left: 4rem !important;
}

.pt-xl {
  padding-top: 8rem !important;
}

.pr-xl {
  padding-right: 8rem !important;
}

.pb-xl {
  padding-bottom: 8rem !important;
}

.pl-xl {
  padding-left: 8rem !important;
}

.list-points-aligned {
  padding-left: 1.1rem;
}

.o1 {
  opacity: 0.1;
}

.o2 {
  opacity: 0.2;
}

.o3 {
  opacity: 0.3;
}

.o4 {
  opacity: 0.4;
}

.o5 {
  opacity: 0.5;
}

.o6 {
  opacity: 0.6;
}

.o7 {
  opacity: 0.7;
}

.o8 {
  opacity: 0.8;
}

.o9 {
  opacity: 0.9;
}

.o1 {
  opacity: 1;
}

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

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

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

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

.cm {
  margin: 0 !important;
}

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

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

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

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

.cp {
  padding: 0 !important;
}

.mw-xxxs {
  max-width: 320px !important;
}

.mw-xxs {
  max-width: 375px !important;
}

.mw-xs {
  max-width: 414px !important;
}

.mw-sm {
  max-width: 480px !important;
}

.mw-md {
  max-width: 992px !important;
}

.mw-lg {
  max-width: 1024px !important;
}

.mw-xl {
  max-width: 1280px !important;
}

.w-1 {
  width: 0.0833333333;
}

.w-2 {
  width: 0.1666666667;
}

.w-3 {
  width: 0.25;
}

.w-4 {
  width: 0.3333333333;
}

.w-5 {
  width: 0.4166666667;
}

.w-6 {
  width: 0.5;
}

.w-7 {
  width: 0.5833333333;
}

.w-8 {
  width: 0.6666666667;
}

.w-9 {
  width: 0.75;
}

.w-10 {
  width: 0.8333333333;
}

.w-11 {
  width: 0.9166666667;
}

.w-12 {
  width: 100%;
}

.alert {
  border: none;
  font-size: 1.0666666667rem;
}
.alert a {
  text-decoration: underline;
}
.alert.alert-info a {
  color: #001519;
}
.alert.alert-info code {
  background-color: #0092B2;
  color: black;
}
.alert.alert-danger a {
  color: #340404;
}
.alert.alert-danger code {
  background-color: #C30F0E;
  color: #050000;
}
.alert.alert-success a {
  color: #0e1706;
}
.alert.alert-success code {
  background-color: #588F27;
  color: black;
}
.alert.alert-warning a {
  color: #663800;
}
.alert.alert-warning code {
  background-color: #FF8C00;
  color: #331c00;
}
.alert.alert-secondary a {
  color: #0e0e0f;
}
.alert.alert-secondary code {
  background-color: #5A595D;
  color: black;
}
.alert.alert-alt {
  padding: 0.75rem 0.75rem 0.75rem 4.625rem;
}
.alert.alert-alt .icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 1.1136363636rem;
  color: white;
  font-size: 1.2727272727rem;
}
.alert.alert-alt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.alert.alert-alt.alert-info:before {
  background-color: #0092B2;
}
.alert.alert-alt.alert-info a {
  color: #001519;
}
.alert.alert-alt.alert-info code {
  background-color: #0092B2;
  color: black;
}
.alert.alert-alt.alert-danger:before {
  background-color: #C30F0E;
}
.alert.alert-alt.alert-danger a {
  color: #340404;
}
.alert.alert-alt.alert-danger code {
  background-color: #C30F0E;
  color: #050000;
}
.alert.alert-alt.alert-success:before {
  background-color: #588F27;
}
.alert.alert-alt.alert-success a {
  color: #0e1706;
}
.alert.alert-alt.alert-success code {
  background-color: #588F27;
  color: black;
}
.alert.alert-alt.alert-warning:before {
  background-color: #FF8C00;
}
.alert.alert-alt.alert-warning a {
  color: #663800;
}
.alert.alert-alt.alert-warning code {
  background-color: #FF8C00;
  color: #331c00;
}
.alert.alert-alt.alert-secondary:before {
  background-color: #5A595D;
}
.alert.alert-alt.alert-secondary a {
  color: #0e0e0f;
}
.alert.alert-alt.alert-secondary code {
  background-color: #5A595D;
  color: black;
}

.btn {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn[class*=-arrow-]:before, .btn[class*=-arrow-]:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.btn.-arrow-left:before {
  left: 2.5rem;
  content: "\f104";
  margin-right: 0.625rem;
}
.btn.-arrow-right:after {
  content: "\f105";
  margin-left: 0.625rem;
}
.btn.-arrow-up:after {
  content: "\f106";
  margin-left: 0.625rem;
}
.btn.-arrow-down:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f107";
  margin-left: 0.625rem;
}

.btn-light {
  color: #A81835;
}

.btn-large-icon {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  color: #A81835 !important;
}
.btn-large-icon .icon {
  font-size: 1.33rem;
  margin-top: 0.5rem;
}

.btn-link {
  font-weight: 600;
}
.btn-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn-group-toggle {
  background-color: #f2f2f2;
  padding: 0.25rem;
}
.btn-group-toggle .btn {
  box-shadow: none;
}
.btn-group-toggle .btn.active {
  background-color: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-group-toggle .icon {
  margin-right: 0.125rem;
}

.btn-white {
  color: #212529;
  background-color: white;
  border-color: white;
  color: #A81835;
}
.btn-white:hover {
  color: #212529;
  background-color: #D6DBE0;
  border-color: #D6DBE0;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #D6DBE0;
  border-color: #D6DBE0;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

@media screen and (max-width: 992px) {
  .btn-icon-only-md span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .btn-icon-only-sm span {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .btn-icon-only-xs span {
    display: none;
  }
}

.item-list {
  background-color: white;
  border-radius: 0;
  list-style: none;
  padding-left: 0;
}
.item-list .items {
  overflow-x: auto;
}
.item-list .items .item {
  font-size: 1.0666666667rem;
  padding: 0 1.0666666667rem;
  display: flex;
  align-items: center;
  height: 2.7733333334rem;
}
.item-list .items .item > * {
  max-width: 100%;
}
.item-list .items .item .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-list .items .item label:hover,
.item-list .items .item input:hover {
  cursor: pointer;
}
.item-list .items .item .label {
  min-width: 0;
  padding-left: calc(1.0666666667rem * .5);
  flex: 1;
  margin-bottom: 0;
}
.item-list .items .item .custom-control {
  display: flex;
  width: 100%;
  padding-left: 1.1733333334rem;
  height: 2.7733333334rem;
  align-items: center;
}
.item-list .items .item .custom-control .custom-control-label {
  position: relative;
}
.item-list .items .item .custom-control .custom-control-label:before, .item-list .items .item .custom-control .custom-control-label:after {
  left: -1.1733333334rem;
  top: 50%;
  transform: translateY(calc(1.1733333334rem * -.5));
  bottom: 0;
  width: 1.1733333334rem;
  height: 1.1733333334rem;
}
.item-list .items .item.placeholder {
  justify-content: center;
  padding-top: 2.1333333334rem;
  padding-bottom: 2.1333333334rem;
}
.item-list.item-list-bordered {
  border: 1px solid #EFEFEF;
}
.item-list.item-list-striped .item:nth-of-type(even) {
  background-color: rgba(214, 219, 224, 0.5);
}
.item-list.item-list-minimal .item {
  padding: 0.5rem 0;
}
.item-list.item-list-minimal .item + .item {
  border-top: 1px solid #f8f9fa;
}
.item-list.item-list-minimal .item,
.item-list.item-list-minimal .item a {
  color: #5A595D;
  font-size: 1.0666666667rem;
  line-height: 1.3333333334rem;
  text-decoration: none;
}
.item-list.item-list-minimal a {
  flex: 1;
}
.item-list.item-list-minimal a:hover {
  text-decoration: underline;
}
.item-list.item-list-minimal a:active {
  text-decoration: none;
}
.item-list.item-list-icons .item .custom-control {
  max-width: calc(100% - 1.1733333334rem - (1.0666666667rem * .5));
}
.item-list.item-list-icons .item button {
  overflow: initial;
}
.item-list.item-list-icons .item .icon {
  font-size: 1.4933333334rem;
}
.item-list.item-list-search {
  overflow-x: hidden;
}
.item-list .search {
  height: 3.0506666668rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  padding: 0 1.0666666667rem;
}
.item-list .search .icon {
  color: #5A595D;
  margin-right: 0.5333333334rem;
}
.item-list .search .form-control {
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: none;
}

.item-list-sm {
  background-color: white;
  border-radius: 0;
  list-style: none;
  padding-left: 0;
}
.item-list-sm .items {
  overflow-x: auto;
}
.item-list-sm .items .item {
  font-size: 0.9333333334rem;
  padding: 0 0.9333333334rem;
  display: flex;
  align-items: center;
  height: 2.4266666667rem;
}
.item-list-sm .items .item > * {
  max-width: 100%;
}
.item-list-sm .items .item .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-list-sm .items .item label:hover,
.item-list-sm .items .item input:hover {
  cursor: pointer;
}
.item-list-sm .items .item .label {
  min-width: 0;
  padding-left: calc(0.9333333334rem * .5);
  flex: 1;
  margin-bottom: 0;
}
.item-list-sm .items .item .custom-control {
  display: flex;
  width: 100%;
  padding-left: 1.0266666667rem;
  height: 2.4266666667rem;
  align-items: center;
}
.item-list-sm .items .item .custom-control .custom-control-label {
  position: relative;
}
.item-list-sm .items .item .custom-control .custom-control-label:before, .item-list-sm .items .item .custom-control .custom-control-label:after {
  left: -1.0266666667rem;
  top: 50%;
  transform: translateY(calc(1.0266666667rem * -.5));
  bottom: 0;
  width: 1.0266666667rem;
  height: 1.0266666667rem;
}
.item-list-sm .items .item.placeholder {
  justify-content: center;
  padding-top: 1.8666666667rem;
  padding-bottom: 1.8666666667rem;
}
.item-list-sm.item-list-bordered {
  border: 1px solid #EFEFEF;
}
.item-list-sm.item-list-striped .item:nth-of-type(even) {
  background-color: rgba(214, 219, 224, 0.5);
}
.item-list-sm.item-list-minimal .item {
  padding: 0.5rem 0;
}
.item-list-sm.item-list-minimal .item + .item {
  border-top: 1px solid #f8f9fa;
}
.item-list-sm.item-list-minimal .item,
.item-list-sm.item-list-minimal .item a {
  color: #5A595D;
  font-size: 0.9333333334rem;
  line-height: 1.1666666667rem;
  text-decoration: none;
}
.item-list-sm.item-list-minimal a {
  flex: 1;
}
.item-list-sm.item-list-minimal a:hover {
  text-decoration: underline;
}
.item-list-sm.item-list-minimal a:active {
  text-decoration: none;
}
.item-list-sm.item-list-icons .item .custom-control {
  max-width: calc(100% - 1.0266666667rem - (0.9333333334rem * .5));
}
.item-list-sm.item-list-icons .item button {
  overflow: initial;
}
.item-list-sm.item-list-icons .item .icon {
  font-size: 1.3066666667rem;
}
.item-list-sm.item-list-search {
  overflow-x: hidden;
}
.item-list-sm .search {
  height: 2.6693333334rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  padding: 0 0.9333333334rem;
}
.item-list-sm .search .icon {
  color: #5A595D;
  margin-right: 0.4666666667rem;
}
.item-list-sm .search .form-control {
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: none;
}

.item-list-lg {
  background-color: white;
  border-radius: 0;
  list-style: none;
  padding-left: 0;
}
.item-list-lg .items {
  overflow-x: auto;
}
.item-list-lg .items .item {
  font-size: 1.3333333334rem;
  padding: 0 1.3333333334rem;
  display: flex;
  align-items: center;
  height: 3.4666666668rem;
}
.item-list-lg .items .item > * {
  max-width: 100%;
}
.item-list-lg .items .item .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-list-lg .items .item label:hover,
.item-list-lg .items .item input:hover {
  cursor: pointer;
}
.item-list-lg .items .item .label {
  min-width: 0;
  padding-left: calc(1.3333333334rem * .5);
  flex: 1;
  margin-bottom: 0;
}
.item-list-lg .items .item .custom-control {
  display: flex;
  width: 100%;
  padding-left: 1.4666666667rem;
  height: 3.4666666668rem;
  align-items: center;
}
.item-list-lg .items .item .custom-control .custom-control-label {
  position: relative;
}
.item-list-lg .items .item .custom-control .custom-control-label:before, .item-list-lg .items .item .custom-control .custom-control-label:after {
  left: -1.4666666667rem;
  top: 50%;
  transform: translateY(calc(1.4666666667rem * -.5));
  bottom: 0;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
}
.item-list-lg .items .item.placeholder {
  justify-content: center;
  padding-top: 2.6666666668rem;
  padding-bottom: 2.6666666668rem;
}
.item-list-lg.item-list-bordered {
  border: 1px solid #EFEFEF;
}
.item-list-lg.item-list-striped .item:nth-of-type(even) {
  background-color: rgba(214, 219, 224, 0.5);
}
.item-list-lg.item-list-minimal .item {
  padding: 0.5rem 0;
}
.item-list-lg.item-list-minimal .item + .item {
  border-top: 1px solid #f8f9fa;
}
.item-list-lg.item-list-minimal .item,
.item-list-lg.item-list-minimal .item a {
  color: #5A595D;
  font-size: 1.3333333334rem;
  line-height: 1.6666666667rem;
  text-decoration: none;
}
.item-list-lg.item-list-minimal a {
  flex: 1;
}
.item-list-lg.item-list-minimal a:hover {
  text-decoration: underline;
}
.item-list-lg.item-list-minimal a:active {
  text-decoration: none;
}
.item-list-lg.item-list-icons .item .custom-control {
  max-width: calc(100% - 1.4666666667rem - (1.3333333334rem * .5));
}
.item-list-lg.item-list-icons .item button {
  overflow: initial;
}
.item-list-lg.item-list-icons .item .icon {
  font-size: 1.8666666667rem;
}
.item-list-lg.item-list-search {
  overflow-x: hidden;
}
.item-list-lg .search {
  height: 3.8133333335rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  padding: 0 1.3333333334rem;
}
.item-list-lg .search .icon {
  color: #5A595D;
  margin-right: 0.6666666667rem;
}
.item-list-lg .search .form-control {
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: none;
}

.empty-list-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4rem;
}
.empty-list-placeholder .icon {
  font-size: 3.2rem;
  color: #adb5bd;
  margin-bottom: 0.5rem;
}
.empty-list-placeholder .title {
  font-size: 1.6rem;
  font-weight: 600;
}
.empty-list-placeholder .message {
  font-size: 1.15rem;
  line-height: 1.4;
  max-width: 414px;
  text-align: center;
  color: #adb5bd;
}

.loader-hidden {
  visibility: hidden;
}

.loader-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500000;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.loader-overlay .value {
  position: relative;
  height: 3px;
  width: 100%;
  background-color: rgba(226, 3, 59, 0.9);
  animation: indeterminateAnimation 1000ms infinite linear;
  transform-origin: 0 50%;
  transition: opacity 200ms ease-in-out;
  transition-delay: 200ms;
}

.loading {
  position: relative;
  overflow: initial;
}
.loading .loader-overlay {
  opacity: 1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.loading * {
  cursor: not-allowed !important;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
.c-article-header {
  display: flex;
}
.c-article-header > * + * {
  margin-left: 2rem;
}
@media screen and (max-width: 992px) {
  .c-article-header {
    flex-direction: column;
  }
  .c-article-header > * + * {
    margin: 1rem 0 0 0;
  }
}
.c-article-header .c-breadcrumbs {
  flex: 1;
}

.c-article-showcase {
  display: flex;
}
.c-article-showcase .details {
  margin-left: 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-article-showcase .details .title {
  color: #E2033B;
  margin-bottom: 1rem;
}
.c-article-showcase .details .c-entry-content {
  flex: 1;
}
.c-article-showcase .details .c-content-links {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .c-article-showcase .details .c-content-links {
    justify-content: flex-end;
  }
}
.c-article-showcase .details .c-content-links a {
  display: flex;
  flex-direction: column;
  color: #5A595D;
  align-items: center;
  justify-content: space-between;
  transition: transform 200ms ease-in-out;
}
.c-article-showcase .details .c-content-links a + * {
  margin-left: 2.5rem;
}
.c-article-showcase .details .c-content-links a:hover {
  transform: scale(1.05);
}
.c-article-showcase .details .c-content-links a:active {
  transform: scale(1);
  transition-duration: 50ms;
}
@media screen and (max-width: 1024px) {
  .c-article-showcase {
    flex-direction: column;
  }
  .c-article-showcase .details {
    margin: 3rem 0 0 0;
  }
}

.c-table-articles td {
  text-align: center;
}
.c-table-articles .c-action-control .clear {
  order: 1;
}
.c-table-articles .c-action-control .minus {
  order: 2;
}
.c-table-articles .c-action-control .form-control {
  order: 3;
}
.c-table-articles .c-action-control .add {
  order: 4;
}
@media screen and (max-width: 1024px) {
  .c-table-articles .c-action-control .clear {
    order: 4;
  }
  .c-table-articles .c-action-control .minus {
    order: 3;
  }
  .c-table-articles .c-action-control .form-control {
    order: 2;
  }
  .c-table-articles .c-action-control .add {
    order: 1;
  }
}

.c-article {
  display: flex;
  align-items: center;
}
.c-article > * + * {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-article > * + * {
    margin-left: 1rem;
  }
}
.c-article .c-article-name div {
  white-space: normal;
}
.c-article.compact > * + * {
  margin-left: 1rem;
}
.c-article.compact .image .image {
  height: 54px;
  width: 54px;
  min-height: 54px;
  min-width: 54px;
}

@media screen and (max-width: 1280px) {
  table.c-table-articles tbody > tr td.td-sales-unit,
  table.c-table-articles tbody > tr td.td-total {
    justify-content: space-between;
  }
  table.c-table-articles tbody .c-article .image {
    height: 54px;
    width: 54px;
    min-height: 54px;
    min-width: 54px;
  }
  .c-article:not(.product) .c-article-name {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .span-col, table.c-table-articles tbody > tr td.td-actions, table.c-table-articles tbody > tr td.td-total, table.c-table-articles tbody > tr td.td-sales-unit, table.c-table-articles tbody > tr td.td-details {
    grid-column: span 7/auto;
  }
  .span-row, table.c-table-articles tbody > tr td.td-quantity, table.c-table-articles tbody > tr td.td-favorite {
    grid-row: span 2/auto;
  }
  table.c-table-articles thead {
    display: none;
  }
  table.c-table-articles tbody td {
    padding: 0 !important;
  }
  table.c-table-articles tbody > tr {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1rem;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 2rem;
  }
  table.c-table-articles tbody > tr + tr {
    margin-top: -1px;
  }
  table.c-table-articles tbody > tr td {
    display: flex;
    padding: 0;
    border: none !important;
  }
  table.c-table-articles tbody > tr td.td-details {
    order: 1;
    flex-direction: column;
    padding: 0 0 1rem 0 !important;
  }
  table.c-table-articles tbody > tr td.td-favorite {
    order: 5;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0.5rem 0 0 0 !important;
  }
  table.c-table-articles tbody > tr td.td-sales-unit {
    order: 3;
  }
  table.c-table-articles tbody > tr td.td-quantity {
    order: 2;
    justify-content: flex-end;
    align-items: flex-start;
  }
  table.c-table-articles tbody > tr td.td-price {
    display: none;
  }
  table.c-table-articles tbody > tr td.td-total {
    order: 4;
    color: #E2033B;
  }
  table.c-table-articles tbody > tr td.td-actions {
    order: 6;
    padding: 0.5rem 0 0 0 !important;
    display: flex;
    align-items: flex-end;
  }
  table.c-table-articles tbody > tr td.td-sales-unit,
  table.c-table-articles tbody > tr td.td-total {
    justify-content: flex-start;
    font-weight: 600;
    align-items: center;
    font-size: 1.15rem;
  }
  table.c-table-articles.products tbody tr td.td-details,
  table.c-table-articles.products tbody tr td.td-sales-unit {
    grid-column: span 8/auto !important;
  }
  table.c-table-articles .c-article .image {
    height: 54px;
    width: 54px;
    min-height: 54px;
    min-width: 54px;
  }
  table.c-table-articles .c-article .details {
    width: 100%;
  }
  table.c-table-articles .c-article .details .price-unit {
    display: flex;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1280px) {
  table.c-table-articles .c-article .details .price-unit {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  table.c-table-articles .c-article .details .price-unit .label {
    font-weight: 400;
    flex: 1;
  }
  table.c-table-articles .c-action-control.horizontal {
    flex-direction: column;
  }
  table.c-table-articles .c-action-control.horizontal > *:not(.clear) {
    margin: 0.5rem 0 0 0;
  }
  table.c-table-articles .btn-mobile-add-to-cart {
    width: 100%;
    max-width: 320px;
  }
  .mobile-title {
    margin-bottom: 1rem;
  }
  .mobile-label {
    color: #5A595D;
    font-weight: 400;
    font-size: initial;
    margin-right: 0.75rem;
  }
  .c-actions-bar-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  table.c-table-articles tbody > tr td.td-sales-unit,
  table.c-table-articles tbody > tr td.td-total {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .mobile-title {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .td-actions,
  .mobile-label {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-checkout-wrapper {
    display: flex;
  }
}
.c-checkout-wrapper .main {
  flex: 1;
}
.c-checkout-wrapper .side {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-checkout-wrapper .side {
    margin-left: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-checkout-wrapper .side {
    margin-left: 3rem;
    padding-left: 3rem;
    border-left: 1px solid #EAEDEF;
  }
}
@media screen and (max-width: 1024px) {
  .c-checkout-wrapper .side {
    flex: 1;
    margin-top: 3rem;
  }
}
.c-checkout-wrapper .side .form-section-comments {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-checkout-wrapper .side .form-section-comments .form-group {
  flex: 1;
}
.c-checkout-wrapper .side .form-section-comments .form-group textarea {
  height: 100%;
  min-height: 200px;
}

.c-cost-wrapper {
  width: 320px;
}

.c-cost-details {
  color: #5A595D;
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0;
}
.c-cost-details td {
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
.c-cost-details td.value {
  font-weight: 600;
  text-align: right;
  padding-left: 2rem;
}
.c-cost-details tr.total td {
  border-top: 1px solid #EAEDEF;
  font-weight: 600;
  font-size: 1.2em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-cost-details tr.total td.value {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .c-cost-details table {
    width: 100%;
  }
}

.gallery {
  width: 450px;
  max-width: 100%;
}
.gallery .items {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.gallery .items .item {
  margin: 0.5rem;
  border: 1px solid #EAEDEF;
  width: calc((100% / 4) - 0.5rem * 2);
  min-height: calc((100% / 4) - 0.5rem * 2);
  transition: transform 250ms ease-in-out;
  position: relative;
  padding-bottom: calc(100% / 4);
}
.gallery .items .item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.gallery .items .item:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.gallery .items .item:active {
  transition-duration: 50ms;
  transform: scale(1) !important;
}
.gallery .items .item:first-child {
  width: 450px;
  padding-bottom: 100%;
}
.gallery .items .item:first-child .img-wrap {
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
.gallery .items .item:first-child:after {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  content: "\f00e";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #EAEDEF;
  font-size: 2rem;
}
.gallery .items .item:first-child:hover {
  transform: scale(1.0125);
}

img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

::ng-deep .cdk-overlay-container {
  z-index: 9000;
  position: relative;
}

.c-assortment {
  display: flex;
  align-items: flex-start;
}
.c-assortment .side {
  width: 280px;
  border: 1px solid #EFEFEF;
  padding: 2rem;
}
.c-assortment .side .header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c-assortment .side .header .title {
  flex: 1;
  color: #5A595D;
  font-size: 1.3rem;
  font-weight: 600;
}
.c-assortment .side .header .btn-clear-filters {
  font-weight: 600;
  color: #5A595D;
  cursor: pointer;
  border-bottom: 1px solid #5A595D;
}
.c-assortment .side .header .btn-clear-filters:hover {
  color: #C30F0E;
}
.c-assortment .side .body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.c-assortment .side .body span:not(.count) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-assortment .side .body ul.groups li.group .title {
  display: flex;
  align-items: center;
  color: #5A595D;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
}
.c-assortment .side .body ul.groups li.group .title span {
  flex: 1;
}
.c-assortment .side .body ul.groups li.group .title .icon {
  transition: transform 200ms ease-in-out;
  transform: rotate(180deg);
  fill: #5A595D;
  width: 14px;
  height: 14px;
}
.c-assortment .side .body ul.groups li.group ul.items li.item .custom-control {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.c-assortment .side .body ul.groups li.group ul.items li.item .custom-control .custom-control-label {
  color: #5A595D;
  min-width: 0;
  display: flex;
}
.c-assortment .side .body ul.groups li.group ul.items li.item .custom-control .custom-control-label span + span {
  margin-left: 0.25rem;
}
.c-assortment .side .body ul.groups li.group ul.items li.item.more {
  color: #A81835;
  font-weight: 600;
  cursor: pointer;
}
.c-assortment .side .body ul.groups li.group ul.items li.item.more:hover {
  color: #650e20;
}
.c-assortment .side .body ul.groups li.group + li.group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #EFEFEF;
}
.c-assortment .side .body ul.groups li.group:not(.closed) .title {
  margin-bottom: 0.5rem;
}
.c-assortment .side .body ul.groups li.group.closed .title .icon {
  transform: rotate(0);
}
.c-assortment .main {
  flex: 1;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .c-assortment .main {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  .c-assortment .main {
    min-height: calc(100vh - 4.02rem);
  }
}
.c-assortment .main > * + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-assortment .main .actions > * + * {
    margin-top: 0.5rem;
  }
}
.c-assortment .main .header {
  display: flex;
  align-items: center;
}
.c-assortment .main .header .results,
.c-assortment .main .header .title {
  flex: 1;
  color: #5A595D;
  margin-bottom: 0;
}
.c-assortment .main .body .items .item {
  cursor: pointer;
  display: flex;
}
.c-assortment .main .body .items .item .c-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.c-assortment .main .body .items.grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
}
.c-assortment .main .body .items.grid .item {
  height: calc(100px + (2rem * 2) + (1.3rem * 3) + 1rem + 2px);
}
.c-assortment .main .body .items.grid .item .c-article {
  padding: 2rem;
  border: 1px solid #EFEFEF;
}
.c-assortment .main .body .items.grid .item .c-article .details {
  margin-top: 1rem;
}
.c-assortment .main .body .items.grid .item .c-article .details .name span {
  display: block;
  word-break: break-word;
}
.c-assortment .main .body .items.grid .item:hover .c-article {
  border-color: #D6DBE0;
}
.c-assortment .main .body .items.list .item .c-article {
  flex-direction: row;
  max-width: 100%;
  white-space: nowrap;
}
.c-assortment .main .body .items.list .item .c-article > * + * {
  margin-left: 1.5rem;
}
.c-assortment .main .body .items.list .item .c-article .details {
  flex: 1;
  min-width: 0;
}
.c-assortment .main .body .items.list .item .c-article .details .name {
  display: flex;
}
.c-assortment .main .body .items.list .item .c-article .details .name span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-assortment .main .body .items.list .item + .item {
  border-top: 1px solid #EFEFEF;
  padding-top: 1rem;
  margin-top: 1rem;
}
.c-assortment .main .footer {
  display: flex;
  align-items: center;
}
.c-assortment .main .footer > * {
  flex: 1;
}
.c-assortment .main .footer .results {
  text-align: right;
  color: #5A595D;
}

@media screen and (max-width: 1280px) {
  .c-assortment .side {
    position: fixed;
    width: 100vw !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 300ms ease-in-out;
    padding: 2rem 0 0 0 !important;
    transform: translateY(100%);
  }
  .c-assortment .side .header,
  .c-assortment .side .body {
    padding: 0 !important;
    width: 100%;
  }
  .c-assortment .side .header .groups,
  .c-assortment .side .body .groups {
    width: 320px;
    max-width: 100%;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-assortment .side .header {
    width: 320px;
    max-width: 100%;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-assortment .side .header .title {
    font-size: 1.8rem !important;
  }
  .c-assortment .side .body {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem !important;
  }
  .c-assortment .actions-footer {
    width: 100%;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.08);
  }
  .c-assortment .actions-footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
  }
  .c-assortment .btn-close-filter-sidebar,
  .c-assortment .btn-open-filter-sidebar {
    height: 4rem;
    font-size: 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .btn-close-filter-sidebar,
  .btn-open-filter-sidebar {
    display: none !important;
  }
}
.logo-svg {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85.04 65.42"><polygon fill="%23e2043c" points="85.04 52.33 0 65.42 0 13.08 85.04 0 85.04 52.33"/><path fill="%23fff" d="M67.01,43.48h6.74l-10.73-21.07h-5.61l-4.95,9.71c.02-.28,.03-.56,.03-.86,0-5.13-2.82-8.85-9.14-8.85h-11.13l-6.17,12.16-6.17-12.16h-6.74v21.07h6v-9.29l4.91,9.29h3.98l4.94-9.29v9.29h6s0,0,0,0v-3.7h3.91c2.69,0,4.95-.59,6.59-1.8l-2.81,5.51h6.75l1.84-3.7h9.92l1.84,3.7Zm-24.82-8.96h-3.23v-6.79h3.34c2.71,0,3.94,1.44,3.94,3.4,0,2.13-1.37,3.4-4.05,3.4Zm15.67,0l2.35-4.74,2.35,4.74h-4.7Z"/></svg>');
  background-repeat: no-repeat;
}

.btn-end-tour {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
}
.btn-end-tour:focus, .btn-end-tour:active, .btn-end-tour:hover {
  color: white;
}

@media screen and (max-width: 1280px) {
  .btn-end-tour {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .index-list {
    display: none !important;
  }
}
.show-desktop,
.show-mobile {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .show-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  .show-desktop {
    display: flex !important;
  }
}
#content {
  padding-top: 10.7rem;
}
@media screen and (min-width: 1024px) {
  #content {
    min-height: 100vh;
  }
}

.btn {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn[class*=-arrow-]:before, .btn[class*=-arrow-]:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.btn.-arrow-left:before {
  left: 2.5rem;
  content: "\f104";
  margin-right: 0.625rem;
}
.btn.-arrow-right:after {
  content: "\f105";
  margin-left: 0.625rem;
}
.btn.-arrow-up:after {
  content: "\f106";
  margin-left: 0.625rem;
}
.btn.-arrow-down:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f107";
  margin-left: 0.625rem;
}

.btn-light {
  color: #A81835;
}

.btn-large-icon {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  color: #A81835 !important;
}
.btn-large-icon .icon {
  font-size: 1.33rem;
  margin-top: 0.5rem;
}

.btn-link {
  font-weight: 600;
}
.btn-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn-group-toggle {
  background-color: #f2f2f2;
  padding: 0.25rem;
}
.btn-group-toggle .btn {
  box-shadow: none;
}
.btn-group-toggle .btn.active {
  background-color: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-group-toggle .icon {
  margin-right: 0.125rem;
}

.btn-white {
  color: #212529;
  background-color: white;
  border-color: white;
  color: #A81835;
}
.btn-white:hover {
  color: #212529;
  background-color: #D6DBE0;
  border-color: #D6DBE0;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #D6DBE0;
  border-color: #D6DBE0;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

@media screen and (max-width: 992px) {
  .btn-icon-only-md span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .btn-icon-only-sm span {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .btn-icon-only-xs span {
    display: none;
  }
}

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

header {
  width: 100%;
  background-color: white;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.05);
}

app-header .dropdown-toggle:after {
  content: "\f107" !important;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-left: 0.5rem;
  transform: translatey(3px);
  font-size: 1.4rem;
}

nav.hdr {
  display: flex;
  align-items: flex-end;
  height: 6.7rem;
  padding-bottom: 1.5rem;
  position: relative;
}
nav.hdr > * + * {
  margin-left: 2rem;
}
@media screen and (max-width: 992px) {
  nav.hdr > * + * {
    margin-left: 1rem;
  }
}
nav.hdr .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  margin-left: 0;
  width: 117px;
  height: 90px;
}
nav.hdr .logo a {
  display: block;
  position: absolute;
  bottom: -17.908163262px;
}
nav.hdr .logo a .logo-svg {
  width: 117px;
  height: 90px;
}
nav.hdr .search {
  flex: 1;
}
nav.hdr > .tabs {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 40px;
}
nav.hdr > .tabs.-right {
  justify-content: flex-end;
}
nav.hdr > .tabs > .tab {
  position: inherit;
}
nav.hdr > .tabs > .tab > a:after {
  border: none;
}
nav.hdr > .tabs > .tab > a i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
nav.hdr > .tabs > .tab + .tab {
  margin-left: 2rem;
}
@media screen and (max-width: 992px) {
  nav.hdr > .tabs > .tab + .tab {
    margin-left: 1rem;
  }
}
nav.hdr > .tabs > .tab > button {
  background-color: transparent;
  border: none;
}
nav.hdr > .tabs > .tab > button:after {
  border: none;
}
nav.hdr > .tabs > .tab > a,
nav.hdr > .tabs > .tab > button {
  display: flex;
  align-items: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #5A595D;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-family: "Averta PE", sans-serif;
  font-size: 1.25rem;
}
nav.hdr > .tabs > .tab.show > button {
  background-color: white;
}
nav.hdr .toggle {
  position: absolute;
  bottom: -2rem;
  text-align: right;
}
nav.hdr .toggle button {
  border-color: #A81835;
  display: inline-block;
  background-color: #A81835;
  color: white;
  height: 2rem;
  width: 3rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
nav.hdr .toggle button:hover, nav.hdr .toggle button:focus, nav.hdr .toggle button:active {
  background-color: #92152e;
  color: white;
  cursor: pointer;
}
nav.hdr .return {
  margin-bottom: 0.5rem;
}

.md-cart {
  display: flex;
  align-items: flex-start;
}
.md-cart > button {
  padding: 0;
  position: relative;
}
.md-cart .count {
  background-color: #E2033B;
  color: white;
  top: -8px;
  right: -8px;
}

.md-user button span {
  margin-left: 0.75rem;
}
.md-user .dropdown-menu {
  border: none;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 8px !important;
  margin-left: 8px !important;
}
.md-user .dropdown-menu .dropdown-item {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.2rem;
  color: #5A595D;
  user-select: none;
}
.md-user .dropdown-menu .dropdown-item i {
  margin-right: 0.75rem;
}
.md-user .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 10.5px;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid white;
  clear: both;
}

.mega-menu .dropdown-menu {
  border: none;
  float: initial;
  padding-top: calc((2rem * 1.222222) + 9.36px);
  padding-bottom: 0;
  transform: none !important;
  right: 0;
  margin: -1px 0 0 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1) !important;
  top: 6.7rem !important;
}
@media screen and (max-width: 1024px) {
  .mega-menu .dropdown-menu {
    top: 4.02rem !important;
  }
}
.mega-menu .dropdown-menu > .container > .content {
  color: #A81835;
}
.mega-menu .dropdown-menu > .container > .content > * + * {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #c7ced5;
}
.mega-menu .dropdown-menu > .container > .content .header {
  width: 100%;
}
.mega-menu .dropdown-menu > .container > .content .header td {
  vertical-align: top;
}
.mega-menu .dropdown-menu > .container > .content .header .buttons {
  width: 1px;
  text-align: right;
}
.mega-menu .dropdown-menu > .container > .content .header .buttons a {
  white-space: nowrap;
}
.mega-menu .dropdown-menu > .container > .content .header .buttons a + a {
  margin-top: 0.5rem;
}
.mega-menu .dropdown-menu > .container > .content .header .buttons a i {
  margin-right: 0.5rem;
}
.mega-menu .dropdown-menu > .container > .content .header .title {
  line-height: normal;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #A81835;
}
.mega-menu .dropdown-menu > .container > .content .header .detail {
  white-space: nowrap;
  text-transform: uppercase;
}
.mega-menu .dropdown-menu > .container > .content .header .detail .icon {
  margin-right: 0.5rem;
}
.mega-menu .dropdown-menu > .container > .content .header .detail ul {
  margin-bottom: 0;
}
.mega-menu .dropdown-menu > .container > .content .header .detail ul li {
  display: inline;
}
.mega-menu .dropdown-menu > .container > .content .header .detail ul li + li:before {
  content: "-";
  padding: 0 0.5rem;
}

.mega-menu.show > button {
  position: relative;
}
.mega-menu.show > button:before {
  position: absolute;
  height: 2px;
  background-color: #E2033B;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}

.hdr-sub {
  background-color: #EAEDEF;
  height: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .hdr-sub {
    display: none;
  }
}
.hdr-sub .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hdr-sub .prefix {
  color: #5A595D;
}
@media screen and (min-width: 992px) {
  .hdr-sub .prefix {
    margin-left: calc(117px + 2rem);
  }
}
.hdr-sub ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.hdr-sub ul.tabs > li {
  margin: 0 1rem;
}
.hdr-sub ul.tabs > li > button {
  font-size: 1.15rem;
  color: #A81835;
}
.hdr-sub ul.tabs > li > button:focus, .hdr-sub ul.tabs > li > button:active, .hdr-sub ul.tabs > li > button:hover {
  color: #A81835;
}
.hdr-sub ul.tabs > li.mega-menu {
  position: initial;
}
.hdr-sub ul.tabs > li.mega-menu > button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.hdr-sub ul.tabs > li.mega-menu > button:before {
  content: "";
  height: 25px;
  width: 25px;
  margin-left: 1rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml; utf8, <svg fill="%23A81835" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51"><path d="M25.5,0A25.5,25.5,0,1,0,51,25.5,25.53,25.53,0,0,0,25.5,0Zm0,48A22.5,22.5,0,1,1,48,25.5,22.52,22.52,0,0,1,25.5,48Z"/><path d="M25.5,32.57,13.37,20.44l-2.12,2.12L24.44,35.75a1.5,1.5,0,0,0,2.12,0L39.75,22.56l-2.12-2.12Z"/></svg>');
  order: 1;
}
.hdr-sub ul.tabs > li.mega-menu > button:after {
  display: none;
}
.hdr-sub ul.tabs > li .dropdown-menu {
  top: 10.7rem !important;
}

.count {
  position: absolute;
  font-family: "Averta PE", sans-serif;
  background-color: #666666;
  color: white;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1.575rem;
  height: 1.575rem;
  width: 1.575rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-align: center;
}

body.menu-dropdown-open {
  overflow: hidden;
}

.menu-search-toggle,
.menu-dropdown-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu-search-toggle,
  .menu-dropdown-toggle {
    transform: scale(1);
    cursor: pointer;
    display: block !important;
  }
  .c-section-title,
  .c-hero-carousel {
    margin-top: -2.2rem !important;
  }
  nav.hdr {
    min-height: 4.02rem !important;
    max-height: 4.02rem !important;
    padding-bottom: 0 !important;
    align-items: center !important;
  }
  nav.hdr > * + * {
    margin-left: 1rem;
  }
  nav.hdr .logo {
    position: absolute;
    left: 50%;
    transform: translate3D(-50%, 12px, 0);
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  nav.hdr .logo a svg {
    height: 46.8px !important;
    width: 60.84px !important;
    transform: translateY(3px) !important;
  }
  #content {
    padding-top: 6.22rem !important;
  }
  .tabs.-left {
    z-index: -1;
    opacity: 0;
    transition: all 300ms ease-in-out;
    transform: translateY(calc(-4.02rem - 100%));
    margin: 0 !important;
    position: absolute;
    top: 4.02rem;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: initial !important;
    height: 100vh !important;
  }
  .tabs.-left > .tab {
    margin-left: 0 !important;
    position: initial !important;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    background-color: white;
  }
  .tabs.-left > .tab:first-child {
    padding-top: 2rem;
  }
  .tabs.-left > .tab:last-child {
    padding-bottom: 2rem;
  }
  .tabs.-left > .tab + .tab {
    border-top: 1px solid #EFEFEF;
  }
  .tab > a,
  .tab > button {
    font-size: 1.1rem !important;
    width: 100%;
  }
  .tab > a:before,
  .tab > button:before {
    margin-right: 0.375rem !important;
    height: 16px !important;
    width: 16px !important;
  }
  body.menu-dropdown-open .tabs.-left {
    opacity: 1;
    transform: translateY(0);
  }
  body.menu-dropdown-open .tabs.-left .tab:last-child {
    position: relative !important;
  }
  body.menu-dropdown-open .tabs.-left .tab:last-child:after {
    content: "";
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    box-shadow: inset 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  body:not(.menu-dropdown-open) app-header {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .tabs.-left > .tab {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tabs.-right {
    flex: 1;
  }
}
@media screen and (max-width: 992px) {
  .tabs.-left > .tab {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  nav.hdr .search {
    transform: translateY(-400%);
    transition: transform 240ms ease-in-out;
    position: fixed;
    margin: 0;
    top: 4.02rem;
    left: 0;
    right: 0;
    background-color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    z-index: -1;
  }
  nav.hdr .search input {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-menu {
    display: none !important;
  }
}
.c-mobile-menu {
  position: fixed;
  transform: translateX(-100%);
  transition: transform 250ms ease-in-out;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #EAEDEF;
}
.c-mobile-menu.is-visible {
  transform: translateX(0);
}

.mobile-menu-parent-title {
  position: fixed;
  top: 0;
  left: 60px;
  right: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 1200;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2rem;
}

.mobile-menu-close {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E2033B;
  z-index: 1200;
  color: white;
  border: none;
  font-size: 1.5rem;
}

.mobile-menu-overlay ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-overlay a {
  background-color: white;
  position: relative;
  padding: 1.75rem;
  display: flex;
  align-items: center;
  color: #5A595D;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-menu-overlay a.nested:after {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f105";
  font-weight: 300;
  text-align: right;
  flex: 1;
}
.mobile-menu-overlay a:active {
  background-color: #fafafa;
}
.mobile-menu-list-wrapper {
  height: 100%;
  padding-top: calc(60px);
  overflow-y: auto;
  background-color: #EAEDEF;
  display: flex;
  flex-direction: column;
}
.mobile-menu-list-wrapper .sub-menu-wrapper {
  flex: 1;
  overflow-y: auto;
}
.mobile-menu-list-wrapper li {
  border-bottom: 1px solid #EFEFEF;
}
.mobile-menu-list-wrapper li:last-child {
  border-bottom-width: 0;
}
.mobile-menu-list-wrapper:nth-child(2), .mobile-menu-list-wrapper:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}
.mobile-menu-list-wrapper:nth-child(2).is-visible, .mobile-menu-list-wrapper:nth-child(3).is-visible {
  transform: none;
}
.mobile-menu-list-wrapper:nth-child(1) > ul > li > .sub-menu, .mobile-menu-list-wrapper:nth-child(2) .level-3 {
  display: none;
}

.back-one-level {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.75rem;
  font-size: 1.1rem;
  border: none;
  border-top: 1px solid #EFEFEF;
  background-color: white;
  color: #5A595D;
  font-weight: 700;
  border-bottom: 1px solid #EFEFEF;
}
.back-one-level:active {
  background-color: #fafafa;
}
.back-one-level:before {
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f104";
  font-weight: 300;
}

app-footer {
  background-color: #E0E4E8;
  display: block;
  position: relative;
  margin-top: 4rem;
  z-index: 1000;
}
app-footer .container-relative {
  position: relative;
}
app-footer .container-relative > * {
  margin-left: 3rem;
  margin-right: 3rem;
}
app-footer .logo-svg {
  position: absolute;
  height: 3.5rem;
  width: 4.55rem;
  left: 0;
  top: -1.75rem;
}
app-footer .footer-links {
  padding: 6rem 0;
  line-height: 2rem;
}
app-footer .footer-links .title {
  font-family: "Averta PE", sans-serif;
  color: #E2033B;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
}
app-footer .footer-links .links {
  padding: 0;
  list-style: none;
}
app-footer .footer-links .links li {
  color: #5A595D;
}
app-footer .footer-links .links li a {
  color: #5A595D;
  line-height: 2;
}
app-footer .footer-links .links li a:hover, app-footer .footer-links .links li a:focus, app-footer .footer-links .links li a:active {
  color: #282729;
}
@media screen and (max-width: 992px) {
  app-footer .footer-links .title {
    margin-bottom: 0.5rem;
  }
  app-footer .footer-links .row {
    margin-top: -2rem;
  }
  app-footer .footer-links [class*=col-] {
    margin-top: 2rem;
  }
}
app-footer .col-contact {
  display: flex;
  flex-direction: column;
}
app-footer .col-contact .social-buttons {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
app-footer .col-settlements {
  display: flex;
  flex-direction: column;
}
app-footer .col-settlements .header {
  background-color: #E2033B;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
}
app-footer .col-settlements .header .title {
  color: white;
  margin-bottom: 0;
  flex: 1;
}
app-footer .col-settlements .header .icon-chevron {
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
  transform: rotate(-90deg);
}
app-footer .col-settlements .map {
  flex: 1;
}
app-footer .col-settlements .map img {
  max-width: 100%;
}
app-footer ::ng-deep google-map .map-container {
  width: 100% !important;
  height: 260px !important;
}
app-footer .footer-info {
  padding: 2rem 0;
  background-color: #818184;
  color: white;
  display: flex;
  align-items: center;
}
app-footer .footer-info ul.links {
  list-style: none;
  padding-left: 0;
  display: flex;
}
@media screen and (min-width: 1024px) {
  app-footer .footer-info ul.links * {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  app-footer .footer-info ul.links > * {
    margin: 0.25rem 0;
  }
  app-footer .footer-info ul.links > *:first-child {
    margin-top: 0.5rem;
  }
  app-footer .footer-info ul.links > *:last-child {
    margin-bottom: 0.5rem;
  }
  app-footer .footer-info ul.links > *:before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "\f105";
    margin-right: 0.5rem;
  }
}
app-footer .footer-info ul.links li a {
  color: white;
}
app-footer .footer-info ul.links li a:hover {
  color: #D6DBE0;
}
@media screen and (max-width: 1024px) {
  app-footer .footer-info ul.links,
  app-footer .footer-info .container {
    flex-direction: column;
    margin: 0;
  }
}
app-footer .c-contact-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 85px;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  transform: scale(0);
  transition: transform 160ms ease-in-out;
  transform-origin: center;
}
app-footer .c-contact-btn * {
  user-select: none;
  transition: all 240ms ease-in-out;
}
app-footer .c-contact-btn .icon {
  position: relative;
  width: 60%;
  margin-left: 50%;
  transform: translate3D(-50%, 25.5px, 0);
  z-index: 1;
}
app-footer .c-contact-btn .icon .i {
  fill: #5A595D;
}
app-footer .c-contact-btn .bar {
  position: relative;
}
app-footer .c-contact-btn .bar svg {
  fill: #E2033B !important;
}
app-footer .c-contact-btn .text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, calc(-50% + 85px * .035), 0);
  font-weight: 600;
  font-size: 14.45px;
}
app-footer .c-contact-btn:hover .icon {
  transform: translate3D(-50%, 19.55px, 0) scale(1.125);
}
app-footer .c-contact-btn:hover .bar svg {
  transform: scaleY(-1) scale(1.125);
}
app-footer .c-contact-btn:active .icon {
  transition-duration: 120ms;
  transform: translate3D(-50%, 25.5px, 0);
}
app-footer .c-contact-btn.show {
  transform: scale(1);
}

.c-search-field-article,
.c-search-field-order,
.c-search-field-order-2,
.c-search-field-favorite {
  display: none;
}

.c-demo-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  display: flex;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .c-demo-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.c-demo-wrapper .c-demo-step {
  color: white;
  width: 1024px;
  max-width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-demo-wrapper .c-demo-step {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .c-demo-wrapper .c-demo-step {
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
  .c-demo-wrapper .c-demo-step > *:not(.close) {
    padding: 12rem 4rem;
  }
  .c-demo-wrapper .c-demo-step .content > * {
    transform: translateY(2.4rem);
  }
  .c-demo-wrapper .c-demo-step .graphic > * {
    transform: translateY(-1.2rem);
  }
}
.c-demo-wrapper .c-demo-step > *:not(.close) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .c-demo-wrapper .c-demo-step > *:not(.close) {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-demo-wrapper .c-demo-step > *:not(.close) {
    flex: 1;
    min-width: 512px;
  }
}
.c-demo-wrapper .c-demo-step > *:not(.close) > * {
  width: 100%;
}
.c-demo-wrapper .c-demo-step .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: black;
  opacity: 1;
  line-height: 1;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .c-demo-wrapper .c-demo-step .close {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
.c-demo-wrapper .c-demo-step a {
  color: white;
}
.c-demo-wrapper .c-demo-step .content {
  background-color: #E2033B;
}
.c-demo-wrapper .c-demo-step .graphic {
  background-color: #651F34;
  position: relative;
}
.c-demo-wrapper .c-demo-step .graphic .laptop {
  max-width: 400px;
  max-height: 300px;
  width: 400px;
  height: 300px;
}
.c-demo-wrapper .c-demo-step .graphic .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 125px;
}
.c-demo-wrapper .c-demo-step .graphic .icon * {
  fill: rgba(90, 89, 93, 0.5);
}
@media screen and (max-width: 992px) {
  .c-demo-wrapper .c-demo-step .graphic {
    min-height: 400px;
  }
  .c-demo-wrapper .c-demo-step .graphic.mh-auto {
    min-height: auto;
  }
}
.c-demo-wrapper .c-demo-step .graphic .text {
  text-transform: uppercase;
  color: #5A595D;
  line-height: 1;
  font-weight: 300;
  font-size: 2.8rem;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-demo-wrapper .c-demo-step .graphic .text span {
  color: #E2033B;
  font-size: 4.5rem;
  font-weight: 900;
}
.c-demo-wrapper .c-demo-step .step-progress {
  position: absolute;
  top: 6rem;
  text-align: right;
  right: 4.8rem;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .c-demo-wrapper .c-demo-step .step-progress {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.c-demo-wrapper .c-demo-step .return {
  color: white;
  margin-bottom: 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}
.c-demo-wrapper .c-demo-step .title-demo {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .c-demo-wrapper .c-demo-step .title-demo {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.c-demo-wrapper .c-demo-step .title-demo.large {
  font-size: 3.8rem;
  line-height: 1;
}
.c-demo-wrapper .c-demo-step .title-demo.big {
  font-size: 6.6rem;
  line-height: 1;
}
.c-demo-wrapper a.btn-end-tour {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: transparent;
  padding: 0 !important;
  min-width: initial !important;
  font-size: 3rem;
}

.btn-demo {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.btn-demo.btn-dark {
  background-color: black;
  padding-left: 4rem;
  padding-right: 4rem;
}
.btn-demo.btn-dark:focus, .btn-demo.btn-dark:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.btn-demo.btn-dark:active {
  background-color: black;
}

.btn-next {
  margin: 0.5rem !important;
}
.btn-next:after {
  margin-left: 0.5rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"/></svg>');
  height: 22px;
  width: 8px;
  display: inline;
}

.btn-prev:before {
  margin-right: 0.5rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"/></svg>');
  transform: rotate(180deg);
  height: 22px;
  width: 8px;
}

body.demo-visible {
  position: relative;
}
body.demo-visible:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8900;
}

.md-user .dropdown-menu {
  z-index: 12000;
}

.md-cart * {
  position: relative;
}
.md-cart *:after {
  position: absolute;
  font-family: "Averta PE", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1.575rem;
  height: 1.575rem;
  width: 1.575rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-align: center;
  background-color: #E2033B;
  color: white;
  top: -8px;
  right: -8px;
}

.demo-arrow {
  position: relative;
  overflow: initial;
  animation: 5s shakeX infinite;
  animation-delay: 5s;
}
.demo-arrow:after {
  position: absolute;
  line-height: calc(5rem + 2vw);
  width: calc(5rem + 2vw);
  height: calc(5rem + 2vw);
  z-index: 9000;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg>');
}
.demo-arrow.top:after {
  left: calc(50% - calc(5rem + 2vw) * .5);
  top: calc(calc(5rem + 2vw) * -1 - 0.8rem);
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"/></svg>');
  animation: bounce-down 2s infinite;
}
.demo-arrow.bottom:after, .c-news-carousel .items .item .text .demo-arrow.date:after {
  left: calc(50% - calc(5rem + 2vw) * .5);
  bottom: calc(calc(5rem + 2vw) * -1 - 0.8rem);
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"/></svg>');
  animation: bounce-up 2s infinite;
}
@media screen and (min-width: 1440px) {
  .demo-arrow.left:after {
    left: calc(calc(5rem + 2vw) * -1 - 0.8rem);
    top: calc(50% - calc(5rem + 2vw) * .5);
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg>');
    animation: bounce-right 2s infinite;
  }
}
@media screen and (max-width: 1440px) {
  .demo-arrow.left:after {
    left: calc(50% - calc(5rem + 2vw) * .5);
    top: calc(calc(5rem + 2vw) * -1);
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"/></svg>');
    animation: bounce-down 2s infinite;
  }
}
@media screen and (min-width: 1440px) {
  .demo-arrow.right:after {
    top: calc(50% - calc(5rem + 2vw) * .5);
    right: calc(calc(5rem + 2vw) * -1 - 0.8rem);
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"/></svg>');
    animation: bounce-left 2s infinite;
  }
}
@media screen and (max-width: 1440px) {
  .demo-arrow.right:after {
    left: calc(50% - calc(5rem + 2vw) * .5);
    bottom: calc(calc(5rem + 2vw) * -1);
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23E2033B" d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"/></svg>');
    animation: bounce-up 2s infinite;
  }
}
.demo-arrow.align-x-right:after {
  right: 0 !important;
}
.demo-arrow.align-x-left:after {
  left: 0 !important;
}
.demo-arrow.align-y-top:after {
  top: 0 !important;
}
.demo-arrow.align-y-bottom:after {
  bottom: 0 !important;
}
.demo-arrow.color-white:after {
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.demo-arrow.hide-arrow, .demo-arrow.hide-arrow-my-sig, .demo-arrow.hide-arrow-my-cart, .demo-arrow.hide-arrow-price-updates, .demo-arrow.hide-arrow-search {
  animation: initial;
}
.demo-arrow.hide-arrow:after, .demo-arrow.hide-arrow-my-sig:after, .demo-arrow.hide-arrow-my-cart:after, .demo-arrow.hide-arrow-price-updates:after, .demo-arrow.hide-arrow-search:after {
  display: none;
}

.demo-btn-favorites-active {
  display: none;
}

.c-demo-backdrop {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8900;
}

.c-demo-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.c-demo-list a {
  color: white;
  font-weight: 600;
  display: flex;
}
.c-demo-list a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.c-demo-list .badge-done {
  flex: 1;
  text-align: right;
}
.c-demo-list li {
  display: flex;
}
.c-demo-list li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-demo-list li a > * + * {
  margin-left: 2rem;
}
.c-demo-list li + li {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.c-demo-list li .title {
  flex: 1;
  font-size: 1.2rem;
}
.c-demo-list li:not(.done) a .badge-done {
  display: none;
}

.c-demo-instructions {
  position: fixed;
  width: 100%;
  z-index: 8000;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-demo-instructions {
    margin: 0.8rem;
  }
}
.c-demo-instructions .wrapper {
  max-width: 1024px;
  color: white;
  font-size: 1.8rem;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.15);
  padding: 0.8rem 1rem;
  background-color: #E2033B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-demo-instructions .wrapper {
    bottom: 0.8rem;
    padding: 1.2rem 4rem;
  }
}
@media screen and (max-width: 992px) {
  .c-demo-instructions .wrapper {
    width: 100%;
    padding-top: 0.875rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-demo-instructions .btn {
    width: 100%;
  }
}

.c-demo-toast {
  background-color: #588F27;
  color: white;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  z-index: 9000;
  display: flex;
  max-width: 340px;
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 992px) {
  .c-demo-toast {
    max-width: 100%;
    left: 2rem;
    right: 2rem;
  }
}
.c-demo-toast .message {
  font-size: 1.1rem;
}
.c-demo-toast .icon {
  margin-right: 0.8rem;
  font-size: 1.6rem;
}

.bounce-in-right {
  animation-name: bounce-in-right;
}

@keyframes bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.pulse, .md-cart *:after {
  animation: pulse 800ms;
}

@keyframes pulse {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.bounce-down {
  animation: bounce-down 2s infinite;
}

@keyframes bounce-down {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-up {
  animation: bounce-up 2s infinite;
}

@keyframes bounce-up {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
  }
}
.bounce-right {
  animation: bounce-right 2s infinite;
}

@keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
.bounce-left {
  animation: bounce-left 2s infinite;
}

@keyframes bounce-left {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
.fadeInBottom, .c-demo-instructions {
  animation: fadeInBottom 1s;
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInRight, .c-demo-toast {
  animation: fadeInRight 1s;
}

@keyframes fadeInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  2%, 6%, 10%, 14%, 18% {
    transform: translate3d(-5px, 0, 0);
  }
  4%, 8%, 12%, 16% {
    transform: translate3d(5px, 0, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
}
.shakeX {
  animation: 5s shakeX infinite;
}

@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  animation: bounce 300ms infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
.c-scroll-indicator {
  height: 28px;
}
@media screen and (max-width: 992px) {
  .c-scroll-indicator {
    height: 22px;
  }
}
.c-scroll-indicator .wheel {
  animation: scroll ease 1.5s infinite;
}
.c-scroll-indicator .wheel,
.c-scroll-indicator .mouse {
  stroke: white;
  stroke-width: 20px;
}

:root {
  font-size: 15px;
}

*:focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  font-family: "Averta PE", sans-serif;
  font-weight: 400;
  color: #5A595D;
  line-height: 1.7;
  background-color: transparent;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #A81835;
}
a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #7b1227;
}

p a {
  color: #E2033B;
  text-decoration: underline;
}
p a:hover, p a:focus {
  cursor: pointer;
  color: #b0022e;
}

strong {
  font-weight: 600;
}

label:not([class*=col-form-label]):hover {
  cursor: pointer;
}

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

h1, .h1 {
  font-size: 3.3333333333rem;
  margin-bottom: 3rem;
  line-height: 1;
  font-weight: 800;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.4583333333rem + 2.5vw);
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

h2, .h2 {
  font-size: 3.3333333333rem;
  margin-bottom: 2.5rem;
  line-height: 1;
  font-weight: 800;
  color: #E2033B;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.4583333333rem + 2.5vw);
  }
}
@media screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

h3, .h3, .c-start-buttons .items .item .details .title {
  font-size: 2.3333333333rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: 800;
  color: #5A595D;
}
@media (max-width: 1200px) {
  h3, .h3, .c-start-buttons .items .item .details .title {
    font-size: calc(1.3583333333rem + 1.3vw);
  }
}
@media screen and (max-width: 480px) {
  h3, .h3, .c-start-buttons .items .item .details .title {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  h3, .h3, .c-start-buttons .items .item .details .title {
    font-size: calc(1.435rem + 2.22vw);
  }
}

h4, .h4, .c-linktree .section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-weight: 800;
}
@media (max-width: 1200px) {
  h4, .h4, .c-linktree .section-title {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media screen and (max-width: 480px) {
  h4, .h4, .c-linktree .section-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  h4, .h4, .c-linktree .section-title {
    font-size: calc(1.395rem + 1.74vw);
  }
}

h5, .h5 {
  font-size: 1.6666666667rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(1.2916666667rem + 0.5vw);
  }
}
@media screen and (max-width: 480px) {
  h5, .h5 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h6, .h6, .c-news-carousel .items .item .text .date, .c-entry-content ol > li.sub:before {
  font-size: 1.3333333333rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 800;
}
@media (max-width: 1200px) {
  h6, .h6, .c-news-carousel .items .item .text .date, .c-entry-content ol > li.sub:before {
    font-size: calc(1.2583333333rem + 0.1vw);
  }
}
@media screen and (max-width: 480px) {
  h6, .h6, .c-news-carousel .items .item .text .date, .c-entry-content ol > li.sub:before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  h6, .h6, .c-news-carousel .items .item .text .date, .c-entry-content ol > li.sub:before {
    font-size: calc(1.305rem + 0.66vw);
  }
}

.img-control {
  max-width: 100%;
  border: 1px solid #EFEFEF;
  padding: 0.5rem;
}

::selection {
  color: white;
  background: #E2033B;
}

.form-control {
  letter-spacing: 0.2px;
}
.form-control::-webkit-input-placeholder {
  color: rgba(90, 89, 93, 0.4);
}
.form-control::-moz-placeholder {
  color: rgba(90, 89, 93, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(90, 89, 93, 0.4);
}
.form-control:-moz-placeholder {
  color: rgba(90, 89, 93, 0.4);
}

app-loader .loader-overlay,
.app-loader .loader-overlay {
  position: fixed;
  opacity: 1;
  top: 0;
  bottom: initial;
}
app-loader .loader-overlay .value,
.app-loader .loader-overlay .value {
  height: 4px;
}

app-root {
  display: flex;
  flex-direction: column;
}
app-root #content {
  flex: 1;
}

.stick-to-footer {
  margin-bottom: -4rem !important;
}

@media screen and (max-width: 1024px) {
  .cs-lg [class*=col-] + [class*=col-] {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 992px) {
  .cs-md [class*=col-] + [class*=col-] {
    margin-top: 2rem;
  }
}

.container {
  max-width: 1280px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 992px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container.wide {
  max-width: 1440px;
}
@media screen and (max-width: 992px) {
  .container.stick-to-sides {
    padding-left: 0;
    padding-right: 0;
  }
}
.container.narrow {
  max-width: calc(965px + 3rem * 2);
}
.container.narrower {
  max-width: 768px;
}
@media screen and (max-width: 1024px) {
  .container.cp-max-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .container.cp-max-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .container.cp-max-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .container.p-md-max-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-md-max-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1280px) {
  .p-md-max-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.tooltip {
  font-family: "Averta PE", sans-serif;
}
.tooltip .tooltip-inner {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  line-height: normal;
}

.nav.nav-tabs {
  border-bottom: 1px solid #EAEDEF;
}
@media screen and (min-width: 992px) {
  .nav.nav-tabs {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .nav.nav-tabs {
    flex-direction: column;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #EAEDEF;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  position: relative;
}
.nav.nav-tabs .nav-item .nav-link.active {
  color: #E2033B;
}
.nav.nav-tabs .nav-item .nav-link.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background-color: white;
}
.nav.nav-tabs .nav-item .nav-link:not(.active) {
  background-color: #EAEDEF;
  color: #5A595D;
}
.nav.nav-tabs .nav-item .nav-link:not(.active):hover {
  background-color: #dce1e4;
  border-color: #dce1e4;
}

.tab-content {
  border: 1px solid #EFEFEF;
  border-top-width: 0;
}

.form-control:focus {
  box-shadow: none;
}

.custom-control-label:before, .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.custom-control .custom-control-input:not(:checked).is-invalid ~ .custom-control-label:before, .custom-control .custom-control-input:not(:checked).ng-invalid ~ .custom-control-label:before {
  border-color: rgba(195, 15, 14, 0.6);
  background-color: rgba(195, 15, 14, 0.2);
}
.custom-control .custom-control-input:checked.is-invalid ~ .custom-control-label:before, .custom-control .custom-control-input:checked.ng-invalid ~ .custom-control-label:before {
  border-color: rgba(195, 15, 14, 0.6);
  background-color: #C30F0E;
}

.card.card-primary, .card.card-light {
  border: none;
}
.card.card-primary .card-header, .card.card-light .card-header {
  border-bottom: none;
}
.card.card-primary .card-header {
  background-color: #A81835;
  color: white;
}
.card.card-light .card-header {
  background-color: rgba(214, 219, 224, 0.8);
}

.custom-control .custom-control-input:not(:checked).is-invalid.ng-touched ~ .custom-control-label:before, .custom-control .custom-control-input:not(:checked).ng-invalid.ng-touched ~ .custom-control-label:before {
  border-color: rgba(195, 15, 14, 0.6);
  background-color: rgba(195, 15, 14, 0.2);
}
.custom-control .custom-control-input:checked.is-invalid.ng-touched ~ .custom-control-label:before, .custom-control .custom-control-input:checked.ng-invalid.ng-touched ~ .custom-control-label:before {
  border-color: rgba(195, 15, 14, 0.6);
  background-color: #C30F0E;
}

.form-section {
  margin-bottom: 3rem;
}

.control-label {
  font-weight: 600;
  color: #5A595D;
  font-size: 1.15rem;
}

.scrollGradient, .table-responsive-article-details {
  background: linear-gradient(white 33%, rgba(139, 120, 232, 0)), linear-gradient(rgba(139, 120, 232, 0), white 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 45px, 100% 45px, 100% 15px, 100% 15px;
  position: relative;
  z-index: 1000;
}

ul.c-square-bullet-list {
  padding-left: 1rem;
  font-size: 1.1rem;
  list-style: square;
}
ul.c-square-bullet-list ::marker {
  color: #E2033B;
  font-size: 1.1em;
}
ul.c-square-bullet-list li + li {
  margin-top: 0.4rem;
}

.c-toast {
  background-color: white;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 690px;
  display: flex;
  transform: translateX(125%);
  transition: transform 400ms ease-in-out;
}
@media screen and (max-width: 992px) {
  .c-toast {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.08);
  }
}
.c-toast.show {
  transform: translateX(0);
}
.c-toast .image img {
  object-fit: cover;
  height: 100%;
  width: 290px;
}
@media screen and (max-width: 992px) {
  .c-toast .image img {
    max-width: 30vw;
  }
}
.c-toast .text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .c-toast .text {
    padding: 1.2rem;
  }
}
.c-toast .text .title {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 992px) {
  .c-toast .text .title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-toast .text p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-toast .text p {
    line-height: 1.6rem;
  }
}
.c-toast .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.4rem;
  font-weight: 300;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .c-toast .close {
    font-size: 2.2rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}

.c-employees {
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .c-employees {
    flex-direction: column;
  }
}

.c-employee {
  flex: 1;
  display: flex;
  align-items: center;
}
.c-employee .image img {
  height: 110px;
}
.c-employee .details {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 2rem;
}
.c-employee .details li {
  opacity: 0.8;
  font-size: 1rem;
  line-height: 1.4;
}
.c-employee .details .title {
  font-weight: 600;
  font-size: 1.3rem;
  opacity: 1;
}

.c-shop-link {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-shop-link .left,
.c-shop-link .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.c-shop-link .links {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.c-shop-link .links .link {
  transition: transform 200ms ease-in-out;
  background-color: white;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-shop-link .links .link:hover {
  transform: scale(1.075);
}

section:not(.section-shop-links) .c-shop-link .title {
  display: none;
}
section:not(.section-shop-links) .c-shop-link .links .link {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
section:not(.section-shop-links) .c-shop-link .links .link:hover {
  transform: scale(1.075);
}
@media screen and (max-width: 992px) {
  section:not(.section-shop-links) .c-shop-link .links .link img {
    height: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  section:not(.section-shop-links) .c-shop-link .links .link img {
    height: 35px !important;
  }
}

.c-featured-page .container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-featured-page .container {
    flex-direction: column;
  }
  .c-featured-page .container .image img {
    max-height: 280px;
    object-position: 50% 10%;
  }
}
@media screen and (min-width: 1024px) {
  .c-featured-page .image {
    min-width: 50%;
  }
}
.c-featured-page .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-featured-page .content {
  background-color: #EAEDEF;
  padding: 3rem;
}
.c-featured-page .content .title {
  color: #E2033B;
}

.c-page-links .items .item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #EFEFEF;
  color: #5A595D;
}
.c-page-links .items .item .title {
  flex: 1;
  font-size: 1.6666rem;
  line-height: normal;
  font-weight: 600;
}
.c-page-links .items .item .icon {
  font-size: 2.5rem;
  line-height: normal;
}
.c-page-links .items .item:hover {
  color: #E2033B;
}

.c-customer-quotes {
  display: flex;
}
.c-customer-quotes .item {
  background-color: white;
  display: flex;
  transition: transform 250ms ease-in-out;
  align-items: center;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .c-customer-quotes .item {
    flex-direction: column;
    max-width: 100%;
    padding-top: 2.5rem;
  }
}
.c-customer-quotes .item .image {
  min-height: 267px;
  max-height: 267px;
  min-width: 267px;
  max-width: 267px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-customer-quotes .item .image {
    border-radius: 50%;
  }
}
.c-customer-quotes .item .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-customer-quotes .item .content {
  padding: 2.25rem 2.5rem;
  color: #818184;
}
.c-customer-quotes .item .content .quote {
  font-size: 2.33rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.1;
}
.c-customer-quotes .item .content .quote > * {
  display: inline;
}
.c-customer-quotes .item .content .quote .quote-close {
  text-align: left;
}
.c-customer-quotes .item .content .author {
  color: #E2033B;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .c-customer-quotes .item .content .quote {
    font-size: 2rem;
  }
}
.c-customer-quotes .item .content .link {
  display: block;
  margin-top: 0.8rem;
  color: inherit;
  font-size: 1.1rem;
  align-content: center;
  text-decoration: underline;
}
.c-customer-quotes .item + .item {
  margin-top: 2rem;
}

.c-circle-blocks .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -0.8rem;
}
.c-circle-blocks .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem;
  flex-grow: 1;
  min-width: 200px;
}
.c-circle-blocks .items .item .title {
  margin-bottom: 1.2rem;
}
.c-circle-blocks .items .item .image {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  overflow: hidden;
}
.c-circle-blocks .items .item .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-circle-blocks.links .items .item {
  transition: transform 300ms ease-in-out;
}
.c-circle-blocks.links .items .item:hover {
  transform: scale(1.05);
}

.partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-logo .logo {
  max-width: 400px;
  max-height: 240px;
}
@media screen and (max-width: 992px) {
  .partner-logo .logo {
    max-width: 250px;
  }
}

.img-settlement {
  height: 264px;
  object-fit: cover;
  width: 100%;
}

.attachments {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.8rem 0 0 0;
  padding: 0;
}
.attachments .attachment {
  display: flex;
  align-items: center;
}
.attachments .btn-delete {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.attachments .btn-delete:hover {
  opacity: 0.5;
}

.upload-field {
  border: 1px dashed #cccccc;
  text-align: center;
  transition: background-color 150ms ease-in-out;
}
.upload-field.upload-field-hover:hover {
  background-color: #e9ecef;
  cursor: pointer;
}
.upload-field.upload-field-lg {
  padding: 2rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3333333334rem;
}
.upload-field.upload-field-lg svg {
  margin-bottom: 0.5rem;
  height: 2rem;
  width: 2rem;
}
.upload-field.nv-file-over {
  background-color: #f2f2f2;
}

@media screen and (min-width: 1024px) {
  .page-links .items {
    display: flex;
    justify-content: center;
  }
}
.page-links .items .item {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
  max-width: calc(calc(965px + 3rem * 2) - (3rem * 2));
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.page-links .items .item .text {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #5A595D;
}
.page-links .items .item .icon {
  font-size: 1.6rem;
  color: #5A595D;
}
.page-links .items .item .arrow {
  font-size: 2.2rem;
  color: #E2033B;
}
.page-links .items .item > * + * {
  margin-left: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .page-links .items .item + .item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-links .items .item + .item {
    margin-top: 0.8rem;
  }
}
.page-links .items .item:hover {
  transform: scale(1.025);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.page-links .items .item:active {
  transition-duration: 50ms;
  transform: scale(1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.c-partners .items,
.c-brands .items {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 480px) {
  .c-partners .items,
  .c-brands .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-partners .items .item,
.c-brands .items .item {
  flex: 1;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all 200ms ease-in-out;
  cursor: pointer;
  height: 170px;
  padding: 3rem 2rem;
}
@media screen and (max-width: 992px) {
  .c-partners .items .item,
  .c-brands .items .item {
    padding: 2rem 4rem;
  }
}
.c-partners .items .item img,
.c-brands .items .item img {
  transition: all 200ms ease-in-out;
  opacity: 0.6;
  filter: grayscale(100%);
  max-width: 100%;
  height: 100px;
  min-width: 100px;
}
.c-partners .items .item:hover,
.c-brands .items .item:hover {
  transform: scale(1.025);
}
.c-partners .items .item:hover img,
.c-brands .items .item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.c-partners .items .item:active,
.c-brands .items .item:active {
  transform: scale(1);
  transition-duration: 50ms;
}

@media screen and (min-width: 1280px) {
  .c-brands {
    margin: 0 -3rem;
  }
  .c-brands [class*=col-] {
    padding: 0 3rem;
  }
}

.c-form-wrapper {
  background-color: #EAEDEF;
  padding: 2rem;
}

.c-search-field {
  position: relative;
}
.c-search-field .icon {
  height: 40px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #cccccc;
}
.c-search-field .icon svg {
  fill: #b3b3b3;
  height: 50%;
  width: 50%;
}
.c-search-field .form-control {
  flex: 1;
  height: 40px;
  line-height: 40px;
  background-color: rgba(214, 219, 224, 0.25);
  border: none;
  padding-left: 50px;
  padding-right: 1rem;
  font-size: 1.2rem;
}

.c-single .hero {
  height: 290px;
  margin-bottom: 0.8rem;
}
.c-single .hero img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-single .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.c-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
}
.c-socials .title {
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-align: center;
}
.c-socials .social-buttons {
  transform: scale(1.25);
}

.social-buttons {
  vertical-align: middle;
}
.social-buttons a {
  background-color: #E2033B;
  position: relative;
  height: 35px;
  width: 35px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 100ms ease-in-out;
}
.social-buttons a + a {
  margin-left: 0.625rem;
}
.social-buttons a i {
  font-size: 1.25rem;
  width: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  color: white;
}
.social-buttons a:hover, .social-buttons a:focus, .social-buttons a:active {
  transform: scale(1.1);
}
.social-buttons.light a {
  background-color: #D6DBE0;
  border-radius: 50%;
}
.social-buttons.light a i {
  color: #5A595D;
}

.c-cookie-bar {
  z-index: 9000;
  padding: 2.5rem 0;
  background-color: #818184;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .c-cookie-bar .wrapper {
    display: flex;
  }
  .c-cookie-bar .wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-cookie-bar .wrapper > * + * {
    margin-left: 2rem;
    padding-left: 2rem;
    position: relative;
  }
  .c-cookie-bar .wrapper > * + *:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.c-cookie-bar .wrapper .intro {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-cookie-bar .wrapper .toggles {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-cookie-bar .wrapper .toggles {
    padding-left: calc(2rem + (1rem * 1.3));
    padding-right: 1.3rem;
  }
  .c-cookie-bar .wrapper .toggles .custom-control {
    transform: scale(1.3);
    font-size: 0.9rem;
  }
  .c-cookie-bar .wrapper .toggles .custom-control + .custom-control {
    margin-top: 0.5rem;
  }
}
.c-cookie-bar .wrapper .actions .btn {
  width: 100%;
}
.c-cookie-bar .wrapper .actions .btn + .btn {
  margin-top: 0.5rem;
}
.c-cookie-bar .title {
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.c-cookie-bar p {
  font-size: 1.1rem;
}
.c-cookie-bar .more {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}
.c-cookie-bar .more .icon {
  font-size: 1.2rem;
  margin-left: 0.25rem;
  transition: transform 200ms ease-in-out;
}
.c-cookie-bar .more:hover {
  color: rgba(255, 255, 255, 0.75);
}
.c-cookie-bar .more.active .icon {
  transform: rotate(180deg);
}
.c-cookie-bar .collapse-more {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
  margin-top: 2rem;
}
.c-cookie-bar .collapse-more p {
  font-size: 1rem;
  margin-bottom: 0;
}

.c-large-form {
  max-width: 992px;
}

.c-page-intro {
  padding-top: 0.8rem;
}
.c-page-intro .c-breadcrumbs {
  margin-bottom: 0.5rem;
}
.c-page-intro .title {
  color: #E2033B;
  margin-bottom: 0.8rem;
}
.c-page-intro .intro {
  font-size: 1.2rem;
}

.c-settlement-card {
  border: 1px solid #EAEDEF;
  padding: 1.5rem 2rem;
  display: inline-block;
  min-width: 300px;
}
.c-settlement-card .title {
  display: flex;
  color: #5A595D;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.c-settlement-card .title .icon-marker {
  height: 2rem;
  fill: #5A595D;
  margin-right: 0.5rem;
}
.c-settlement-card ul.details {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #5A595D;
  font-size: 1.1rem;
}

.c-page-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #F3F5F6;
  padding: 2rem;
  text-align: center;
  position: relative;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.c-page-message .wrapper {
  max-width: 480px;
}
.c-page-message .title {
  text-transform: uppercase;
  color: #E2033B;
  margin-bottom: 0.5rem;
}
.c-page-message .text {
  color: #5A595D;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.c-page-message:before, .c-page-message:after {
  content: "";
  position: absolute;
  display: block;
  height: 6vw;
  width: 100%;
  background-color: #F3F5F6;
}
.c-page-message:before {
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 100% 0%, 0 0);
  left: 0;
  top: -6vw;
  transform: scaleY(-1);
}
.c-page-message:after {
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 100% 0%, 0 0);
  left: 0;
  bottom: -6vw;
  transform: scaleX(-1);
}

.section-title {
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.c-favorite {
  color: #818184;
  transition: transform 150ms ease-in-out;
  cursor: pointer;
  font-size: 1.2rem;
}
.c-favorite:active, .c-favorite.active {
  cursor: pointer;
  color: #A81835;
  font-weight: 600;
}
.c-favorite:hover {
  cursor: pointer;
  transform: scale(1.125);
}

ngb-accordion,
.c-accordion {
  display: block;
}
ngb-accordion .card .card-header,
ngb-accordion .card .header,
ngb-accordion .item .card-header,
ngb-accordion .item .header,
.c-accordion .card .card-header,
.c-accordion .card .header,
.c-accordion .item .card-header,
.c-accordion .item .header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.8rem 0;
}
ngb-accordion .card .card-header .title,
ngb-accordion .card .header .title,
ngb-accordion .item .card-header .title,
ngb-accordion .item .header .title,
.c-accordion .card .card-header .title,
.c-accordion .card .header .title,
.c-accordion .item .card-header .title,
.c-accordion .item .header .title {
  flex: 1;
  margin-bottom: 0;
  color: #5A595D;
  font-weight: 600;
}
ngb-accordion .card .card-header .icon,
ngb-accordion .card .header .icon,
ngb-accordion .item .card-header .icon,
ngb-accordion .item .header .icon,
.c-accordion .card .card-header .icon,
.c-accordion .card .header .icon,
.c-accordion .item .card-header .icon,
.c-accordion .item .header .icon {
  height: 1.5rem;
  width: 1.5rem;
}
ngb-accordion .card .card-header .icon-chevron,
ngb-accordion .card .header .icon-chevron,
ngb-accordion .item .card-header .icon-chevron,
ngb-accordion .item .header .icon-chevron,
.c-accordion .card .card-header .icon-chevron,
.c-accordion .card .header .icon-chevron,
.c-accordion .item .card-header .icon-chevron,
.c-accordion .item .header .icon-chevron {
  transition: transform 250ms ease-in-out;
  fill: #5A595D;
}
ngb-accordion .card .collapse,
ngb-accordion .card .body,
ngb-accordion .item .collapse,
ngb-accordion .item .body,
.c-accordion .card .collapse,
.c-accordion .card .body,
.c-accordion .item .collapse,
.c-accordion .item .body {
  padding-bottom: 2rem;
}
ngb-accordion .card .btn,
ngb-accordion .item .btn,
.c-accordion .card .btn,
.c-accordion .item .btn {
  height: auto;
  white-space: initial;
}
ngb-accordion .card .btn:not(.collapsed) .icon-chevron, ngb-accordion .card.active .header .icon-chevron,
ngb-accordion .item .btn:not(.collapsed) .icon-chevron,
ngb-accordion .item.active .header .icon-chevron,
.c-accordion .card .btn:not(.collapsed) .icon-chevron,
.c-accordion .card.active .header .icon-chevron,
.c-accordion .item .btn:not(.collapsed) .icon-chevron,
.c-accordion .item.active .header .icon-chevron {
  transform: rotate(180deg);
}
ngb-accordion .card + .card, ngb-accordion .card + .item,
ngb-accordion .item + .card,
ngb-accordion .item + .item,
.c-accordion .card + .card,
.c-accordion .card + .item,
.c-accordion .item + .card,
.c-accordion .item + .item {
  border-top: 1px solid #EFEFEF;
}
ngb-accordion .card:hover .btn.collapsed .icon, ngb-accordion .card:hover:not(.active) .header .icon,
ngb-accordion .item:hover .btn.collapsed .icon,
ngb-accordion .item:hover:not(.active) .header .icon,
.c-accordion .card:hover .btn.collapsed .icon,
.c-accordion .card:hover:not(.active) .header .icon,
.c-accordion .item:hover .btn.collapsed .icon,
.c-accordion .item:hover:not(.active) .header .icon {
  fill: #E2033B;
}
ngb-accordion .card:hover .btn.collapsed .title, ngb-accordion .card:hover:not(.active) .header .title,
ngb-accordion .item:hover .btn.collapsed .title,
ngb-accordion .item:hover:not(.active) .header .title,
.c-accordion .card:hover .btn.collapsed .title,
.c-accordion .card:hover:not(.active) .header .title,
.c-accordion .item:hover .btn.collapsed .title,
.c-accordion .item:hover:not(.active) .header .title {
  color: #E2033B;
}

ngb-accordion .card .card-header .btn {
  display: flex;
  padding: 0;
  width: 100%;
  text-transform: initial;
}
ngb-accordion .card .card-header .btn .title {
  text-align: left;
  padding-right: 0.8rem;
}
ngb-accordion .card .card-header .btn:focus {
  box-shadow: none;
  text-decoration: none;
}
ngb-accordion .card .card-body {
  padding: 0;
}

.c-entry-content {
  color: #5A595D;
}
.c-entry-content strong {
  font-weight: 700;
}
.c-entry-content ol {
  padding: 0;
  counter-reset: item;
}
.c-entry-content ol li {
  margin: 0;
  list-style-type: none;
  counter-increment: item;
}
.c-entry-content ol li:before {
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 600;
  text-align: right;
  content: counters(item, ".") ".";
}
.c-entry-content ol li h6 {
  display: inline;
}
.c-entry-content ol > li.sub:before {
  font-weight: 600;
}
.c-entry-content ol > li > ol > li > ol > li:before {
  content: counter(list-item, lower-alpha) ". ";
}
.c-entry-content ol,
.c-entry-content ul {
  padding-left: 0;
  margin-bottom: 2rem;
}
.c-entry-content ul {
  list-style: none;
}
.c-entry-content ul li {
  position: relative;
  padding-left: 1.4rem;
}
.c-entry-content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  font-size: 1.6rem;
  line-height: 1;
  color: #E2033B;
  margin-right: 0.5rem;
}
.c-entry-content h1 {
  margin-top: 2rem;
}
.c-entry-content h2 {
  margin-top: 2rem;
}
.c-entry-content h3 {
  margin-top: 2rem;
}
.c-entry-content h4 {
  margin-top: 2rem;
}
.c-entry-content h5 {
  margin-top: 2rem;
}
.c-entry-content h6 {
  margin-top: 2rem;
}

blockquote {
  border-left: 6px solid #ced4da;
  padding: 0.5rem 2rem;
  font-style: italic;
}
blockquote p {
  display: inline;
}
blockquote:before {
  opacity: 0.25;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.8rem;
  vertical-align: -0.4em;
}

.c-table {
  width: 100%;
}
.c-table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-table thead tr {
  background-color: #F3F5F6;
  color: #A81835;
  font-weight: 600;
}
.c-table thead tr th {
  text-align: center;
  padding: 0.4rem 0.8rem;
}
.c-table tbody tr td {
  color: #5A595D;
  border-top: 1px solid #F3F5F6;
  padding: 0.8rem 0.8rem;
}
.c-table tbody tr:nth-of-type(even) {
  background-color: #FCFCFD;
}
.c-table tbody tr:last-child td {
  border-bottom: 1px solid #F3F5F6;
}
.c-table.bordered td {
  border: 1px solid #EFEFEF;
}
.c-table.fixed {
  table-layout: fixed;
}
.c-table.hover tbody tr:hover {
  cursor: pointer;
  background-color: #F7F8F9;
}
.c-table.hover tbody tr:active {
  background-color: white;
}

.c-table-details {
  width: 100%;
}
.c-table-details td, .c-table-details th {
  padding: 0.5rem 1rem;
}
.c-table-details thead th {
  background-color: rgba(234, 237, 239, 0.875);
}
.c-table-details tbody tr:nth-of-type(odd) {
  background-color: #F7F8F9;
}
.c-table-details tbody td {
  color: #818184;
}
.c-table-details tbody td.value {
  color: #5A595D;
  font-weight: 600;
}
.c-table-details tbody td:first-child {
  padding-left: 1.6rem;
}
.c-table-details tbody td:last-child {
  padding-right: 1.6rem;
}
.c-table-details.article-details tbody tr td.label {
  width: 1px;
  max-width: 320px;
}
.c-table-details.article-details tbody tr td.label span {
  display: block;
}
.c-table-details.article-details tbody tr td:first-child {
  padding-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-table-details.article-details tbody tr td:first-child {
    padding-left: 2rem;
  }
}
.c-table-details.article-details tbody tr td:last-child {
  padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-table-details.article-details tbody tr td:last-child {
    padding-right: 2rem;
  }
}

.table-responsive-article-details {
  max-height: 400px;
}
.table-responsive-article-details table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}

.c-table-orders td {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .c-input-group-search {
    width: 300px;
  }
}

.c-results-per-page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-results-per-page select {
  margin-left: 0.5rem;
  width: 64px;
  padding-right: 0;
}

.c-actions-bar {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.c-actions-bar .results {
  color: #5A595D;
}
.c-actions-bar .buttons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.c-breadcrumbs {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.c-breadcrumbs li .text {
  color: #E2033B;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumbs li .text {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs li:before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml; utf8, <svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.46875 14.6687L6.17188 13.9656C6.3125 13.7898 6.3125 13.5437 6.13672 13.3679L3.32422 10.6257H15.4531C15.6641 10.6257 15.875 10.45 15.875 10.2039V9.21948C15.875 9.00854 15.6641 8.79761 15.4531 8.79761H3.32422L6.13672 6.09058C6.3125 5.91479 6.3125 5.6687 6.17188 5.49292L5.46875 4.78979C5.29297 4.64917 5.04688 4.64917 4.87109 4.78979L0.230469 9.43042C0.0898438 9.6062 0.0898438 9.85229 0.230469 10.0281L4.87109 14.6687C5.04688 14.8093 5.29297 14.8093 5.46875 14.6687Z" fill="%23E2033B"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 16px;
  margin: 0 0.5rem;
}
.c-breadcrumbs li:not(:last-child) .text {
  color: #5A595D;
  opacity: 0.6;
}
.c-breadcrumbs li:not(:last-child):hover .text {
  opacity: 1;
}
.c-breadcrumbs li:not(:last-child):active .text {
  opacity: 0.6;
}
.c-breadcrumbs li:first-child:before {
  display: none;
}

ngb-pagination ul,
.c-pagination {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ngb-pagination ul li a,
.c-pagination li a {
  color: #5A595D;
  background-color: #EAEDEF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  font-weight: 600;
}
ngb-pagination ul li a .icon,
.c-pagination li a .icon {
  fill: #5A595D;
  width: 0.9625rem;
  height: 0.9625rem;
}
ngb-pagination ul li + li,
.c-pagination li + li {
  margin-left: 0.4125rem;
}
ngb-pagination ul li:first-child .icon,
.c-pagination li:first-child .icon {
  transform: rotate(90deg);
}
ngb-pagination ul li:last-child .icon,
.c-pagination li:last-child .icon {
  transform: rotate(-90deg);
}
ngb-pagination ul li.disabled a, ngb-pagination ul li.active a,
.c-pagination li.disabled a,
.c-pagination li.active a {
  background-color: transparent;
  cursor: not-allowed;
}
ngb-pagination ul li:hover:not(.active):not(.disabled) a,
.c-pagination li:hover:not(.active):not(.disabled) a {
  background-color: #b9c2ca;
}

.c-stock {
  color: #5A595D;
}
.c-stock .icon {
  font-size: 0.85rem;
}
.c-stock.in .icon {
  color: #588F27;
}
.c-stock.out .icon {
  color: #C30F0E;
}
.c-stock.partially .icon {
  color: #FF8C00;
}

.c-action-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-action-control .hidden {
  transform: scale(0);
  height: 0;
  width: 0;
}
.c-action-control .show {
  transform: scale(1);
}
.c-action-control > * {
  transition: all 150ms ease-in-out;
}
.c-action-control button {
  background-color: transparent;
  border: none;
}
.c-action-control button svg {
  transition: transform 150ms ease-in-out;
  height: 1.7rem;
  width: 1.7rem;
}
.c-action-control button.add {
  margin-top: 0;
}
.c-action-control button.add svg {
  fill: #5A595D;
}
.c-action-control button.minus svg .line {
  fill: #5A595D;
}
.c-action-control button.minus svg .circle {
  fill: #EAEDEF;
}
.c-action-control button.clear svg {
  fill: none;
  stroke: #5A595D;
}
.c-action-control button:hover svg {
  transform: scale(1.1);
}
.c-action-control button:active svg {
  transform: scale(1);
  transition-duration: 50ms;
}
.c-action-control input {
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  text-align: center;
}
.c-action-control.horizontal {
  flex-direction: row;
}
.c-action-control.horizontal > *:not(.clear) {
  margin-left: 0.25rem;
}
.c-action-control:not(.horizontal) > * + * {
  margin-top: 0.5rem;
}

.c-article {
  font-size: 0.95rem;
  max-width: 100%;
  text-align: left;
}
.c-article .image {
  height: 100px;
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-article .image img {
  max-height: 100%;
  max-width: 100%;
}
.c-article .details {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c-article .details .c-article-name {
  color: #5A595D;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.3rem;
  margin-bottom: 0.125rem;
}
.c-article .details .sub {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .c-article .details .sub {
    align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  .c-article .details .sub {
    flex-direction: column;
  }
  .c-article .details .sub .sep {
    display: none;
  }
}
.c-article .details .id {
  color: rgba(90, 89, 93, 0.5);
}
.c-article .details .price-unit {
  font-weight: 600;
}
.c-article .details .btn-volume-discount {
  font-weight: 600;
  color: #A81835;
  cursor: pointer;
}
.c-article .details .personal-discount {
  font-weight: 600;
  color: #E2033B;
}
.c-article .amount-details {
  color: rgba(90, 89, 93, 0.5);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-article .amount-details strong {
  color: #5A595D;
}
.c-article .amount-details .price {
  color: #5A595D;
  font-size: 2rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-article .amount-details .price .cents {
  font-size: 1rem;
}

.c-article-name {
  text-align: left;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
  color: #5A595D;
  font-weight: 600;
  font-size: 1.15rem;
}
.c-article-name span {
  display: block;
  word-break: break-word;
  white-space: normal;
}

.items.grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
}
.items.grid .item {
  height: calc(100px + (2rem * 2) + (1.3rem * 3) + 0.8rem + 2px);
  cursor: pointer;
}
.items.grid .item .c-article {
  padding: 2rem;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.items.grid .item .c-article .details {
  margin-top: 0.8rem;
}
.items.grid .item:hover .c-article {
  border-color: #D6DBE0;
}

.stick-to-header {
  margin-top: -4rem;
}

.c-section-image-intro {
  padding: 0;
}
.c-section-image-intro img {
  object-fit: cover;
  height: 280px;
  width: 100%;
}

.c-section-title {
  background-color: #EAEDEF;
  color: #E2033B;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.triangles, .c-news-carousel .items .item .text .date {
  position: relative;
}
.triangles:after, .c-news-carousel .items .item .text .date:after {
  content: "";
  position: absolute;
  display: block;
  height: 6vw;
  width: 100%;
  background-color: #EAEDEF;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 100% 0%, 0 0);
  left: 0;
}
.triangles.br:after, .c-news-carousel .items .item .text .br.date:after {
  transform: rotate(180deg) scaleX(-1);
}
.triangles.tl:after, .c-news-carousel .items .item .text .date:after {
  transform: scaleX(-1);
}
.triangles.bottom, .c-news-carousel .items .item .text .date {
  margin-bottom: 6vw;
}
.triangles.bottom:after, .c-news-carousel .items .item .text .date:after {
  bottom: calc((6vw * -1) + 1px);
}
.triangles.top, .c-news-carousel .items .item .text .top.date {
  margin-top: 6vw;
}
.triangles.top:after, .c-news-carousel .items .item .text .top.date:after {
  top: calc((6vw * -1) + 1px);
}

.min-quantity {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.min-quantity .icon-min-quantity {
  font-size: 0.9rem;
  opacity: 0.4;
  color: #5A595D;
}

.cart-amount {
  display: flex;
  align-items: center;
}
.cart-amount input {
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.cart-amount input::-webkit-inner-spin-button, .cart-amount input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cart-amount .add,
.cart-amount .subtract {
  transition: all 125ms ease-in-out;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  min-height: 24px;
  min-width: 24px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transform: scale(1);
}
.cart-amount .add:hover,
.cart-amount .subtract:hover {
  transform: scale(1.1);
}
.cart-amount .add:active,
.cart-amount .subtract:active {
  transform: scale(1);
}
.cart-amount .subtract {
  color: #A81835;
  background-color: #D6DBE0;
}
.cart-amount .subtract:active {
  color: #A81835;
  background-color: #D6DBE0;
}
.cart-amount .add {
  background-color: #A81835;
  color: white;
}
.cart-amount .add:active {
  background-color: #A81835;
  color: white;
}

.confirmation-message {
  padding: 2rem 0;
}
.confirmation-message .intro {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  color: #A81835;
}
.confirmation-message .intro .icon {
  padding-right: 0.8rem;
  color: #28a745;
  font-size: 2.6666666668rem;
}
.confirmation-message .message {
  font-size: 1.3333333334rem;
  line-height: 1.5;
  color: #6c757d;
}
.confirmation-message .message p {
  margin-bottom: 2rem;
}
.confirmation-message .message a {
  text-decoration: underline;
  color: #A81835;
}
.confirmation-message .message .email {
  font-weight: 700;
  color: #212529;
}

.large-form {
  max-width: 992px;
}
.large-form .card-is-checked .custom-control label {
  transform: scale(1.125);
  transform-origin: left;
}
.large-form h2 {
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(168, 24, 53, 0.2);
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
}

.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-message {
  text-align: center;
  min-height: 40rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 414px !important;
  margin: 0 auto;
}
.page-message .title {
  font-size: 6rem;
  font-weight: 500;
  line-height: normal;
  color: #A81835;
}
.page-message .description {
  color: #A81835;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.page-message .instructions {
  margin-bottom: 2rem;
  color: rgba(90, 89, 93, 0.75);
}
.page-message .instructions a {
  color: #5A595D;
}

.table-header,
.table-footer {
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.table-header > *,
.table-footer > * {
  margin: 0.25rem;
}

@media screen and (min-width: 480px) {
  .table-header .right {
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .table-header .right {
    width: 100%;
  }
  .table-header .btn {
    width: 100%;
  }
}

.table-footer {
  display: flex;
  align-items: center;
}
.table-footer > * {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .table-footer > * {
    flex: 1;
  }
}
@media screen and (max-width: 992px) {
  .table-footer {
    flex-direction: column;
  }
}
.table-footer .col-results-summery {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .table-footer .col-number-of-results {
    justify-content: flex-end;
  }
}
.table-footer .col-number-of-results > * + * {
  margin-left: 0.8rem;
}
.table-footer .results-per-page {
  width: 64px;
}

.min-quantity {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.min-quantity .icon-min-quantity {
  font-size: 0.9rem;
  opacity: 0.6;
  color: #5A595D;
}

.input-group .btn.icon-only {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.input-group .input-group-append .btn.icon-only {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-prepend .btn.icon-only {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control.ng-invalid.ng-touched {
  background-color: #fab3b3 !important;
  border-color: #C30F0E !important;
}

.form-control-alt {
  background-color: rgba(214, 219, 224, 0.25);
  border-color: transparent;
}
.form-control-alt:focus {
  box-shadow: none;
  border-color: #e6e6e6;
}

.form-text,
.valid-feedback,
.invalid-feedback {
  font-size: 0.9rem;
  line-height: normal;
  margin-top: 0.5rem;
}

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

.mandatory {
  color: #C30F0E;
}

.custom-switch {
  transform: scale(1.25);
  transform-origin: left;
}

.page-title {
  color: #5A595D !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.page-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.page-title-container .actions {
  font-weight: 600;
}
.page-title-container .actions * + * {
  margin-left: 1.2rem;
}
.page-title-container .actions .btn {
  text-transform: initial;
}

.form-field .form-header {
  padding: 2.5rem;
  padding-bottom: 0;
  margin-bottom: -1px;
  font-size: 1.2rem;
}
.form-field .form-body {
  padding: 2.5rem;
}
.form-field .form-title {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.form-field .form-description {
  color: #6c757d;
  margin-bottom: 2rem;
}

.c-employees .items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 480px) {
  .c-employees .items {
    display: inline-flex;
    justify-content: center;
  }
}
.c-employees .items .item {
  flex-grow: 1;
  flex-basis: calc((480px - 100%) * 99);
  width: 480px;
  background-color: white;
  max-width: 100%;
  display: flex;
  border: 1px solid #EFEFEF;
}
@media screen and (max-width: 480px) {
  .c-employees .items .item {
    flex-direction: column;
    max-width: 280px;
  }
}
@media screen and (min-width: 480px) {
  .c-employees .items .item {
    align-items: center;
  }
}
.c-employees .items .item .photo {
  position: relative;
  height: 180px;
  min-height: 180px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .c-employees .items .item .photo {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .c-employees .items .item .photo {
    height: 270px;
    min-height: 270px;
  }
}
.c-employees .items .item .photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-employees .items .item .photo .overlay {
  transition: all 200ms ease-in-out;
  transform: scale(0) rotate(24deg);
  padding: 0.8rem;
  display: flex;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(168, 24, 53, 0.7);
  justify-content: center;
}
.c-employees .items .item .details {
  padding: 2rem;
  min-width: 0;
  max-width: 100%;
}
.c-employees .items .item .details a {
  color: #5A595D;
}
.c-employees .items .item .details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-employees .items .item .details .name {
  color: #E2033B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.125rem;
}
.c-employees .items .item .details .position {
  font-size: 1.2rem;
  font-weight: 600;
}
.c-employees .items .item .details .name,
.c-employees .items .item .details .position {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-employees .items .item:hover .photo .overlay {
  transform: scale(1) rotate(0deg);
}
.c-table-orders td {
  text-align: center;
}

.c-order {
  display: flex;
  text-align: left;
  align-items: center;
  white-space: nowrap;
}
.c-order .graphic {
  margin-right: 0.8rem;
}
.c-order .graphic .icon {
  font-size: 2rem;
}
.c-order .details {
  color: #5A595D;
}
.c-order .details .number {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.c-delivery-details {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.c-status {
  font-size: 1rem;
}
.c-status:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-right: 0.25rem;
}
.c-status.status-not-delivered:before {
  font-weight: 300;
  content: "\f017";
}
.c-status.status-partly-delivered:before {
  font-weight: 900;
  content: "\f058";
}
.c-status.status-delivered:before {
  font-weight: 900;
  content: "\f058";
  color: #588F27;
}

.c-order-details td {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.c-order-details td.value {
  font-weight: 600;
  padding-left: 2rem;
}

@media screen and (min-width: 1024px) {
  .c-content-panel .container {
    display: flex;
  }
  .c-content-panel .side {
    min-width: 300px;
    width: 320px;
  }
  .c-content-panel .main {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-content-panel .side {
    margin-bottom: 2rem;
  }
}

.c-content-navigator {
  top: calc(10.7rem + 9.36px + 2rem * 1.5);
  position: sticky;
}
.c-content-navigator .items .item {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  background-color: #FAFAFB;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
  color: #5A595D;
}
.c-content-navigator .items .item.active {
  background-color: #EAEDEF;
  color: #E2033B;
}
.c-content-navigator .items .item:hover {
  background-color: #EAEDEF;
}
.c-content-navigator .items .item:active {
  background-color: #FAFAFB;
  transition-duration: 50ms;
}
.c-content-navigator .items .item + .item {
  border-top: 1px solid #EFEFEF;
}
.c-content-navigator .items .item .text {
  flex: 1;
}
.c-content-navigator .items .item .icon {
  font-size: 1.8rem;
}

.c-news .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.c-news .header .form-group {
  margin-bottom: 0;
}
.c-news .body {
  margin-bottom: 4rem;
}
.c-news .footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c-news-items {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .c-news-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .c-news-items {
    grid-template-columns: 1fr;
  }
}
.c-news-items .item {
  max-width: 100%;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease-in-out;
}
.c-news-items .item .image {
  position: relative;
  padding-bottom: 100%;
}
.c-news-items .item .image img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-news-items .item .content {
  padding: 2.5rem;
  color: #5A595D;
}
.c-news-items .item .content .title {
  font-size: 2.33rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media (max-width: 1200px) {
  .c-news-items .item .content .title {
    font-size: calc(1.358rem + 1.296vw);
  }
}
.c-news-items .item .content .tags {
  margin-bottom: 0.75rem;
}
.c-news-items .item:hover {
  transform: scale(1.0125);
}

.c-date {
  font-size: 1.2rem;
  color: #818184;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.c-newsletter-subscription {
  max-width: 480px;
}

.section-start-buttons {
  background-color: #651F34;
  padding-top: 4rem;
}
.section-start-buttons .title {
  color: #E2033B;
  font-size: 2.3333333333rem;
  line-height: 1.1;
  margin-bottom: 3rem;
}

.c-start-buttons .items {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
.c-start-buttons .items .item {
  background-color: white;
  padding: 2rem;
  display: flex;
  width: calc(50% - 2rem);
  margin: 1rem;
  transition: transform 250ms ease-in-out;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .c-start-buttons .items .item {
    width: 100%;
  }
}
.c-start-buttons .items .item .details {
  flex: 1;
  min-width: 0;
}
.c-start-buttons .items .item .details .title {
  color: #A81835;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 480px) {
  .c-start-buttons .items .item .details .title {
    font-size: 1.45rem;
  }
}
.c-start-buttons .items .item .details a,
.c-start-buttons .items .item .details ul,
.c-start-buttons .items .item .details p {
  color: #5A595D;
  font-size: 1.3333333333rem;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .c-start-buttons .items .item .details a,
  .c-start-buttons .items .item .details ul,
  .c-start-buttons .items .item .details p {
    font-size: 1.15rem;
  }
}
.c-start-buttons .items .item .details ul.data {
  list-style: none;
  padding-left: 0;
}
.c-start-buttons .items .item .pennant {
  background-color: #EAEDEF;
  margin-left: 0.8rem;
  width: 120px;
  height: 162px;
  margin-top: -2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
}
.c-start-buttons .items .item .pennant:after {
  content: "";
  position: absolute;
  display: block;
  height: 1.25rem;
  width: 100%;
  background-color: white;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 100% 0%, 0 0);
  left: 0;
  bottom: -1px;
  transform: rotate(180deg) scaleX(-1);
}
.c-start-buttons .items .item .pennant .icon {
  fill: #A81835;
  max-height: 72px;
  height: 72px;
}
.c-start-buttons .items .item .pennant img {
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.c-start-buttons .items .item:hover {
  transform: scale(1.025);
}
.c-start-buttons .items .item:active {
  transition-duration: 100ms;
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .c-start-buttons .items .item {
    padding: 1.6rem;
  }
  .c-start-buttons .items .item .pennant {
    margin-top: -1.6rem;
    width: 96px;
    height: 129.6px;
  }
  .c-start-buttons .items .item .pennant .icon {
    max-height: 54px;
    max-width: 48px;
  }
}

.c-related-files {
  background-color: #FCFCFD;
}
.c-related-files .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-related-files .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-related-files .items:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #FCFCFD;
}
.c-related-files .items .item {
  display: flex;
  align-items: center;
  min-width: 0;
  border-bottom: 1px solid #F3F5F6;
  padding: 1rem 0;
  transition: transform 200ms ease-in-out;
}
.c-related-files .items .item > * + * {
  margin-left: 1.5rem;
}
.c-related-files .items .item:hover {
  transform: scale(1.025);
}
.c-related-files .items .item:active {
  transform: scale(1);
  transition-duration: 50ms;
}
.c-related-files .items .item .c-article-name {
  flex: 1;
  margin-bottom: 0;
  min-width: 0;
}
.c-related-files .items .item .c-article-name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-related-files .items .item .icon {
  font-size: 1.3333333334rem;
  color: #5A595D;
}

#map {
  width: 100%;
  height: 575px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1024px) {
  #map {
    top: 10.7rem;
    position: sticky;
  }
}
#map google-map {
  width: 100% !important;
  height: 575px !important;
}
#map google-map .map-container {
  width: 100% !important;
  height: 575px !important;
}

.c-settlements .accordion .card .card-header * {
  transition: all 200ms ease-in-out;
}
.c-settlements .accordion .card .card-header .icon-marker {
  margin-right: 0.5rem;
  fill: #5A595D;
}
.c-settlements .accordion .card .card-header .title {
  text-transform: capitalize;
}
.c-settlements .accordion .card .card-header .type {
  margin-right: 0.8rem;
}
.c-settlements .accordion .card .card-header button:not(.collapsed) .icon-marker {
  fill: #E2033B;
  height: 2rem;
}
.c-settlements .accordion .card .card-header button:not(.collapsed) .title {
  color: #E2033B;
  font-size: 2rem;
}
.c-settlements .accordion .card .card-header button:not(.collapsed) .badge {
  background-color: #E2033B;
  color: white;
}

.c-settlement-details {
  padding-left: 0;
  list-style: none;
  font-size: 1.1rem;
}
.c-settlement-details a {
  color: #5A595D;
}

.shortcuts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-column-gap: 2rem;
}
.shortcuts .shortcut {
  position: relative;
  border-radius: 0;
  background-color: #5A595D;
  padding: 2.4rem;
  display: flex;
  margin-bottom: 2rem;
}
.shortcuts .shortcut .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.shortcuts .shortcut .text .title {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.14rem;
  margin-bottom: 0.5rem;
}
.shortcuts .shortcut .text .description p {
  font-size: 1.14rem;
  font-weight: 300;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  line-height: 1.7rem;
  max-height: 4.59rem;
  margin-right: -1em;
  padding-right: 1em;
  word-break: break-all;
}
.shortcuts .shortcut .text .description p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: -0.2125rem;
}
.shortcuts .shortcut .text .description p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.425rem;
  background: #5A595D;
}
.shortcuts .shortcut .icon {
  padding-left: 0.8rem;
}
.shortcuts .shortcut .icon .circle {
  background-color: #D6DBE0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shortcuts .shortcut .icon .circle svg {
  width: 60px;
  height: 60px;
  fill: #A81835;
}
.shortcuts .shortcut:hover, .shortcuts .shortcut:focus, .shortcuts .shortcut:active {
  color: #A81835;
  background-color: #737277;
}
.shortcuts .shortcut:hover .text .description p, .shortcuts .shortcut:focus .text .description p, .shortcuts .shortcut:active .text .description p {
  overflow: hidden;
  position: relative;
  line-height: 1.7rem;
  max-height: 4.59rem;
  margin-right: -1em;
  padding-right: 1em;
  word-break: break-all;
}
.shortcuts .shortcut:hover .text .description p:before, .shortcuts .shortcut:focus .text .description p:before, .shortcuts .shortcut:active .text .description p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: -0.2125rem;
}
.shortcuts .shortcut:hover .text .description p:after, .shortcuts .shortcut:focus .text .description p:after, .shortcuts .shortcut:active .text .description p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.425rem;
  background: #737277;
}
.shortcuts .shortcut .ribbon {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 120px;
  height: 120px;
}
.shortcuts .shortcut .ribbon svg .ribbon {
  fill: #A81835;
}
.shortcuts .shortcut .ribbon svg .shadow {
  opacity: 0.25;
  mix-blend-mode: multiply;
}
.shortcuts .shortcut .ribbon .text {
  transform: rotate(45deg);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.28rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32%;
}
.shortcuts .shortcut .ribbon.-update svg .ribbon {
  fill: #A81835;
}
.shortcuts .shortcut .ribbon.-update svg .shadow {
  fill: #650e20;
}
.shortcuts .shortcut .ribbon.-update .text {
  color: white;
}
.shortcuts .shortcut .ribbon.-new svg .ribbon {
  fill: #A81835;
}
.shortcuts .shortcut .ribbon.-new svg .shadow {
  fill: #650e20;
}
.shortcuts .shortcut .ribbon.-new .text {
  color: white;
}
.shortcuts .shortcut .ribbon.-left {
  left: -5px;
  right: 0;
}
.shortcuts .shortcut .ribbon.-left svg {
  transform: rotate(270deg);
}
.shortcuts .shortcut .ribbon.-left.-update .text {
  transform: rotate(-45deg);
  right: inherit;
}
.shortcuts .shortcut .ribbon.-left.-new .text {
  transform: rotate(-45deg);
  right: inherit;
}

.c-snippet {
  display: flex;
  flex-direction: column;
}
.c-snippet .title {
  margin-bottom: 0.8rem;
}
.c-snippet p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.c-hero-carousel {
  overflow: hidden;
  margin-top: -4rem;
}
.c-hero-carousel .items .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c-hero-carousel .items .item img {
  max-width: 100%;
  object-fit: cover;
  min-height: 280px;
}

.c-related-links {
  background-color: #EAEDEF;
  padding-bottom: 2rem;
  z-index: 1;
  position: relative;
}
.c-related-links .items {
  transform: translateY(-4rem);
}
@media screen and (max-width: 992px) {
  .c-related-links .items .item [class*=col-] + [class*=col-] {
    margin-top: 2rem;
  }
}
.c-related-links .items .item .c-snippet {
  height: 100%;
  background-color: white;
  padding: 2rem;
}
.c-related-links .items .item .c-snippet .title {
  font-weight: 800;
}
.c-related-links .items .item .c-snippet p {
  flex: 1;
}

.c-assortiment-links,
.c-assortiment-links-alt {
  background-color: #EAEDEF;
  padding-bottom: 2rem;
}
.c-assortiment-links .items,
.c-assortiment-links-alt .items {
  margin-top: -3rem;
  justify-content: center;
}
.c-assortiment-links .items .item,
.c-assortiment-links-alt .items .item {
  margin-top: 3rem;
}
.c-assortiment-links .items .item .wrapper,
.c-assortiment-links-alt .items .item .wrapper {
  display: block;
  height: 100%;
}
.c-assortiment-links .items .item .title,
.c-assortiment-links-alt .items .item .title {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.c-assortiment-links .items .item {
  max-width: 16.6666666667%;
  min-width: 200px;
}
@media screen and (max-width: 480px) {
  .c-assortiment-links .items .item {
    min-width: 50%;
  }
}
.c-assortiment-links .items .item .wrapper {
  background-color: #E3013A;
}
.c-assortiment-links .items .item .title {
  margin-bottom: 0.8rem;
  padding: 0.8rem 0.8rem 0 0.8rem;
}
.c-assortiment-links .items .item .title .text {
  padding: 0.5rem 0;
  border-bottom: 1px solid white;
}
.c-assortiment-links .items .item .graphic img,
.c-assortiment-links .items .item .graphic svg {
  width: 100%;
  transition: all 200ms ease-in-out;
}
.c-assortiment-links .items .item:hover .graphic img,
.c-assortiment-links .items .item:hover .graphic svg {
  transform: scale(1.05);
}
.c-assortiment-links .items .item:active .graphic img,
.c-assortiment-links .items .item:active .graphic svg {
  transition-duration: 50ms;
  transform: scale(1);
}

.c-assortiment-links-alt .narrower {
  max-width: 880px;
}
.c-assortiment-links-alt .items {
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.c-assortiment-links-alt .items .item {
  padding: 0 0.8rem;
  width: 168px;
  min-width: 168px;
  height: 180px;
  transition: transform 250ms ease-in-out;
}
.c-assortiment-links-alt .items .item .wrapper {
  position: relative;
  background-color: white;
  overflow: hidden;
}
.c-assortiment-links-alt .items .item .title {
  background-color: #E3013A;
  position: relative;
  z-index: 1;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}
.c-assortiment-links-alt .items .item .title:after {
  content: "";
  position: absolute;
  display: block;
  height: 2rem;
  width: 100%;
  background-color: #E2033B;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 100% 0%, 0 0);
  left: 0;
  bottom: calc((2rem * -1) + 1px);
  transform: scaleY(-1) rotate(-180deg);
}
.c-assortiment-links-alt .items .item img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.c-assortiment-links-alt .items .item:hover {
  transform: scale(1.05);
}
.c-assortiment-links-alt .items .item:active {
  transform: scale(1);
}

.c-brands-carousel {
  position: relative;
  background-color: #EAEDEF;
  padding-top: 2rem;
}
.c-brands-carousel .items .item {
  transition: transform 200ms ease-in-out;
  display: flex;
  justify-content: center;
  min-height: 80px;
}
.c-brands-carousel .items .item .swiper-wrapper {
  align-items: center;
}
.c-brands-carousel .items .item img,
.c-brands-carousel .items .item svg {
  opacity: 0.4;
  filter: grayscale(1);
  align-self: center;
  justify-self: center;
  max-height: 4.75rem;
  max-width: 14rem;
}
.c-brands-carousel .items .item:hover {
  cursor: pointer;
  transform: scale(1.0125);
}
.c-brands-carousel .items .item:hover img,
.c-brands-carousel .items .item:hover svg {
  filter: grayscale(0);
  opacity: 1;
}

.c-featured-articles {
  padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
  .c-featured-articles .items .item {
    display: flex;
    align-items: center;
  }
  .c-featured-articles .items .item .c-snippet,
  .c-featured-articles .items .item .image {
    flex: 1;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-featured-articles .items .item .c-snippet {
    padding: 4rem;
  }
}
.c-featured-articles .items .item .c-snippet .title {
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .c-featured-articles .items .item .image {
    margin-top: 2rem;
  }
}
.c-featured-articles .items .item .image img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 992px) {
  .c-featured-articles .items .item .image img {
    height: 200px;
  }
}
.c-featured-articles .items .item:nth-of-type(even) .image {
  order: -1;
}
.c-featured-articles .items .item + .item {
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .c-featured-articles.partners .items .item:nth-of-type(odd) .c-snippet {
    padding: 2rem 4rem 2rem 0;
  }
  .c-featured-articles.partners .items .item:nth-of-type(even) .c-snippet {
    padding: 2rem 0 2rem 4rem;
  }
}

.c-news-carousel {
  padding: 4rem 0;
  overflow: hidden;
}
.c-news-carousel .items {
  overflow: hidden;
}
.c-news-carousel .items .item {
  display: flex;
}
.c-news-carousel .items .item .text,
.c-news-carousel .items .item .image {
  flex: 1;
  max-width: 50%;
}
.c-news-carousel .items .item .wrapper {
  padding: 0.8rem 1.5rem 1.5rem 1.5rem;
}
.c-news-carousel .items .item .text {
  background-color: #E2033B;
  color: white;
  position: relative;
}
.c-news-carousel .items .item .text .date {
  display: inline-block;
  background-color: #A81835;
  padding: 0.6rem 1.5rem 0.4rem 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1.1rem;
}
.c-news-carousel .items .item .text .date.triangles, .c-news-carousel .items .item .text .date {
  margin-bottom: 1.5rem;
}
.c-news-carousel .items .item .text .date.triangles:after, .c-news-carousel .items .item .text .date:after {
  bottom: -1.5rem;
  height: 1.5rem;
  background-color: #A81835;
}
.c-news-carousel .items .item .text .title {
  color: white;
  margin-bottom: 0.4rem;
  font-weight: 800;
  font-size: 1.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.c-news-carousel .items .item .text p {
  color: white;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.c-news-carousel .items .item .image {
  background-color: #A81835;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 50%;
}
.c-news-carousel .items .item .image img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-news-carousel .items .item:first-child {
  margin-left: 0;
}
.c-news-carousel .items .item:last-child {
  margin-right: 0;
}
.c-news-carousel .items .item:nth-of-type(even) .text {
  background-color: #F3F5F6;
}
.c-news-carousel .items .item:nth-of-type(even) .text .date {
  background: #EAEDEF;
  color: #A81835;
}
.c-news-carousel .items .item:nth-of-type(even) .text .date:after {
  background-color: #EAEDEF;
}
.c-news-carousel .items .item:nth-of-type(even) .text .title {
  color: #A81835;
}
.c-news-carousel .items .item:nth-of-type(even) .text p {
  color: #A81835;
}

.c-content {
  background-color: #EAEDEF;
}

.c-linktree {
  max-width: 480px;
  background-color: white;
  padding: 2rem;
}
.c-linktree section {
  padding: 1.2rem 0;
}
.c-linktree section.border-top {
  padding-top: 2rem;
  margin-top: 2rem;
}
.c-linktree .logo {
  width: 100px;
  margin-bottom: 2rem;
}
.c-linktree .section-title {
  color: #5A595D;
  text-align: center;
}
.c-linktree .links {
  display: flex;
  flex-direction: column;
}
.c-linktree .links .link {
  text-transform: uppercase;
  font-weight: 900;
}
.c-linktree .links .link + .link {
  margin-top: 0.5rem;
}
.c-linktree .btn {
  white-space: normal;
  height: auto;
  line-height: 1.1;
  min-height: 40px;
  text-align: center;
}
.c-linktree .btn-light {
  color: #5A595D;
}

.text-help {
  color: #7B458E;
}

gallery {
  background-color: rgba(0, 0, 0, 0.85);
}
gallery .image-description {
  position: absolute;
  text-align: center;
  bottom: 0;
  height: 3rem;
  padding: 0 2rem 0 2rem;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  max-width: inherit;
  width: 100%;
  white-space: nowrap;
  display: flex;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
gallery gallery-image {
  padding-bottom: 3rem;
}
gallery gallery-item:active .image-description, gallery gallery-item:focus .image-description, gallery gallery-item:hover .image-description {
  opacity: 1;
}
gallery gallery-thumbs {
  height: 140px !important;
}
gallery gallery-thumbs gallery-thumb + gallery-thumb {
  margin-left: 0.8rem;
}
gallery gallery-thumbs gallery-thumb gallery-image {
  padding-bottom: 2rem;
}
gallery gallery-thumbs gallery-thumb gallery-image .g-image-item {
  background-size: contain;
  background-color: white;
}

.swiper.swiper-container .swiper-pagination span.swiper-pagination-bullet {
  background-color: rgba(90, 89, 93, 0.5);
}
.swiper.swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5A595D;
}

.c-brands-carousel .swiper.swiper-container,
.c-news-carousel .swiper.swiper-container {
  padding-bottom: 72px;
}
.c-brands-carousel .swiper.swiper-container .swiper-pagination,
.c-news-carousel .swiper.swiper-container .swiper-pagination {
  height: 72px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-top-button {
  transition: all 200ms ease-in-out;
  height: initial !important;
  width: initial !important;
  padding: 0 !important;
  box-sizing: content-box;
  top: inherit !important;
  bottom: 136px !important;
  right: 55.675px !important;
  background-color: transparent !important;
  display: flex;
  align-items: center;
}
.go-top-button:after {
  content: "";
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51"><circle fill="%235A595D" cx="25.5" cy="25.5" r="25.5"/><path fill="white" d="M25.5,18.43,37.63,30.56l2.12-2.12L26.56,15.25a1.51,1.51,0,0,0-2.12,0L11.25,28.44l2.12,2.12Z"/></svg>');
  height: 2.2rem;
  width: 2.2rem;
  vertical-align: middle;
}
.go-top-button:hover {
  transform: scale(1.125);
}
.go-top-button:active {
  transform: scale(1.05);
}

#toast-container > .ngx-toastr,
#toast-container > .ngx-toastr:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-left: 55px;
}
#toast-container > .ngx-toastr.toast-success,
#toast-container > .ngx-toastr:hover.toast-success {
  background-color: #A81835;
}

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

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

body.filter-sidebar-show .c-assortment .side {
  transform: translateY(0) !important;
}

body.menu-search-open nav.hdr .search {
  transform: translateY(0) !important;
}
