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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.btn:not(:disabled, .disabled) {
  cursor: pointer;
}

p {
  font-size: 14px;
  line-height: 22px;
}

ul,
ol,
dl {
  font-size: 14px;
  padding-left: 0;
}

.page ul,
.page ol,
.page dl {
  padding-left: 25px;
}

li {
  margin-bottom: 7px;
}

input,
textarea {
  transform: translate3d(0, 0, 0);
}

input[type=number] {
  box-shadow: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: auto;
}

:focus {
  outline: none;
}

[type=button]:not(.adyen-checkout__applepay__button) {
  appearance: none !important;
}

:root {
  --blue: rgb(41, 151, 255);
  --red: rgb(199, 72, 55);
  --orange: rgb(197, 151, 78);
  --beige: rgb(223, 207, 202);
  --yellow: rgb(255, 255, 83);
  --green: rgb(81, 162, 81);
  --green-dark: rgb(89, 102, 94);
  --white: rgb(255, 255, 255);
  --gray: rgb(158, 158, 158);
  --gray-dark: rgb(97, 97, 97);
  --brown: rgb(131, 85, 58);
  --lavender: rgb(198, 193, 214);
  --primary: rgb(41, 151, 255);
  --secondary: rgb(158, 158, 158);
  --success: rgb(81, 162, 81);
  --info: rgb(33, 33, 33);
  --warning: rgb(197, 151, 78);
  --danger: rgb(199, 72, 55);
  --light: rgb(245, 245, 245);
  --dark: rgb(66, 66, 66);
  --black: rgb(33, 33, 33);
  --white: rgb(255, 255, 255);
  --beige: rgb(223, 207, 202);
  --green-light: rgb(220, 236, 226);
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 980px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1920px;
  --font-family-sans-serif: "Helvetica neue", helvetica, roboto, arial, sans-serif;
  --font-family-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
  --swiper-navigation-size: 25px;
}

*,
*::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(33, 33, 33, 0);
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: "Helvetica neue", helvetica, roboto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  color: rgb(33, 33, 33);
  text-align: left;
  background-color: rgb(255, 255, 255);
  touch-action: pan-y;
}

[tabindex="-1"]:focus {
  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: bold;
}

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: rgb(66, 66, 66);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(33, 33, 33);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-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: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.alert {
  position: relative;
  padding: 15px 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 46px;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px;
  color: inherit;
}

.alert-primary {
  color: #2997ff;
  background-color: #f6fbff;
  border-color: #b2daff;
}
.alert-primary hr {
  border-top-color: #99ceff;
}
.alert-primary .alert-link {
  color: #007ef5;
}

.alert-secondary {
  color: #9e9e9e;
  background-color: #fbfbfb;
  border-color: gainsboro;
}
.alert-secondary hr {
  border-top-color: #cfcfcf;
}
.alert-secondary .alert-link {
  color: #858585;
}

.alert-success {
  color: #51a251;
  background-color: #f8fbf8;
  border-color: #c0dec0;
}
.alert-success hr {
  border-top-color: #afd5af;
}
.alert-success .alert-link {
  color: #408040;
}

.alert-info {
  color: #212121;
  background-color: #f6f6f6;
  border-color: #afafaf;
}
.alert-info hr {
  border-top-color: #a2a2a2;
}
.alert-info .alert-link {
  color: #080808;
}

.alert-warning {
  color: #c5974e;
  background-color: #fdfbf8;
  border-color: #eadabf;
}
.alert-warning hr {
  border-top-color: #e4cfac;
}
.alert-warning .alert-link {
  color: #a97d37;
}

.alert-danger {
  color: #c74837;
  background-color: #fdf8f7;
  border-color: #ebbdb7;
}
.alert-danger hr {
  border-top-color: #e5aba3;
}
.alert-danger .alert-link {
  color: #9f3a2c;
}

.alert-light {
  color: whitesmoke;
  background-color: white;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: gainsboro;
}

.alert-dark {
  color: #424242;
  background-color: #f7f7f7;
  border-color: #bbbbbb;
}
.alert-dark hr {
  border-top-color: #aeaeae;
}
.alert-dark .alert-link {
  color: #292929;
}

.alert-black {
  color: #212121;
  background-color: #f6f6f6;
  border-color: #afafaf;
}
.alert-black hr {
  border-top-color: #a2a2a2;
}
.alert-black .alert-link {
  color: #080808;
}

.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #e6e6e6;
}

.alert-beige {
  color: #dfcfca;
  background-color: #fefdfd;
  border-color: #f3eeec;
}
.alert-beige hr {
  border-top-color: #e9e0dc;
}
.alert-beige .alert-link {
  color: #ccb2aa;
}

.alert-green-light {
  color: #dcece2;
  background-color: #fefefe;
  border-color: #f2f8f5;
}
.alert-green-light hr {
  border-top-color: #e1efe8;
}
.alert-green-light .alert-link {
  color: #bbdac7;
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: rgb(33, 33, 33);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 14px 15px;
  font-size: 1rem;
  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: rgb(33, 33, 33);
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: rgb(41, 151, 255);
  border-color: rgb(41, 151, 255);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0384ff;
  border-color: #007ef5;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(73, 167, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgb(41, 151, 255);
  border-color: rgb(41, 151, 255);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007ef5;
  border-color: #0077e8;
}
.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 rgba(73, 167, 255, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #858585;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(139, 140, 140, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #858585;
  border-color: #7e7e7e;
}
.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 rgba(139, 140, 140, 0.5);
}

.btn-success {
  color: #fff;
  background-color: rgb(81, 162, 81);
  border-color: rgb(81, 162, 81);
}
.btn-success:hover {
  color: #fff;
  background-color: #448944;
  border-color: #408040;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(107, 176, 107, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: rgb(81, 162, 81);
  border-color: rgb(81, 162, 81);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #408040;
  border-color: #3c783c;
}
.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 rgba(107, 176, 107, 0.5);
}

.btn-info {
  color: #fff;
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-info:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #010101;
}
.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 rgba(66, 66, 66, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: rgb(197, 151, 78);
  border-color: rgb(197, 151, 78);
}
.btn-warning:hover {
  color: #fff;
  background-color: #b2843a;
  border-color: #a97d37;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(172, 134, 72, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: rgb(197, 151, 78);
  border-color: rgb(197, 151, 78);
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a97d37;
  border-color: #9f7634;
}
.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 rgba(172, 134, 72, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.btn-danger:hover {
  color: #fff;
  background-color: #a93d2f;
  border-color: #9f3a2c;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(207, 99, 85, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9f3a2c;
  border-color: #953629;
}
.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 rgba(207, 99, 85, 0.5);
}

.btn-light {
  color: #212529;
  background-color: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(213, 214, 214, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.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 rgba(213, 214, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: rgb(66, 66, 66);
  border-color: rgb(66, 66, 66);
}
.btn-dark:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #292929;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: rgb(66, 66, 66);
  border-color: rgb(66, 66, 66);
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #222222;
}
.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 rgba(94, 94, 94, 0.5);
}

.btn-black {
  color: #fff;
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-black:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #010101;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}

.btn-white {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.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 rgba(222, 222, 223, 0.5);
}

.btn-beige {
  color: #212529;
  background-color: rgb(223, 207, 202);
  border-color: rgb(223, 207, 202);
}
.btn-beige:hover {
  color: #212529;
  background-color: #d1b9b2;
  border-color: #ccb2aa;
}
.btn-beige:focus, .btn-beige.focus {
  box-shadow: 0 0 0 0 rgba(195, 182, 178, 0.5);
}
.btn-beige.disabled, .btn-beige:disabled {
  color: #212529;
  background-color: rgb(223, 207, 202);
  border-color: rgb(223, 207, 202);
}
.btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active, .show > .btn-beige.dropdown-toggle {
  color: #212529;
  background-color: #ccb2aa;
  border-color: #c7aba2;
}
.btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(195, 182, 178, 0.5);
}

.btn-green-light {
  color: #212529;
  background-color: rgb(220, 236, 226);
  border-color: rgb(220, 236, 226);
}
.btn-green-light:hover {
  color: #212529;
  background-color: #c3dfcd;
  border-color: #bbdac7;
}
.btn-green-light:focus, .btn-green-light.focus {
  box-shadow: 0 0 0 0 rgba(192, 206, 198, 0.5);
}
.btn-green-light.disabled, .btn-green-light:disabled {
  color: #212529;
  background-color: rgb(220, 236, 226);
  border-color: rgb(220, 236, 226);
}
.btn-green-light:not(:disabled):not(.disabled):active, .btn-green-light:not(:disabled):not(.disabled).active, .show > .btn-green-light.dropdown-toggle {
  color: #212529;
  background-color: #bbdac7;
  border-color: #b3d6c0;
}
.btn-green-light:not(:disabled):not(.disabled):active:focus, .btn-green-light:not(:disabled):not(.disabled).active:focus, .show > .btn-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(192, 206, 198, 0.5);
}

.btn-outline-primary {
  color: rgb(41, 151, 255);
  border-color: rgb(41, 151, 255);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(41, 151, 255);
  border-color: rgb(41, 151, 255);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(41, 151, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(41, 151, 255);
  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: rgb(41, 151, 255);
  border-color: rgb(41, 151, 255);
}
.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 rgba(41, 151, 255, 0.5);
}

.btn-outline-secondary {
  color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: rgb(158, 158, 158);
  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: #212529;
  background-color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}
.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 rgba(158, 158, 158, 0.5);
}

.btn-outline-success {
  color: rgb(81, 162, 81);
  border-color: rgb(81, 162, 81);
}
.btn-outline-success:hover {
  color: #fff;
  background-color: rgb(81, 162, 81);
  border-color: rgb(81, 162, 81);
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(81, 162, 81, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: rgb(81, 162, 81);
  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: rgb(81, 162, 81);
  border-color: rgb(81, 162, 81);
}
.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 rgba(81, 162, 81, 0.5);
}

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

.btn-outline-warning {
  color: rgb(197, 151, 78);
  border-color: rgb(197, 151, 78);
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: rgb(197, 151, 78);
  border-color: rgb(197, 151, 78);
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(197, 151, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: rgb(197, 151, 78);
  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: rgb(197, 151, 78);
  border-color: rgb(197, 151, 78);
}
.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 rgba(197, 151, 78, 0.5);
}

.btn-outline-danger {
  color: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(199, 72, 55, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: rgb(199, 72, 55);
  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: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.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 rgba(199, 72, 55, 0.5);
}

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

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

.btn-outline-black {
  color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-outline-black:hover {
  color: #fff;
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: rgb(33, 33, 33);
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.5);
}

.btn-outline-white {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-outline-white:hover {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-beige {
  color: rgb(223, 207, 202);
  border-color: rgb(223, 207, 202);
}
.btn-outline-beige:hover {
  color: #212529;
  background-color: rgb(223, 207, 202);
  border-color: rgb(223, 207, 202);
}
.btn-outline-beige:focus, .btn-outline-beige.focus {
  box-shadow: 0 0 0 0 rgba(223, 207, 202, 0.5);
}
.btn-outline-beige.disabled, .btn-outline-beige:disabled {
  color: rgb(223, 207, 202);
  background-color: transparent;
}
.btn-outline-beige:not(:disabled):not(.disabled):active, .btn-outline-beige:not(:disabled):not(.disabled).active, .show > .btn-outline-beige.dropdown-toggle {
  color: #212529;
  background-color: rgb(223, 207, 202);
  border-color: rgb(223, 207, 202);
}
.btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(223, 207, 202, 0.5);
}

.btn-outline-green-light {
  color: rgb(220, 236, 226);
  border-color: rgb(220, 236, 226);
}
.btn-outline-green-light:hover {
  color: #212529;
  background-color: rgb(220, 236, 226);
  border-color: rgb(220, 236, 226);
}
.btn-outline-green-light:focus, .btn-outline-green-light.focus {
  box-shadow: 0 0 0 0 rgba(220, 236, 226, 0.5);
}
.btn-outline-green-light.disabled, .btn-outline-green-light:disabled {
  color: rgb(220, 236, 226);
  background-color: transparent;
}
.btn-outline-green-light:not(:disabled):not(.disabled):active, .btn-outline-green-light:not(:disabled):not(.disabled).active, .show > .btn-outline-green-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(220, 236, 226);
  border-color: rgb(220, 236, 226);
}
.btn-outline-green-light:not(:disabled):not(.disabled):active:focus, .btn-outline-green-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 236, 226, 0.5);
}

.btn-link {
  font-weight: 400;
  color: rgb(66, 66, 66);
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(33, 33, 33);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 20px 15px;
  font-size: 1rem;
  line-height: 20px;
  border-radius: 0;
}

.btn-sm {
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 20px;
  border-radius: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.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 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  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: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 980px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.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;
}
.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: 10px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: rgb(245, 245, 245);
}
.dropdown-item.active, .dropdown-item:active {
  color: rgb(33, 33, 33);
  text-decoration: none;
  background-color: rgb(245, 245, 245);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 10px 20px;
  color: #212529;
}

.c-dropdown__menu .top-brands, .c-product-filter__popup .top-brands {
  font-weight: bold;
  margin-left: 1em;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  color: rgb(33, 33, 33);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(33, 33, 33);
  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: rgb(33, 33, 33);
  outline: 0;
  box-shadow: inset 0 0 0 1px rgb(33, 33, 33);
}
.form-control::placeholder {
  color: rgb(158, 158, 158);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: rgb(33, 33, 33);
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 20px;
  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: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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 {
  color: rgb(117, 117, 117);
}

.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: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.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: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .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;
  }
}

.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%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-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: 10px 15px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  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: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
}

.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: rgb(41, 151, 255) !important;
}

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

.bg-secondary {
  background-color: rgb(158, 158, 158) !important;
}

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

.bg-success {
  background-color: rgb(81, 162, 81) !important;
}

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

.bg-info {
  background-color: rgb(33, 33, 33) !important;
}

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

.bg-warning {
  background-color: rgb(197, 151, 78) !important;
}

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

.bg-danger {
  background-color: rgb(199, 72, 55) !important;
}

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

.bg-light {
  background-color: rgb(245, 245, 245) !important;
}

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

.bg-dark {
  background-color: rgb(66, 66, 66) !important;
}

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

.bg-black {
  background-color: rgb(33, 33, 33) !important;
}

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

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

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

.bg-beige {
  background-color: rgb(223, 207, 202) !important;
}

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

.bg-green-light {
  background-color: rgb(220, 236, 226) !important;
}

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

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-horzeClub {
  background-color: #F4DAD7 !important;
}

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

.bg-overlay {
  position: relative;
}
.bg-overlay:after {
  background: rgba(0, 0, 0, 0.04);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}

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

.bg-gray-white {
  background-color: #F5F5F5;
}

.bg-red-cta {
  background-color: #b40000;
}

.border {
  border: 1px solid rgb(224, 224, 224) !important;
}

.border-top {
  border-top: 1px solid rgb(224, 224, 224) !important;
}

.border-right {
  border-right: 1px solid rgb(224, 224, 224) !important;
}

.border-bottom {
  border-bottom: 1px solid rgb(224, 224, 224) !important;
}

.border-left {
  border-left: 1px solid rgb(224, 224, 224) !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: rgb(41, 151, 255) !important;
}

.border-secondary {
  border-color: rgb(158, 158, 158) !important;
}

.border-success {
  border-color: rgb(81, 162, 81) !important;
}

.border-info {
  border-color: rgb(33, 33, 33) !important;
}

.border-warning {
  border-color: rgb(197, 151, 78) !important;
}

.border-danger {
  border-color: rgb(199, 72, 55) !important;
}

.border-light {
  border-color: rgb(245, 245, 245) !important;
}

.border-dark {
  border-color: rgb(66, 66, 66) !important;
}

.border-black {
  border-color: rgb(33, 33, 33) !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !important;
}

.border-beige {
  border-color: rgb(223, 207, 202) !important;
}

.border-green-light {
  border-color: rgb(220, 236, 226) !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !important;
}

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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: 768px) {
  .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: 980px) {
  .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: 1200px) {
  .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: 1920px) {
  .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.8571428571%;
}

.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: 768px) {
  .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: 980px) {
  .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: 1200px) {
  .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: 1920px) {
  .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: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 980px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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;
  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;
}

@media (min-width: 768px) {
  .h-sm-2 {
    height: 2.5rem;
    line-height: line-height-baserem;
  }
}

.w-fit {
  max-width: fit-content;
}

.mw-176 {
  max-width: 11rem; /* 176px */
}

.mw-250 {
  max-width: 15.625rem;
}

@media (min-width: 768px) {
  .mw-sm-full {
    max-width: 100%;
  }
  .mw-sm-250 {
    max-width: 15.625rem;
  }
}
.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);
}

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

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

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

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

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

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

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

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

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

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

.m-15 {
  margin: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-60 {
  margin: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-15 {
  padding: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-60 {
  padding: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n15 {
  margin: -15px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

.m-n60 {
  margin: -60px !important;
}

.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -60px !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: 768px) {
  .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-5 {
    margin: 5px !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 5px !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
.my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
.my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
.mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
.mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
.my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
.mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
.mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
.my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
.mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
.mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
.my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
.mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
.mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
.my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
.mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
.mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
.my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
.mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
.mx-sm-60 {
    margin-left: 60px !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-5 {
    padding: 5px !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 5px !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
.py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
.px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
.px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
.py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
.px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
.px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
.py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
.px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
.px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
.py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
.px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
.px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
.py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
.px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
.px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
.py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
.px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
.px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
.py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
.px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
.px-sm-60 {
    padding-left: 60px !important;
  }
  .m-sm-n5 {
    margin: -5px !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -5px !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -5px !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -5px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -10px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -15px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -20px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -40px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -50px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -60px !important;
  }
  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -60px !important;
  }
  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -60px !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: 980px) {
  .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-5 {
    margin: 5px !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 5px !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
.my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
.mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
.my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
.mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
.my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
.mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
.my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
.mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
.my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
.mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
.my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
.mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
.my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
.mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
.my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
.mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
.my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
.mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
.my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
.mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
.my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
.mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
.my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
.mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
.my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
.mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
.my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
.mx-md-60 {
    margin-left: 60px !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-5 {
    padding: 5px !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 5px !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
.py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
.px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
.py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
.px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
.py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
.px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
.py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
.px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
.py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
.px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
.py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
.px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
.py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
.px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
.py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
.px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
.py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
.px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
.py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
.px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
.py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
.px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
.py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
.px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
.py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
.px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
.py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
.px-md-60 {
    padding-left: 60px !important;
  }
  .m-md-n5 {
    margin: -5px !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -5px !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -5px !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -5px !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -5px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .mt-md-n10,
.my-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -10px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .mt-md-n15,
.my-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15,
.mx-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15,
.mx-md-n15 {
    margin-left: -15px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .mt-md-n20,
.my-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20,
.mx-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20,
.mx-md-n20 {
    margin-left: -20px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
.my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
.mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
.mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .mt-md-n40,
.my-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40,
.mx-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40,
.mx-md-n40 {
    margin-left: -40px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .mt-md-n50,
.my-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50,
.mx-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50,
.mx-md-n50 {
    margin-left: -50px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .mt-md-n60,
.my-md-n60 {
    margin-top: -60px !important;
  }
  .mr-md-n60,
.mx-md-n60 {
    margin-right: -60px !important;
  }
  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -60px !important;
  }
  .ml-md-n60,
.mx-md-n60 {
    margin-left: -60px !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: 1200px) {
  .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-5 {
    margin: 5px !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 5px !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
.my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
.my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
.mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
.mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
.my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
.mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
.mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
.my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
.mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
.mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
.my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
.mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
.mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
.my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
.mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
.mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
.my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
.mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
.mx-lg-60 {
    margin-left: 60px !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-5 {
    padding: 5px !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 5px !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
.py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
.px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
.px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
.py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
.px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
.px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
.py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
.px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
.px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
.py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
.px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
.px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
.py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
.px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
.px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
.py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
.px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
.px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
.py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
.px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
.px-lg-60 {
    padding-left: 60px !important;
  }
  .m-lg-n5 {
    margin: -5px !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -5px !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -5px !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -5px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -10px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -15px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -20px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -40px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -50px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -60px !important;
  }
  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -60px !important;
  }
  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -60px !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: 1920px) {
  .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-5 {
    margin: 5px !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 5px !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
.my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
.my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
.mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
.mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
.my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
.mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
.mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
.my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
.mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
.mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
.my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
.mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
.mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
.my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
.mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
.mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
.my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
.mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
.mx-xl-60 {
    margin-left: 60px !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-5 {
    padding: 5px !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 5px !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
.py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
.px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
.px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
.py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
.px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
.px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
.py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
.px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
.px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
.py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
.px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
.px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
.py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
.px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
.px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
.py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
.px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
.px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
.py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
.px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
.px-xl-60 {
    padding-left: 60px !important;
  }
  .m-xl-n5 {
    margin: -5px !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -5px !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -5px !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -5px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -10px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -15px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -20px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -40px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -50px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -60px !important;
  }
  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -60px !important;
  }
  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -60px !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;
  }
}
.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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 980px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .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: bold !important;
}

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

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-primary {
  color: rgb(41, 151, 255) !important;
}

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

.text-secondary {
  color: rgb(158, 158, 158) !important;
}

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

.text-success {
  color: rgb(81, 162, 81) !important;
}

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

.text-info {
  color: rgb(33, 33, 33) !important;
}

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

.text-warning {
  color: rgb(197, 151, 78) !important;
}

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

.text-danger {
  color: rgb(199, 72, 55) !important;
}

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

.text-light {
  color: rgb(245, 245, 245) !important;
}

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

.text-dark {
  color: rgb(66, 66, 66) !important;
}

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

.text-black {
  color: rgb(33, 33, 33) !important;
}

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

.text-white {
  color: rgb(255, 255, 255) !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-beige {
  color: rgb(223, 207, 202) !important;
}

a.text-beige:hover, a.text-beige:focus {
  color: #ccb2aa !important;
}

.text-green-light {
  color: rgb(220, 236, 226) !important;
}

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

.text-body {
  color: rgb(33, 33, 33) !important;
}

.text-muted {
  color: rgb(117, 117, 117) !important;
}

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

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

.text-deep-black {
  color: #000;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-40 {
  opacity: 0.4;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.25;
}

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

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

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1rem;
}

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

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

.lead {
  font-size: 1.25rem;
  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);
}

hr.lessmargin {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

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: 5px;
  font-size: 1.25rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  color: rgb(189, 189, 189);
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: rgb(189, 189, 189);
}

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

.media-body {
  flex: 1;
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75%;
  }
}
.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-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.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.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

@media (max-width: 979.98px) {
  .modal-dialog.size-chart-v2.fixed-bottom {
    position: fixed;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
  }
}

@media (max-width: 979.98px) {
  .modal-dialog.size-chart-v2.scrollable {
    top: 20%;
    overflow-y: initial;
  }
}
@media (max-width: 979.98px) {
  .modal-dialog.size-chart-v2.scrollable .modal-content {
    height: 80vh;
    overflow-y: auto;
  }
}

.modal-dialog-scrollable {
  display: flex;
  max-height: 100%;
}
.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
  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: 100%;
}
.modal-dialog-centered::before {
  display: block;
  height: 100vh;
  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: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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 #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: 100%;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100vh;
  }
  .modal-dialog-centered {
    min-height: 100%;
  }
  .modal-dialog-centered::before {
    height: 100vh;
  }
  .modal-sm {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 930px;
  }
}
@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.close {
  float: right;
  font-size: 1rem;
  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;
  appearance: none;
}

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

.table {
  width: 100%;
  margin-bottom: 5px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3e2ff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #90c9ff;
}

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

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

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c1c1c1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8c8c8c;
}

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

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

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

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

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

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

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

.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: #9d9d9d;
}

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #c1c1c1;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #8c8c8c;
}

.table-hover .table-black:hover {
  background-color: #b4b4b4;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b4b4b4;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-beige,
.table-beige > th,
.table-beige > td {
  background-color: #f6f2f0;
}
.table-beige th,
.table-beige td,
.table-beige thead th,
.table-beige tbody + tbody {
  border-color: #eee6e3;
}

.table-hover .table-beige:hover {
  background-color: #ece4e0;
}
.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
  background-color: #ece4e0;
}

.table-green-light,
.table-green-light > th,
.table-green-light > td {
  background-color: #f5faf7;
}
.table-green-light th,
.table-green-light td,
.table-green-light thead th,
.table-green-light tbody + tbody {
  border-color: #edf5f0;
}

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

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

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

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

.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: 767.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: 979.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: 1199.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: 1919.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;
}

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

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

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

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/*
	See https://docs.google.com/spreadsheets/d/1lnJNcJWeKUeS0NO36DSjejOvsrlcoF8zSVn8TXwuh7k/edit#gid=94408338
	For a list of all icons extracted from FA Pro
*/
[class^=fa-], [class*=" fa-"] {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-down:before {
  content: "\ea01";
}

.fa-arrow-left:before {
  content: "\ea02";
}

.fa-arrow-right:before {
  content: "\ea03";
}

.fa-bag:before {
  content: "\ea04";
}

.fa-ban:before {
  content: "\ea05";
}

.fa-bars:before {
  content: "\ea06";
}

.fa-bolt:before {
  content: "\ea07";
}

.fa-box-open:before {
  content: "\ea08";
}

.fa-caret-right:before {
  content: "\ea09";
}

.fa-chat:before {
  content: "\ea0a";
}

.fa-check:before {
  content: "\ea0b";
}

.fa-chevron-down:before {
  content: "\ea0c";
}

.fa-chevron-left:before {
  content: "\ea0d";
}

.fa-chevron-right:before {
  content: "\ea0e";
}

.fa-chevron-up:before {
  content: "\ea0f";
}

.fa-cookie-bite:before {
  content: "\ea10";
}

.fa-credit-card:before {
  content: "\ea11";
}

.fa-custom-search:before {
  content: "\ea12";
}

.fa-custom-user:before {
  content: "\ea13";
}

.fa-edit:before {
  content: "\ea14";
}

.fa-ellipsis-v:before {
  content: "\ea15";
}

.fa-envelope:before {
  content: "\ea16";
}

.fa-eye-slash:before {
  content: "\ea17";
}

.fa-eye:before {
  content: "\ea18";
}

.fa-faq:before {
  content: "\ea19";
}

.fa-gift:before {
  content: "\ea1a";
}

.fa-globe:before {
  content: "\ea1b";
}

.fa-heart:before {
  content: "\ea1c";
}

.fa-home:before {
  content: "\ea1d";
}

.fa-info-circle:before {
  content: "\ea1e";
}

.fa-mail:before {
  content: "\ea1f";
}

.fa-minus:before {
  content: "\ea20";
}

.fa-percent:before {
  content: "\ea21";
}

.fa-plane:before {
  content: "\ea22";
}

.fa-plus:before {
  content: "\ea23";
}

.fa-question-circle:before {
  content: "\ea24";
}

.fa-return:before {
  content: "\ea25";
}

.fa-rocket:before {
  content: "\ea26";
}

.fa-search:before {
  content: "\ea27";
}

.fa-shopping-cart:before {
  content: "\ea28";
}

.fa-sign-in-alt:before {
  content: "\ea29";
}

.fa-sign-out:before {
  content: "\ea2a";
}

.fa-sliders-h:before {
  content: "\ea2b";
}

.fa-spinner-third:before {
  content: "\ea2c";
}

.fa-star:before {
  content: "\ea2d";
}

.fa-tag:before {
  content: "\ea2e";
}

.fa-times:before {
  content: "\ea2f";
}

.fa-truck-narrow:before {
  content: "\ea30";
}

.fa-user:before {
  content: "\ea31";
}

.fa-warehouse-alt:before {
  content: "\ea32";
}

.fa-wishlist:before {
  content: "\ea33";
}

[class^=fa-], [class*=" fa-"] {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-double-down:before {
  content: "徐";
}

.fa-angle-double-left:before {
  content: "徑";
}

.fa-angle-double-right:before {
  content: "徒";
}

.fa-angle-double-up:before {
  content: "従";
}

.fa-angle-down:before {
  content: "徔";
}

.fa-angle-left:before {
  content: "徕";
}

.fa-angle-right:before {
  content: "徖";
}

.fa-angle-up:before {
  content: "得";
}

.fa-arrow-alt-circle-down:before {
  content: "徘";
}

.fa-arrow-alt-circle-left:before {
  content: "徙";
}

.fa-arrow-alt-circle-right:before {
  content: "徚";
}

.fa-arrow-alt-circle-up:before {
  content: "徛";
}

.fa-arrow-to-bottom:before {
  content: "徜";
}

.fa-assortment:before {
  content: "徝";
}

.fa-border-outer:before {
  content: "從";
}

.fa-box-alt:before {
  content: "徟";
}

.fa-box-check:before {
  content: "徠";
}

.fa-box:before {
  content: "御";
}

.fa-calendar:before {
  content: "徢";
}

.fa-camera-retro:before {
  content: "徣";
}

.fa-caret-circle-down:before {
  content: "徤";
}

.fa-caret-circle-left:before {
  content: "徥";
}

.fa-caret-circle-right:before {
  content: "徦";
}

.fa-caret-circle-up:before {
  content: "徧";
}

.fa-caret-down:before {
  content: "徨";
}

.fa-caret-left:before {
  content: "復";
}

.fa-caret-up:before {
  content: "循";
}

.fa-cart-arrow-down:before {
  content: "徫";
}

.fa-cart-plus:before {
  content: "徬";
}

.fa-chart-line:before {
  content: "徭";
}

.fa-check-circle-solid:before {
  content: "微";
}

.fa-check-circle:before {
  content: "徯";
}

.fa-check-solid:before {
  content: "徰";
}

.fa-check-square:before {
  content: "徱";
}

.fa-chevron-circle-down:before {
  content: "徲";
}

.fa-chevron-circle-left:before {
  content: "徳";
}

.fa-chevron-circle-right:before {
  content: "徴";
}

.fa-chevron-circle-up:before {
  content: "徵";
}

.fa-chevron-double-down:before {
  content: "徶";
}

.fa-chevron-double-left:before {
  content: "德";
}

.fa-chevron-double-right:before {
  content: "徸";
}

.fa-chevron-double-up:before {
  content: "徹";
}

.fa-circle:before {
  content: "徺";
}

.fa-clock:before {
  content: "徻";
}

.fa-cog:before {
  content: "徼";
}

.fa-comment:before {
  content: "徽";
}

.fa-comments:before {
  content: "徾";
}

.fa-copy:before {
  content: "徿";
}

.fa-customerservice:before {
  content: "忀";
}

.fa-dot-circle:before {
  content: "忁";
}

.fa-exclamation-circle:before {
  content: "忂";
}

.fa-exclamation-triangle:before {
  content: "心";
}

.fa-exclamation:before {
  content: "忄";
}

.fa-facebook-f:before {
  content: "必";
}

.fa-facebook-square:before {
  content: "忆";
}

.fa-facebook:before {
  content: "忇";
}

.fa-file-times:before {
  content: "忈";
}

.fa-film:before {
  content: "忉";
}

.fa-fire-promo:before {
  content: "忊";
}

.fa-fire-solid:before {
  content: "忋";
}

.fa-fire:before {
  content: "忌";
}

.fa-google-plus-g:before {
  content: "忍";
}

.fa-google-plus-square:before {
  content: "忎";
}

.fa-google-plus:before {
  content: "忏";
}

.fa-heart-full:before {
  content: "忐";
}

.fa-heart-loyalty:before {
  content: "忑";
}

.fa-hourglass-half:before {
  content: "忒";
}

.fa-instagram:before {
  content: "忓";
}

.fa-key:before {
  content: "忔";
}

.fa-list-ul:before {
  content: "忕";
}

.fa-list:before {
  content: "忖";
}

.fa-lock-alt:before {
  content: "志";
}

.fa-lock-open-alt:before {
  content: "忘";
}

.fa-lock-open:before {
  content: "忙";
}

.fa-lock:before {
  content: "忚";
}

.fa-map-marker-alt:before {
  content: "忛";
}

.fa-map-marker:before {
  content: "応";
}

.fa-medal:before {
  content: "忝";
}

.fa-minus-circle:before {
  content: "忞";
}

.fa-mobile:before {
  content: "忟";
}

.fa-money-bill-alt:before {
  content: "忠";
}

.fa-money-bill:before {
  content: "忡";
}

.fa-needle:before {
  content: "忢";
}

.fa-pause-solid:before {
  content: "忣";
}

.fa-payment:before {
  content: "忤";
}

.fa-pencil:before {
  content: "忥";
}

.fa-phone-square:before {
  content: "忦";
}

.fa-phone:before {
  content: "忧";
}

.fa-pinterest-p:before {
  content: "忨";
}

.fa-pinterest-square:before {
  content: "忩";
}

.fa-pinterest:before {
  content: "忪";
}

.fa-play-circle-solid:before {
  content: "快";
}

.fa-play-circle:before {
  content: "忬";
}

.fa-play-solid:before {
  content: "忭";
}

.fa-play:before {
  content: "忮";
}

.fa-plus-circle:before {
  content: "忯";
}

.fa-podcast:before {
  content: "忰";
}

.fa-print:before {
  content: "忱";
}

.fa-question-square:before {
  content: "忲";
}

.fa-question:before {
  content: "忳";
}

.fa-receipt:before {
  content: "忴";
}

.fa-repeat:before {
  content: "念";
}

.fa-reply:before {
  content: "忶";
}

.fa-return-box:before {
  content: "忷";
}

.fa-ruble-sign:before {
  content: "忸";
}

.fa-ruler-combined:before {
  content: "忹";
}

.fa-ruler-horizontal:before {
  content: "忺";
}

.fa-ruler-vertical:before {
  content: "忻";
}

.fa-ruler:before {
  content: "忼";
}

.fa-shipping-fast:before {
  content: "忽";
}

.fa-shipping-timed:before {
  content: "忾";
}

.fa-shipping-truck:before {
  content: "忿";
}

.fa-shipping:before {
  content: "怀";
}

.fa-sign-in:before {
  content: "态";
}

.fa-sign-out-alt:before {
  content: "怂";
}

.fa-snowflake:before {
  content: "怃";
}

.fa-spinner:before {
  content: "怄";
}

.fa-square:before {
  content: "怅";
}

.fa-star-half-solid:before {
  content: "怆";
}

.fa-star-half:before {
  content: "怇";
}

.fa-star-solid:before {
  content: "怈";
}

.fa-stars:before {
  content: "怉";
}

.fa-table:before {
  content: "怊";
}

.fa-tags:before {
  content: "怋";
}

.fa-th-large-solid:before {
  content: "怌";
}

.fa-th-large:before {
  content: "怍";
}

.fa-th-list:before {
  content: "怎";
}

.fa-th:before {
  content: "怏";
}

.fa-times-circle:before {
  content: "怐";
}

.fa-trash-alt:before {
  content: "怑";
}

.fa-trend:before {
  content: "怒";
}

.fa-trophy:before {
  content: "怓";
}

.fa-truck-loading:before {
  content: "怔";
}

.fa-truck:before {
  content: "怕";
}

.fa-trustpilot:before {
  content: "怖";
}

.fa-twitter-square:before {
  content: "怗";
}

.fa-twitter:before {
  content: "怘";
}

.fa-undo-alt:before {
  content: "怙";
}

.fa-undo:before {
  content: "怚";
}

.fa-user-plus:before {
  content: "怛";
}

.fa-user:before {
  content: "怜";
}

.fa-users:before {
  content: "思";
}

.fa-vk:before {
  content: "怞";
}

.fa-volume-mute:before {
  content: "怟";
}

.fa-volume-slash:before {
  content: "怠";
}

.fa-volume:before {
  content: "怡";
}

.fa-youtube-square:before {
  content: "怢";
}

.fa-youtube:before {
  content: "怣";
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  vertical-align: -0.2em;
}

.fa-fh {
  line-height: 1.25;
}

.alert-error {
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(33, 33, 33);
  background-color: rgb(243, 208, 203);
  border: none;
  font-size: 14px;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  transition: max-height 0.3s, margin-bottom 0.3s;
}
.invalid .alert-error, .alert-error.invalid, .show-error .alert-error, .alert-error.show-error {
  max-height: 200px;
  margin-bottom: 10px;
}

.c-background-image--service-page {
  background: rgb(238, 238, 238) url(../images/bg-login.jpg) 50% bottom no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .c-background-image--service-page {
    background: none;
  }
}
.c-background-image--error-page {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-background-image--error-page {
    background: rgb(238, 238, 238) url(../images/bg-404-desktop.jpg) no-repeat;
    background-position: 30%;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .c-background-image--error-page {
    background: rgb(238, 238, 238) url(../images/bg-404-mobile.jpg) no-repeat;
    background-size: cover;
  }
}

.c-bottom-notification {
  position: fixed;
  bottom: 0;
  z-index: 2147483650;
  width: 100%;
  background-color: rgb(245, 245, 245);
  transition: transform 0.3s;
  transform: translateY(100%);
  border-top: 1px solid rgb(224, 224, 224);
}
.c-bottom-notification.in {
  transform: translateY(0%);
}
.c-bottom-notification__close-button {
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 10px;
  transform: translateY(-50%);
}

.c-brand-section {
  transition: background-color 0.7s;
}
.c-brand-section.highlighted {
  background-color: rgb(254, 252, 232) !important;
}
.c-brand-section__letter {
  padding-top: 10px;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-brand-section__letter {
    font-size: 35px;
  }
}
.c-brand-section__column {
  column-count: 0;
  flex: auto;
}
@media (min-width: 768px) {
  .c-brand-section__column {
    column-count: 3;
  }
}
.c-brand-section__column-item {
  list-style: none;
}
.c-brand-section__nav {
  color: rgb(189, 189, 189) !important;
  pointer-events: none;
}

.btn-light, .btn-light:focus, .btn-light:hover {
  border-color: rgb(66, 66, 66);
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-ghost {
  border: 1px solid rgb(33, 33, 33);
}
.btn-ghost:hover {
  box-shadow: inset 0 0 0 1px rgb(33, 33, 33);
}
.btn-ghost.disabled {
  background: rgb(245, 245, 245);
  border-color: rgb(189, 189, 189);
  color: rgb(117, 117, 117);
  pointer-events: none;
  opacity: 1;
}
.btn-ghost.disabled div::after {
  content: none;
}

.btn-horzeClub {
  border: 1px solid #f4dad7;
  background-color: #f4dad7;
}
.btn-horzeClub:hover {
  box-shadow: inset 0 0 0 1px #f4dad7;
  border: 1px solid #f4dad7;
}

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

@media (min-width: 980px) {
  .btn-black:hover {
    background-color: rgb(66, 66, 66);
    border-color: rgb(66, 66, 66);
  }
}
.btn-loading-text,
.btn-success-text {
  display: none;
}

.btn-loading .btn-loading-text {
  display: block;
}
.btn-loading .btn-loading-text img {
  height: 20px;
  display: inline-block;
}
.btn-loading .btn-original-text {
  display: none;
}

.btn-success .btn-success-text {
  display: block;
}
.btn-success .btn-original-text {
  display: none;
}

.c-collapse-icon--chevron::before {
  content: "\ea0f";
}
.collapsed .c-collapse-icon--chevron::before {
  content: "\ea0c";
}

.c-collapse-icon--plus::before {
  content: "\ea20";
}
.collapsed .c-collapse-icon--plus::before {
  content: "\ea23";
}

.c-contact-link {
  display: flex;
  padding: 10px 20px;
  font-size: 16px;
  align-items: center;
  border-width: 1px;
  border-style: solid;
}
.c-contact-link__icon {
  font-size: 20px;
}
.c-contact-link__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 15px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.c-contact-link__cta-icon {
  margin-left: 10px;
  font-size: 18px;
}

.c-copy-btn {
  position: relative;
}
.copied .c-copy-btn__original {
  visibility: hidden;
}
.c-copy-btn__success {
  position: absolute;
  visibility: hidden;
  margin-top: -1px;
}
.c-copy-btn__success:not(.animate-check) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-copy-btn__success.animate-check {
  top: 0;
  left: 0;
}
.copied .c-copy-btn__success {
  visibility: visible;
}
.copied .c-copy-btn__success.animate-check {
  animation: btnPulse 0.5s;
}

@keyframes btnPulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.c-custom-field {
  position: relative;
  width: 100%;
}
.c-custom-field--shrink {
  display: inline-block;
  width: auto;
}
.c-custom-field__placeholder {
  position: absolute;
  left: 15px;
  top: 0;
  pointer-events: none;
  font-size: 14px;
  color: rgb(117, 117, 117);
  line-height: 46px;
  transform-origin: left;
  transition: transform 0.3s;
}
.c-custom-field__error {
  color: rgb(199, 72, 55);
  font-size: 11px;
  line-height: 20px;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s;
}
.c-custom-field.invalid .c-custom-field__error {
  max-height: 40px;
}
.invalid .c-custom-field input, .c-custom-field.invalid input {
  padding-right: 35px;
}
.invalid .c-custom-field::after, .c-custom-field.invalid::after {
  content: "忂";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 46px;
  color: rgb(199, 72, 55);
  pointer-events: none;
}
.c-custom-field--no-icon.valid::after, .c-custom-field--no-icon.invalid::after {
  display: none;
}
.c-custom-field--no-placeholder .c-custom-field__input {
  padding: 10px 40px 10px 15px !important;
}
.c-custom-field--no-icon .c-custom-field__input {
  padding-right: 15px !important;
}
.c-custom-field__input:focus ~ .c-custom-field__placeholder, .c-custom-field.not-empty .c-custom-field__input ~ .c-custom-field__placeholder {
  transform: translateY(-25%) scale(0.7, 0.7);
}
.c-custom-field__code-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  margin-bottom: 3px;
}
.invalid .c-custom-field__code-wrapper::after {
  content: "忂";
  padding: 9px 15px;
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  color: rgb(199, 72, 55);
}
.c-custom-field__code-wrapper:focus-within {
  border: 1px solid rgb(66, 66, 66);
}
.invalid .c-custom-field__code-wrapper:focus-within {
  border: 1px solid rgb(199, 72, 55);
}
.c-custom-field__code-input {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.c-custom-field__code-input[type=number], .c-custom-field__code-input[type=text] {
  border: 1px solid rgb(158, 158, 158);
  box-shadow: none;
}
.invalid .c-custom-field__code-input[type=number], .invalid .c-custom-field__code-input[type=text] {
  border: 1px solid rgb(199, 72, 55);
}
.c-custom-field__code-input[type=number]:focus, .c-custom-field__code-input[type=text]:focus {
  border: 1px solid rgb(66, 66, 66);
  box-shadow: none;
}
.invalid .c-custom-field__code-input[type=number]:focus, .invalid .c-custom-field__code-input[type=text]:focus {
  border: 1px solid rgb(199, 72, 55);
}
.c-custom-field__code-spinner {
  display: none;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  background-color: rgb(189, 189, 189);
}
.waiting .c-custom-field__code-spinner {
  display: block;
}
.c-custom-field__code-button {
  width: 100%;
  border: none;
  background-color: rgb(189, 189, 189);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 15px;
}
@media (min-width: 768px) {
  .c-custom-field__code-button {
    padding: 10px 15px;
  }
}
.c-custom-field__code-button:hover {
  background-color: rgb(66, 66, 66);
  color: rgb(255, 255, 255);
}
.c-custom-field__code-button--add {
  display: block;
}
.invalid .c-custom-field__code-button--add {
  display: none;
}
.waiting .c-custom-field__code-button--add {
  display: none;
}
.c-custom-field__code-button--remove {
  text-transform: capitalize;
  display: none;
}
.invalid .c-custom-field__code-button--remove {
  display: block;
}
.c-custom-field__code-button--spinner {
  text-align: center;
  display: none;
}
.waiting .c-custom-field__code-button--spinner {
  display: block;
}

.custom-select {
  appearance: none;
  border-color: rgb(33, 33, 33);
  cursor: pointer;
  line-height: 20px;
  padding: 14px 15px;
  width: 100%;
}
.custom-select--invalid {
  border-color: rgb(199, 72, 55);
}
.custom-select-sm {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
}
.custom-select option {
  color: rgb(33, 33, 33);
  padding: 5px;
}
.custom-select option:disabled {
  color: rgb(158, 158, 158);
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper::after {
  content: "\ea0c";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-select-wrapper.invalid::after {
  color: rgb(199, 72, 55);
}
.custom-select-wrapper--right-btn select {
  padding-right: calc(15px + 2.75rem);
}
.custom-select-wrapper--right-btn::before {
  content: "";
  position: absolute;
  right: 2.75rem;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background: rgb(33, 33, 33);
}
.custom-select-wrapper--right-btn.invalid::before {
  background: rgb(199, 72, 55);
}

@media (min-width: 768px) {
  .form-address {
    width: 390px;
  }
}

.c-dropdown {
  position: relative;
}
.dropdown.show .c-dropdown {
  transition: border-color 0.15s ease-in-out;
  box-shadow: inset 0 0 0 1px rgb(33, 33, 33);
}
.c-dropdown__group {
  position: relative;
  display: flex;
}
.c-dropdown__text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.c-dropdown__text::after {
  margin-left: 12px;
  margin-right: 10px;
  padding-left: 10px;
  content: "\ea0c";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.dropdown.show .c-dropdown__text::after {
  content: "\ea0f";
}
.dropdown.show .c-dropdown__text::before {
  background-color: rgb(255, 255, 255);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 1px;
  position: absolute;
  right: 1px;
  z-index: 1010;
}
.c-dropdown.disabled .c-dropdown__text::after {
  content: none;
}
.c-dropdown__menu {
  width: 100%;
  font-size: 16px;
  border: 2px solid rgb(66, 66, 66);
  margin-top: -3px;
  overflow-y: auto;
  max-height: 25vh;
}
.c-dropdown__menu--fixed {
  min-width: 250px;
  max-height: 400px;
  overflow-y: hidden;
}
.c-dropdown__menu-item-checkbox::after {
  text-align: right;
  float: right;
  content: "怅";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.c-dropdown__menu-item-checkbox.selected::after {
  text-align: right;
  float: right;
  content: "徱";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.c-dropdown__menu-item-check.selected::after {
  text-align: right;
  float: right;
  content: "\ea0b";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.c-dropdown__menu-body {
  padding-top: 15px;
  overflow-y: auto;
  max-height: 220px;
}
.c-dropdown__menu-footer {
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgb(224, 224, 224);
}
.c-dropdown__header {
  padding: 10px;
  background-color: #e9ecef;
  font-size: 12px;
  font-weight: 300;
}
.c-dropdown__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-faq__heading {
  position: relative;
  font-weight: bold;
  background: rgb(245, 245, 245);
  color: rgb(0, 0, 0);
  border-top: 1px solid rgb(224, 224, 224);
}
.c-faq__heading:hover,
.c-faq__heading h2,
.c-faq__heading h3 {
  text-decoration: none;
}
.c-faq__heading::after {
  content: "\ea0f";
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  margin-bottom: -10px;
  font-size: 18px;
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
@media (min-width: 980px) {
  .c-faq__heading::after {
    right: 25px;
  }
}
.c-faq__heading.collapsed::after {
  content: "\ea0c";
}
.c-faq__inner {
  border-top: 1px dashed rgb(224, 224, 224);
  padding: 15px 40px 15px 65px;
}
.c-faq__inner p {
  font-weight: 300;
}
.c-faq__link {
  text-decoration: underline;
}
.c-faq__link:hover {
  color: rgb(33, 33, 33) !important;
  text-decoration: underline !important;
}
.c-faq__link-icon {
  font-size: 10px;
  vertical-align: middle;
}
.c-faq__hrzTab ul {
  width: 100% !important;
  padding-left: 0 !important;
}
.c-faq__hrzTab .nav-tabs {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.c-faq__hrzTab .nav-tabs li {
  position: relative;
  width: 16.666%;
  text-align: center;
  border-left: 1px solid rgb(224, 224, 224);
  box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
}
@media (max-width: 767.98px) {
  .c-faq__hrzTab .nav-tabs li {
    width: 33.3%;
    border-top: 1px solid rgb(224, 224, 224);
    border-right: 1px solid rgb(224, 224, 224);
  }
}
.c-faq__hrzTab .nav-tabs li a {
  display: table;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .c-faq__hrzTab .nav-tabs li a {
    padding-left: 0 !important;
  }
}
.c-faq__hrzTab .nav-tabs li a:hover {
  background: rgb(245, 245, 245);
  text-decoration: none;
}
.c-faq__hrzTab .nav-tabs li a.active {
  background: rgb(224, 224, 224) !important;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.c-faq__hrzTab .nav-tabs li a.active::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-style: solid;
  border-width: 0 11px 15px;
  border-color: transparent transparent rgb(224, 224, 224) transparent;
}
@media (max-width: 767.98px) {
  .c-faq__hrzTab .nav-tabs li a.active::before {
    content: none;
  }
}
.c-faq__hrzTab .nav-tabs li a.active::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 0 10px 13px;
  border-color: transparent transparent rgb(255, 255, 255) transparent;
  margin-left: -11px;
}
@media (max-width: 767.98px) {
  .c-faq__hrzTab .nav-tabs li a.active::after {
    content: none;
  }
}
.c-faq__hrzTab .nav-tabs li > a:hover {
  color: rgb(97, 97, 97);
  background: rgb(245, 245, 245);
}
.c-faq__hrzTab .nav-tabs li .tab-icon {
  width: 100%;
  display: table-row;
}
.c-faq__hrzTab .nav-tabs li .tab-icon i {
  font-size: 26px;
  line-height: 40px;
}
.c-faq__hrzTab .nav-tabs li .tab-title {
  width: 100%;
  display: table-row;
}
@media (max-width: 1199.98px) {
  .c-faq__hrzTab .nav-tabs li .tab-title {
    font-size: 85%;
  }
}
@media (max-width: 979.98px) {
  .c-faq__hrzTab .nav-tabs li .tab-title {
    font-size: 70%;
  }
}
@media (max-width: 767.98px) {
  .c-faq__hrzTab .nav-tabs li .tab-title {
    font-size: 65%;
  }
}
.c-faq__hrzTab .nav-tabs li:first-child {
  border-left: 0;
}
@media (max-width: 767.98px) {
  .c-faq__hrzTab .nav-tabs li:first-child {
    border-left: 1px solid rgb(224, 224, 224);
  }
}
.c-faq__hrzTab .tab-content h4 {
  color: rgb(97, 97, 97);
}
.c-faq .accordion-group a:not(.accordion-toggle) {
  text-decoration: underline;
}

.invalid .form-control {
  border-color: rgb(199, 72, 55);
}
.invalid .form-control:focus {
  box-shadow: inset 0 0 0 1px rgb(199, 72, 55);
}
.form-control-soft {
  border-color: rgb(189, 189, 189);
}
.form-control-soft:focus, .invalid .form-control-soft:focus {
  box-shadow: none;
}
.form-control[type=password]:not(:placeholder-shown) {
  letter-spacing: 2px;
}
.form-control--no-resize {
  resize: none;
}
.form-control[type=date] {
  appearance: none;
  display: block;
  height: 42px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.account-benefit {
  display: grid;
  gap: 1rem;
  grid-template-columns: 2rem auto;
}
@media (min-width: 768px) {
  .account-benefit {
    gap: 1.688rem;
    grid-template-columns: 5.25rem auto;
  }
}
.account-benefit__icon {
  height: 2rem;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .account-benefit__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-file-drop-area {
  text-align: center;
  height: auto;
  padding: 0 0 50px;
  position: relative;
}
.c-file-drop-area__input {
  display: none;
}
.c-file-drop-area__file {
  display: flex;
  padding: 15px 15px 0;
  justify-content: space-between;
  text-align: left;
}
.c-file-drop-area__file-remove {
  cursor: pointer;
  padding: 10px;
  margin: -10px -10px 0 0;
}
.c-file-drop-area__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  cursor: pointer;
}
.c-file-drop-area__label--bold {
  font-weight: 600;
}
.c-file-drop-area.is-drag-over {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.c-footer {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(224, 224, 224);
  background-color: rgb(245, 245, 245);
}
@media (min-width: 980px) {
  .c-footer {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 0;
  }
}
.c-footer__accordion-toggle {
  margin: auto;
  display: block;
  padding: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-footer__accordion-toggle {
    max-width: 750px;
  }
}
@media (min-width: 980px) {
  .c-footer__accordion-toggle {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .c-footer__accordion-toggle {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .c-footer__accordion-toggle {
    max-width: 1400px;
  }
}
.c-footer__accordion-toggle:hover {
  text-decoration: none;
}
.c-footer__accordion-toggle::after {
  content: "\ea0f";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  float: right;
}
.c-footer__accordion-toggle.collapsed::after {
  content: "\ea0c";
}
.c-footer__accordion-offers-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: -12px;
  height: 15px;
  width: 15px;
  font-size: 9px;
  background: red;
  color: white;
  border-radius: 50%;
}
.c-footer__accordion-section {
  border-bottom: 1px solid rgb(33, 33, 33);
}
.c-footer__accordion-item {
  display: block;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 14px;
}
.c-footer__accordion-item:hover {
  background-color: rgb(224, 224, 224);
  text-decoration: none;
}
.c-footer__accordion-note {
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid rgb(224, 224, 224);
}
.c-footer__row {
  padding-bottom: 80px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.c-footer__heading {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.c-footer__heading:hover {
  text-decoration: none;
}
.c-footer__link {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.c-footer__link:hover {
  text-decoration: none;
}
.c-footer__social-link {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  color: rgb(33, 33, 33);
}
.c-footer__social-link:hover {
  text-decoration: none;
}
.c-footer__app-link {
  width: 130px;
  max-width: 100%;
}
.c-footer__copyright {
  border-top: 1px solid rgb(224, 224, 224);
  padding: 5px 0;
}
.c-footer__copyright--spacing-bottom {
  margin-bottom: 80px;
}
.c-footer__copyright-item {
  font-size: 12px;
  line-height: 20px;
  color: rgb(97, 97, 97);
}
.c-footer__back-btn {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.c-footer__back-btn.show {
  visibility: visible;
  opacity: 1;
}
.c-footer__counter {
  display: inline-block;
  height: 14px;
  min-width: 14px;
  padding: 0 2px;
  line-height: 14px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(199, 72, 55);
  border-radius: 8px;
  transform: translateY(-10px);
}

.c-header {
  height: 130px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 980px) {
  .c-header {
    height: auto;
    box-shadow: none;
  }
}
@media (min-width: 980px) {
  .c-header--tablet {
    height: 100px;
  }
}
.c-header--tablet .c-offcanvas {
  z-index: 1500;
}
.c-header__loyalty-logo {
  max-height: 1.931rem;
}
.c-header__loyalty-logo .account-benefit__icon {
  height: 100%;
  margin-top: 0;
}
.c-header__loyalty-logo--mobile {
  top: -3px;
}
.c-header__loyalty-logo--desktop {
  width: 20%;
}
.c-header__pill {
  display: block;
  position: relative;
  padding: 5px 8px;
  font-size: 21px;
  height: 100%;
  text-align: center;
}
.c-header__pill-badge {
  position: absolute;
  top: 2px;
  left: 60%;
  height: 15px;
  min-width: 15px;
  padding: 0 2px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  background-color: rgb(199, 72, 55);
  color: rgb(255, 255, 255);
  border-radius: 8px;
}
.c-header__pill-badge--gray {
  background-color: rgb(189, 189, 189);
}
.dropdown.show .c-header__pill::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(199, 72, 55);
  z-index: 1030;
}
.c-header__dropdown {
  min-width: 15rem;
}
.c-header__dropdown-description {
  color: rgb(158, 158, 158);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-header__dropdown {
    max-width: 19rem;
  }
}

.img-wrapper {
  aspect-ratio: 1/1;
  background: rgb(255, 255, 255);
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.img-wrapper.img-component {
  padding-bottom: var(--mobile-padding-bottom);
}
@media (min-width: 980px) {
  .img-wrapper.img-component {
    padding-bottom: var(--desktop-padding-bottom);
  }
}
.img-wrapper.disabled::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.img-wrapper img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: rgb(255, 255, 255);
  width: 100%;
  position: absolute;
}
.img-wrapper--5-3 {
  aspect-ratio: 5/3;
  padding-bottom: 60%;
}
.img-wrapper--5-3 picture img {
  object-fit: cover;
}
.img-wrapper--2-3 {
  aspect-ratio: 2/3;
  padding-bottom: 150%;
}
.img-wrapper--3-2 {
  aspect-ratio: 3/2;
  padding-bottom: 66.6666%;
}
@media (min-width: 980px) {
  .img-wrapper--desktop-2-1 {
    aspect-ratio: 2/1;
    padding-bottom: 50%;
  }
}
.img-wrapper--transparent {
  background-color: rgba(255, 255, 255, 0.1);
}
.img-wrapper > picture {
  display: block;
  width: 100%;
}
.review--product .img-wrapper {
  border-radius: 50%;
}
.img-wrapper .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.loading-overlay {
  position: relative;
}
.loading-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.loading::after,
.loading-overlay::after {
  content: ""; /* Entfernt das Font Awesome Icon */
  background-image: url("../images/horse_loading_icon_black.gif"); /* Pfad zu deinem GIF */
  background-size: contain; /* Passt die Größe des Hintergrundbilds an den Container an */
  background-repeat: no-repeat; /* Verhindert das Wiederholen des Hintergrundbilds */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px; /* Breite des GIFs */
  height: 40px; /* Höhe des GIFs */
  margin: -20px 0 0 -20px; /* Halbierung der Breite und Höhe für zentrierte Positionierung */
  pointer-events: none;
  z-index: 1;
}

@keyframes imgWrapperSpinner {
  0% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(300deg);
  }
}
.img-cover {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.c-logo {
  height: 50px;
  padding: 10px 0 15px;
}
@media (min-width: 768px) {
  .c-logo {
    height: 40px;
    padding: 0;
  }
}

.c-navbar {
  position: absolute;
  overflow: visible;
  width: 100%;
  z-index: 1030;
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  border-top: 0;
}
.c-navbar.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  transform: translateY(-100%);
}
.c-navbar.sticky--show {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0%);
}
.c-navbar.sticky--hide:not(.prevent-sticky) {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.c-navbar.sticky--hide:not(.prevent-sticky) .popover {
  display: none;
}
.show-nav .c-navbar {
  z-index: 1000;
}
.c-navbar__btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.c-navbar__btn:hover {
  text-decoration: none;
}
.c-navbar__btn-icon {
  line-height: 50px;
}
.c-navbar__btn-badge {
  position: absolute;
  top: 8px;
  left: 60%;
  height: 15px;
  min-width: 11px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  background-color: rgb(199, 72, 55);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  box-sizing: content-box;
}
.c-navbar__btn-badge--gray {
  background-color: rgb(224, 224, 224);
}
.c-navbar__icon {
  position: relative;
}
.c-navbar__icon-offer-badge {
  position: absolute;
  top: 0%;
  left: 85%;
  height: 15px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50%;
  background-color: rgb(199, 72, 55);
  box-sizing: content-box;
}
.c-navbar__offer-item-text {
  color: rgb(66, 66, 66);
}
.c-navbar__offer-item-title {
  color: rgb(117, 117, 117);
}
.c-navbar__offer-item:hover {
  background-color: rgb(245, 245, 245);
}
.c-navbar__search {
  width: 100%;
  height: 50px !important;
  padding: 10px 40px 10px 15px !important;
  box-sizing: border-box;
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  color: rgb(33, 33, 33);
  font-size: 14px;
}
.c-navbar__search::placeholder {
  color: rgb(33, 33, 33);
}
.c-navbar__search::-webkit-search-cancel-button {
  display: none;
}
.c-navbar__search:focus {
  border-color: rgb(224, 224, 224);
  box-shadow: none;
  color: rgb(33, 33, 33);
}
.c-navbar__search-wrapper {
  display: flex;
  height: 50px;
}
@media (max-width: 979.98px) {
  .c-navbar__search-wrapper--ww {
    max-width: calc(100% - 3rem);
  }
}
.c-navbar__search-form {
  position: relative;
  width: 100%;
}
.c-navbar__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgb(66, 66, 66);
  transition: transform 0.3s;
  font-size: 20px;
}
.c-navbar__search-btn--close {
  transform: scale(0, 0) rotate(-180deg);
}
.c-navbar__search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
  z-index: 1000;
}
.c-navbar__search-overlay--top {
  z-index: 1030;
}
.c-navbar__search-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.search-active .c-navbar__search-btn--search {
  transform: scale(0, 0) rotate(180deg);
}
.search-active .c-navbar__search-btn--close {
  transform: scale(1, 1) rotate(0);
}

.brand-thumbnail {
  background: rgb(245, 245, 245);
}
@media (min-width: 980px) {
  .brand-thumbnail {
    max-height: 136px;
    width: 136px;
  }
}

@media (max-width: 979.98px) {
  .dropdown-mobile-currency.show .fa-angle-down {
    transform: rotate(180deg);
  }
}
.c-navigation {
  position: relative;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.c-navigation__items {
  display: flex;
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .c-navigation__items {
    margin: 0 -25px;
  }
}
.c-navigation__item {
  display: block;
  margin: 0 10px -1px;
  padding: 10px 5px 8px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-navigation__item {
    margin: 0 20px -1px;
  }
}
.c-navigation__item:hover {
  text-decoration: none;
}
.c-navigation__item.active {
  border-bottom: 2px solid rgb(33, 33, 33);
}
.c-navigation__item-icon {
  color: rgb(199, 72, 55);
  font-size: 10px;
}
.c-navigation__item--neon {
  max-height: 26px;
  margin-bottom: 3px;
}
.c-navigation__dropdown {
  padding: 30px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-navigation__dropdown-container {
  box-sizing: content-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}
.c-navigation__dropdown-container.open {
  max-height: inherit;
}
.c-navigation__dropdown-container.open .c-navigation__dropdown {
  transition: opacity 0.3s 0.1s;
  opacity: 1;
}
.c-navigation__dropdown-group-name {
  display: block;
  padding-bottom: 0.75rem;
  color: rgb(33, 33, 33);
}
.c-navigation__dropdown-group-name:hover {
  color: rgb(199, 72, 55);
  text-decoration: none;
}
.c-navigation__dropdown-group-item {
  display: block;
  position: relative;
  padding: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: rgb(33, 33, 33);
}
.c-navigation__dropdown-group-item:hover {
  color: rgb(199, 72, 55) !important;
}
.c-navigation__columns {
  column-count: 3;
  column-gap: 1.875rem;
}
@media (min-width: 1200px) {
  .c-navigation__columns--slim {
    column-count: 4;
  }
}
.c-navigation__columns-item {
  position: relative;
  margin-bottom: 0.5rem;
  break-inside: avoid-column;
}
.c-navigation__columns-letter {
  position: absolute;
  top: 0;
  left: 0;
}

.upper-case-flame {
  text-transform: uppercase;
  display: flex;
}

.upper-case-flame:after {
  content: url("../images/flame_icon.svg");
  width: 15px;
  margin-left: 5px;
}

.c-offcanvas.mobile-menu-without-sticky {
  top: 132px;
}

.c-offcanvas.mobile-menu-with-sticky {
  top: 102px;
}

.c-offcanvas {
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 132px;
  background-color: rgb(255, 255, 255);
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  z-index: 1020;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .c-offcanvas {
    top: 132px;
  }
}
.c-offcanvas.closed {
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s, visibility 0s 0.3s;
}
.c-offcanvas__row {
  max-width: 750px;
  margin: auto;
  display: flex;
  align-items: center;
}
.c-offcanvas__header {
  width: 100%;
  height: 55px;
  background-color: rgb(245, 245, 245);
  font-family: "SangBleu", palatino, palatino linotype;
  font-size: 20px;
}
.c-offcanvas__header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
}
.c-offcanvas__header-text {
  padding-left: 5px;
  line-height: 55px;
  flex: 1 1 auto;
}
.c-offcanvas__item {
  width: 100%;
  display: block;
  height: 55px;
  color: rgb(33, 33, 33);
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(224, 224, 224);
}
.c-offcanvas__item:hover {
  text-decoration: none;
}
.c-offcanvas__item--dropdown:not(.collapsed) {
  background-color: rgb(224, 224, 224);
  font-weight: bold;
}
.c-offcanvas__item-img {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 20px;
}
.c-offcanvas__item-text {
  padding-left: 5px;
  flex: 1 1 auto;
}
.c-offcanvas__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
}
.c-offcanvas__dropdown {
  border-top: 1px solid rgb(224, 224, 224);
  background-color: rgb(245, 245, 245);
  padding: 15px 0;
}
.c-offcanvas__dropdown-item {
  display: block;
  padding: 10px 5px 10px 60px;
}

.myaccount-header.c-offcanvas__header {
  background-color: #fff;
}

.myaccount-header .c-offcanvas__header-text {
  font-size: 1.2rem;
  padding-left: 16px;
}

#account-content .account-overview svg {
  width: 50%;
  height: 90%;
}

#account-content .account-overview .horze-club {
  margin-top: 75px;
}
#account-content .account-overview .horze-club svg {
  height: 5.5rem;
}
@media (max-width: 1199.98px) {
  #account-content .account-overview .horze-club {
    margin-top: 60px;
  }
  #account-content .account-overview .horze-club svg {
    height: 4rem;
  }
}

.customer-header .dropdown-menu .fa-fw {
  vertical-align: middle;
  width: 2.5em;
}

.customer-header .dropdown-item {
  padding: 5px 5px;
}

.customer-header .c-offcanvas__item-img {
  width: 50px;
}

.menu-horze-club {
  max-width: 80% !important;
}

.c-price {
  margin: 10px 0 5px;
  font-size: 22px;
}
@media (min-width: 980px) {
  .c-price {
    font-size: 28px;
  }
}
.c-price .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-price .newprice {
  font-weight: bold;
}
.c-price .oldprice {
  display: inline-block;
  color: rgb(33, 33, 33);
}
.c-price .oldprice:empty {
  display: none;
}
.clean-tile .c-price .oldprice {
  color: inherit;
}
.c-price .cost-price {
  padding-right: 5px;
}
.c-price--stacked .oldprice {
  display: block;
}
.c-price--md .price-loader,
.c-price--md .newprice {
  font-size: 20px;
}
.c-price--lg .price-loader,
.c-price--lg .newprice {
  letter-spacing: 0.5px;
}
.c-price--md .oldprice {
  font-size: 14px;
}
.c-price--lg .oldprice {
  color: rgb(66, 66, 66);
  letter-spacing: 0.5px;
  z-index: 2;
}
.c-price--lg .oldprice .text-line-through {
  position: relative;
  text-decoration: none;
}
.c-price--lg .oldprice .text-line-through::after {
  background: rgb(66, 66, 66);
  bottom: 0;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(50% + 1px));
  z-index: 1;
}
@media (min-width: 980px) {
  .c-price--lg .oldprice .text-line-through::after {
    height: 2px;
    transform: translateY(calc(50% + 2px));
  }
}
.c-price .includes-vat {
  margin-top: auto;
  font-size: 12px;
  color: rgb(117, 117, 117);
}
.c-price--b2b-pdp {
  margin: 0;
}
.c-price--b2b-pdp .price {
  padding-bottom: 10px;
}
.c-price--b2b-pdp .includes-vat {
  width: 100%;
}
@media (min-width: 768px) {
  .c-price--b2b-pdp .includes-vat {
    width: auto;
  }
}

.c-badge {
  display: inline-block;
  padding: 4px;
  line-height: 13px;
  height: 22px;
  letter-spacing: 0.5px;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  color: rgb(33, 33, 33);
  font-weight: bold;
  white-space: nowrap;
}
.c-badge:empty {
  display: none;
}
.c-badge--black {
  background-color: rgb(33, 33, 33);
  color: rgb(255, 255, 255);
}
.c-badge--white {
  background-color: rgb(255, 255, 255);
  color: rgb(33, 33, 33);
}
.c-badge--red {
  background-color: rgb(199, 72, 55);
  color: rgb(255, 255, 255);
}
.c-badge--green {
  background-color: rgb(81, 162, 81);
  color: rgb(255, 255, 255);
}
.c-badge--blue {
  background: #0055ec;
  color: rgb(255, 255, 255);
}
.c-badge--bf-orange {
  background: rgb(233, 192, 110);
}
.c-badge--danger {
  background: rgb(255, 255, 255);
  color: rgb(199, 72, 55);
}
.c-badge--disabled {
  background-color: rgb(255, 255, 255);
  color: rgb(117, 117, 117);
}
.c-badge--sm {
  font-size: 9px;
  letter-spacing: 0.3px;
  line-height: 15px;
  padding: 0 8px;
  height: 15px;
}
.c-badge:empty {
  display: none;
}

.black-friday-badge {
  display: inline-block;
  padding: 4px;
  height: 25px;
  letter-spacing: 0.5px;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  color: rgb(33, 33, 33);
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 979.98px) {
  .c-product-slider--super-deals:not(.slick-initialized) .c-tile, .c-product-slider--outfit:not(.slick-initialized) .c-tile, .c-product-slider--full:not(.slick-initialized) .c-tile {
    flex: none;
    float: left;
    margin-right: 3px;
    max-width: calc(31.746031746% - 10px);
    width: calc(31.746031746% - 10px);
  }
  .c-product-slider--super-deals:not(.slick-initialized) .c-tile:first-child, .c-product-slider--outfit:not(.slick-initialized) .c-tile:first-child, .c-product-slider--full:not(.slick-initialized) .c-tile:first-child {
    margin-left: 10px;
  }
  .c-product-slider--super-deals:not(.slick-initialized) .c-tile:last-child, .c-product-slider--outfit:not(.slick-initialized) .c-tile:last-child, .c-product-slider--full:not(.slick-initialized) .c-tile:last-child {
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .c-product-slider--super-deals:not(.slick-initialized) .c-tile, .c-product-slider--outfit:not(.slick-initialized) .c-tile, .c-product-slider--full:not(.slick-initialized) .c-tile {
    max-width: calc(46.511627907% - 10px);
    width: calc(46.511627907% - 10px);
  }
}

@media (max-width: 1199.98px) {
  .c-product-slider--super-deals:not(.slick-initialized), .c-product-slider--outfit:not(.slick-initialized), .c-product-slider--full:not(.slick-initialized) {
    overflow-x: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .c-product-slider--super-deals:not(.slick-initialized)::-webkit-scrollbar, .c-product-slider--outfit:not(.slick-initialized)::-webkit-scrollbar, .c-product-slider--full:not(.slick-initialized)::-webkit-scrollbar {
    display: none;
  }
}

.c-product-slider {
  margin: 0;
}
@media (min-width: 980px) {
  .c-product-slider .slick-arrow {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.c-product-slider:not(.slick-initialized) {
  display: flex;
}
@media (min-width: 768px) {
  .c-product-slider--list .slick-list {
    padding-bottom: 50px;
  }
}
.c-product-slider--list .slick-arrow {
  top: 50%;
}
.c-product-slider--carousel {
  padding-top: 10px;
}
.c-product-slider--carousel .slick-slide {
  margin-right: 15px;
  cursor: pointer;
}
.c-product-slider--carousel .slick-slide img {
  border: 2px solid rgb(245, 245, 245);
}
.c-product-slider--carousel .slick-current img {
  border: 2px solid rgb(158, 158, 158);
}
.c-product-slider--full {
  min-height: 270px;
}
@media (min-width: 980px) {
  .c-product-slider--full:not(.slick-initialized) {
    display: flex;
    min-height: 370px;
    overflow: hidden;
  }
  .c-product-slider--full:not(.slick-initialized) .c-tile {
    max-width: 20%;
    width: 20%;
  }
  .c-product-slider--full:not(.slick-initialized).no-sidebar .c-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-product-slider--full .c-tile__name--no-brand {
  padding-top: 18px;
}
.c-product-slider--full .c-tile__colors {
  display: none;
}
@media (min-width: 980px) {
  .c-product-slider--outfit:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
  }
  .c-product-slider--outfit:not(.slick-initialized) .c-tile {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
}
.c-product-slider--super-deals {
  position: relative;
}
.c-product-slider--super-deals .slick-list {
  padding: 0 8px;
}
.c-product-slider--super-deals:not(.slick-initialized) {
  display: flex;
}
@media (min-width: 980px) {
  .c-product-slider--super-deals:not(.slick-initialized) {
    overflow: hidden;
    padding: 0 8px;
  }
}
@media (min-width: 980px) {
  .c-product-slider--super-deals:not(.slick-initialized) .c-tile {
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}
.c-product-slider--underscore .slick-slide {
  margin-right: 10px;
  cursor: pointer;
}
.c-product-slider--underscore .slick-slide:last-child {
  margin-right: 0;
}
.c-product-slider--underscore .slick-current {
  border-bottom: 2px solid rgb(33, 33, 33);
}
.c-product-slider--nav-hidden .slick-arrow {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .c-product-slider--mobile-gutter .slick-list {
    padding: 0 15px;
  }
}
.c-product-slider:hover .slick-arrow {
  opacity: 1;
}
.c-product-slider .slick-track {
  margin-left: 0;
}

.c-skeleton-bg {
  background: rgb(245, 245, 245);
  position: relative;
}
.c-skeleton-bg::before {
  animation: shimmer 1s linear infinite;
  background-repeat: no-repeat;
  background-size: 500px 100%;
  background-image: linear-gradient(to right, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%, rgb(245, 245, 245) 40%, rgb(245, 245, 245) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.c-skeleton-bg:has(picture img.error) {
  background: rgb(255, 255, 255);
}
.c-skeleton-bg:has(picture img.error):before {
  animation: none;
  background-color: transparent;
  background-image: none;
}
.c-skeleton-bg:after {
  background: rgba(0, 0, 0, 0.04);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.c-skeleton-bg--delay::before {
  animation-delay: 0.2s;
}
.c-skeleton-bg.loading::after {
  content: none;
}
.c-skeleton-bg img {
  background: rgb(255, 255, 255);
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  position: absolute;
}
.c-skeleton-bg img.lazy {
  transition: opacity 0.3s;
  opacity: 0;
}
.c-skeleton-bg.error img {
  opacity: 0;
}
.c-skeleton-bg.error::before {
  content: "忈";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

@keyframes shimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.c-password-field {
  position: relative;
}
.c-password-field input {
  padding-right: 50px;
}
.c-password-field__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
  width: 50px;
  cursor: pointer;
}
.c-password-field__icon::before {
  content: "\ea17";
}
.visible .c-password-field__icon::before {
  content: "\ea18";
}

.c-tile {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  position: relative;
}
@media (min-width: 980px) {
  .no-sidebar .c-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .c-tile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-tile--slider {
  flex: none !important;
  max-width: none;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .c-tile--grid {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.c-tile--bf__bottom-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 15px 10px;
}
.c-tile--slider-outfit {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.c-tile--slider-outfit .img-wrapper img {
  height: fit-content;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .c-tile--slider-outfit .img-wrapper img {
    max-width: 270px;
  }
}
.c-tile--no-colors .c-tile__colors {
  display: none;
}
.c-tile__img {
  aspect-ratio: 2/3;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
  width: 100%;
}
.c-tile__img .c-tile__img-secondary {
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.c-tile__img .c-tile__img-secondary img {
  opacity: 0;
}
.c-tile__outfit-badge {
  bottom: 8px;
  height: 24px;
  line-height: 24px;
  max-width: 100%;
  padding: 1px 12px 0;
  z-index: 1;
}
.c-tile__cta {
  background-color: rgb(255, 255, 255);
  color: rgb(66, 66, 66);
  display: block;
  padding: 8px;
  text-decoration: none;
}
.c-tile__cta:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-tile__cta:hover {
    color: rgb(66, 66, 66);
    text-decoration: none;
    z-index: 1;
  }
  .c-tile__cta:hover .c-tile__img .c-tile__img-secondary {
    opacity: 1;
  }
  .c-tile__cta:hover .c-tile__img .c-tile__img-secondary img {
    opacity: 1;
  }
  .c-tile__cta:hover .c-tile__colors {
    max-height: 100px;
    opacity: 1;
    transition: max-height 0.1s, opacity 0.3s;
  }
  .c-tile__cta:hover .c-tile__colors img {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .c-tile__cta:hover {
    border: 0;
  }
}
.clean-tile .c-tile__cta {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 15px 5px;
}
.clean-tile .c-tile__cta:hover {
  color: inherit;
}
.c-tile__cta.active-swatches .c-tile__img .c-tile__img-primary {
  opacity: 1 !important;
}
.c-tile__cta.active-swatches .c-tile__img .c-tile__img-secondary {
  opacity: 0 !important;
}
@media (max-width: 979.98px) {
  .c-tile__cta.active-swatches .c-tile__img .c-tile__img-secondary {
    display: none;
  }
}
.c-tile__info {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .c-tile__info {
    min-height: 86px;
  }
}
.c-tile__info-variation {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .c-tile__info-variation {
    min-height: 18px;
  }
}
.c-tile__name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: box;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-tile__name--single-line {
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
.c-tile__sold-out-badge {
  bottom: 10px;
  left: 15px;
  position: absolute;
}
.c-tile__counter {
  font-size: 15px;
  left: 8px;
  line-height: 18px;
  position: absolute;
  top: 23px;
}
@media (max-width: 767.98px) {
  .c-tile__counter {
    top: 10px;
    font-size: 12px;
  }
}
.c-tile__badges-and-colors {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.c-tile__badges-and-colors .slick-arrow {
  z-index: 3;
}
.c-tile__badges {
  margin-bottom: 15px;
  max-height: 50%;
  overflow: hidden;
  width: 100%;
}
.c-tile__badges__container {
  max-width: 100%;
}
.c-tile__badges__container .c-badge {
  margin-top: 10px;
}
.c-tile__colors {
  background: rgb(255, 255, 255);
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  transition: max-height 0.2s, opacity 0.2s;
}
.c-tile__colors-item {
  cursor: pointer;
  font-size: 14px;
  margin-top: 2px;
  padding: 3px;
  position: relative;
  text-align: center;
}
.c-tile__colors-item .active {
  border-bottom: 1px solid rgb(66, 66, 66);
}
.c-tile__colors .c-callout {
  position: absolute;
  right: 2px;
  top: 1px;
  z-index: 1;
}
.c-tile__rating-count {
  color: rgb(117, 117, 117);
  font-size: 12px;
  padding-left: 5px;
}
.clean-tile .c-tile__rating-count {
  color: inherit;
}
.c-tile__price {
  display: flex;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0.625rem 0 0;
  text-align: left;
  width: 100%;
}
@media (max-width: 979.98px) {
  .c-tile__price {
    flex-wrap: wrap;
  }
}
.c-tile__price .newprice {
  font-weight: bold;
  padding-right: 5px;
}
.c-tile__price .newprice:not(.red) {
  font-weight: normal;
}
.c-tile__price .oldprice {
  color: rgb(66, 66, 66);
}
.c-tile__price .rrp-price {
  display: block;
  margin-top: 5px;
}

@media (max-width: 1199.98px) {
  .clean-tile--outfit .c-tile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.clean-tile--outfit .c-tile__inner {
  padding: 15px 7.5px;
}

.c-product-discount {
  background: rgba(5, 5, 5, 0.62);
  font-size: 3.125rem;
  max-width: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-product-discount {
    font-size: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .c-product-discount {
    font-size: 5.25rem;
  }
}

.c-search {
  margin: 0;
  align-self: center;
  width: 100%;
}
.c-search__form {
  position: relative;
}
.c-search__input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 5px !important;
  border-radius: 0;
  border: none !important;
  border-bottom: 1px solid rgb(33, 33, 33) !important;
  box-shadow: none !important;
  font-size: 14px;
}
.c-search__input::placeholder {
  color: rgb(33, 33, 33);
}
.c-search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  color: rgb(33, 33, 33);
  z-index: 3;
  transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
}
.c-search__btn:hover, .c-search__btn:focus, .c-search__btn:active {
  background-color: rgb(255, 255, 255);
  outline: 0;
}
.c-search__results {
  width: 100%;
  position: absolute;
  display: none;
  top: 100%;
  left: 0%;
  transform-origin: center top;
  z-index: 998;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.08);
  white-space: normal;
  user-select: none;
  z-index: 1030;
}
@media (max-width: 767.98px) {
  .c-search__results {
    top: 100px;
  }
  .campaign-bar-active .c-search__results {
    top: 130px;
  }
}
@media (max-width: 979.98px) {
  .c-search__results {
    position: fixed;
    top: 130px;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    box-shadow: none;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .c-search__results {
      bottom: 240px;
      box-shadow: 0 270px 0 270px rgba(0, 0, 0, 0.5);
    }
  }
}
@media (min-width: 980px) and (max-width: 1199.98px) {
  .c-search__results {
    position: relative;
  }
}
.c-search__results.show {
  display: block;
}
.c-search__results-wrapper {
  position: relative;
  font-size: 14px;
}
@media (min-width: 980px) {
  .c-search__results-wrapper {
    margin-right: -300px;
  }
}
.c-search__results-left {
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 980px) {
  .c-search__results-left {
    border-right: 1px solid rgb(224, 224, 224);
  }
}
@media (min-width: 768px) {
  .c-search__results-right {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 300px;
    height: 100%;
  }
}
.c-search__results-group {
  border-top: 1px solid rgb(245, 245, 245);
  padding-bottom: 10px;
}
.c-search__results-title {
  font-size: 11px;
  color: rgb(158, 158, 158);
  text-transform: uppercase;
}
.c-search__results-item {
  display: flex;
  padding: 7px 15px;
  align-items: center;
  cursor: pointer;
}
.c-search__results-item:hover {
  text-decoration: none;
}
.c-search__results-item.active {
  text-decoration: none;
  box-shadow: inset 0 0 150px rgb(245, 245, 245);
}
.c-search__results-item-img {
  width: 40px;
  height: 60px;
  margin-right: 10px;
  flex-shrink: 0;
}
.c-search__results-description {
  flex: 1;
}

.c-slide-arrow {
  transition: transform 0.3s;
}
.btn:hover .c-slide-arrow, a:hover .c-slide-arrow {
  transform: translateX(50%);
}

.page {
  padding-bottom: 100px;
}
@media (max-width: 979.98px) {
  .page {
    padding-bottom: 0;
  }
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-weight: bold;
  margin-top: 30px;
}
.page .nav {
  width: 90%;
}
.page .side-nav {
  margin-top: 30px;
}
.page .side-nav .nav a {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page .side-nav h4 {
  font-weight: bold;
  margin-left: 10px;
}
.page .side-nav h4 span {
  font-weight: normal;
  font-size: 80%;
  color: gray;
}
.page .side-nav li a {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-color: rgb(255, 255, 255);
}
.page .side-nav li.active a {
  font-weight: bold;
}
.page .image-right {
  float: right;
  margin: 0 0 30px 30px;
}
.page img.center {
  display: block;
  margin: 25px auto;
}
.page img .side-nav {
  margin-top: 30px;
}
.page img .side-nav .nav a {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page img .side-nav h4 {
  font-weight: bold;
  margin-left: 10px;
}
.page img .side-nav h4 span {
  font-weight: normal;
  font-size: 80%;
  color: gray;
}
.page img .side-nav li a {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.5;
  border-color: rgb(255, 255, 255);
}
.page img .side-nav li.active a {
  text-decoration: underline;
}
.page img.left {
  float: left;
  margin-right: 20px;
}
.page .size-chart__thumb {
  width: 44px;
}
@media (min-width: 768px) {
  .page .size-chart__thumb {
    width: 54px;
  }
}
.page .size-chart__img {
  aspect-ratio: 3/4;
  background-color: rgb(245, 245, 245);
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .page .size-chart__img {
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}
.page .size-chart__main-heading {
  font-weight: 400;
}
.page .size-chart__heading {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(224, 224, 224);
  color: rgb(0, 0, 0);
  position: relative;
  transition: background-color 0.5s ease;
}
@media (min-width: 768px) {
  .page .size-chart__heading {
    font-weight: bold;
  }
}
.page .size-chart__heading h2 {
  font-weight: 300;
}
.page .size-chart__heading:not(.collapsed) {
  background-color: rgb(245, 245, 245);
}
.page .size-chart__heading:not(.collapsed) h2 {
  font-weight: 700;
}
.page .size-chart__heading:hover {
  text-decoration: none;
}
.page .size-chart__heading::after {
  bottom: 50%;
  content: "\ea0f";
  display: block;
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -10px;
  position: absolute;
  right: 15px;
}
@media (min-width: 980px) {
  .page .size-chart__heading::after {
    right: 35px;
  }
}
.page .size-chart__heading.collapsed::after {
  content: "\ea0c";
}
.page .size-chart__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 980px) {
  .page .size-chart__row {
    column-gap: 30px;
    display: grid;
    grid-template-columns: 16.13vw auto;
  }
}
.page .size-chart__table {
  color: rgb(33, 33, 33);
}
.page .size-chart__table .table {
  table-layout: fixed; /* optional, for equal spacing */
}
.page .size-chart__table .table th {
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 5px 10px;
}
@media (max-width: 979.98px) {
  .page .size-chart__table .table th {
    background: rgb(245, 245, 245);
  }
}
@media (min-width: 768px) {
  .page .size-chart__table .table th {
    font-size: 16px;
    padding: 11px 10px;
  }
}
.page .size-chart__table .table tr:nth-child(even) td {
  background-color: rgb(255, 255, 255);
}
.page .size-chart__table .table tr:hover {
  background-color: transparent;
}
@media (min-width: 980px) {
  .page .size-chart__table .table tr:nth-child(odd) th {
    background-color: rgb(245, 245, 245);
  }
}
.page .size-chart__table .table tr:nth-child(odd) td {
  background-color: rgb(245, 245, 245);
}
.page .size-chart__table .table td {
  border-color: transparent;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page .size-chart__table .table td {
    padding: 11px 10px;
    font-size: 16px;
  }
}
.page .size-chart__table .table.table-hover td:not(:first-child):hover {
  background-color: rgba(207, 42, 37, 0.8);
  color: rgb(255, 255, 255);
}

.star-row {
  margin-left: 10px;
  display: inline-block;
}
.star-row .star {
  font-style: normal;
  display: inline-block;
  padding-right: 5px;
  width: 15px;
  height: 15px;
}
.star-row .star::before {
  content: "\ea2d";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  width: 15px;
  height: 15px;
  color: rgb(33, 33, 33);
}
.star-row .star.rated::before {
  content: "怈";
}
.star-row .star.half-rated {
  position: relative;
}
.star-row .star.half-rated::after {
  content: "怆";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  color: rgb(33, 33, 33);
}
.star-row--tile {
  display: block;
}
@media (min-width: 768px) {
  .star-row--tile {
    min-height: 15px;
  }
}
.star-row--tile .star {
  width: 12px;
}
.star-row--tile .star.rated::before {
  color: rgb(33, 33, 33);
}
.star-row--tile .star.half-rated::after {
  color: rgb(33, 33, 33);
}
.star-row--pdp-set .star,
.star-row--pdp-set .star.half-rated {
  font-size: 10px;
  height: 10px;
  width: 10px;
}
.star-row--pdp-set .star::before, .star-row--pdp-set .star::after,
.star-row--pdp-set .star.half-rated::before,
.star-row--pdp-set .star.half-rated::after {
  height: 10px;
  width: 10px;
}

.c-like-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 2;
}
.c-like-btn__icon {
  font-size: 24px;
  line-height: 60px;
}
.c-like-btn__icon::before {
  content: "\ea1c";
}
a:active .c-like-btn__icon {
  transform: scale(0.9, 0.9);
}
.c-like-btn__icon.liked {
  color: rgb(199, 72, 55);
}
.c-like-btn__icon.liked::before {
  content: "忐";
}
.c-like-btn__icon--no-color.liked {
  color: inherit;
}
.liked-animation .c-like-btn__icon.liked {
  animation: likeBtnPulse 0.5s;
}
.c-like-btn__icon.liked ~ .c-like-btn__unliked-text {
  display: none;
}
.c-like-btn__icon:not(.liked) ~ .c-like-btn__liked-text {
  display: none;
}

@keyframes likeBtnPulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.c-title {
  font-size: 28px;
}
.c-title--lg {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-title--lg {
    font-size: 40px;
    line-height: 53px;
  }
}
.c-title--xl {
  font-size: 38px;
}
@media (min-width: 768px) {
  .c-title--border-top {
    padding-top: 50px;
    border-top: 1px solid rgb(224, 224, 224);
  }
}
.c-title--underline {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .c-title--underline {
    margin-bottom: 30px;
  }
}
.c-title--underline::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background: rgb(199, 72, 55);
}

.toolbar {
  display: block;
  height: 30px;
}
.toolbar__usp {
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease;
}
@media (max-width: 979.98px) {
  .toolbar__usp {
    width: 100%;
  }
}
.toolbar__usp.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .toolbar__usp {
    opacity: 1;
    position: static;
  }
}
.toolbar__locales {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.toolbar__locales-dropdown-button {
  border: 1px solid rgb(158, 158, 158);
  font-weight: 700;
  height: 30px;
  padding: 2px 25px;
  width: 100%;
}
.toolbar__locales-dropdown-menu {
  background-color: rgb(245, 245, 245);
  color: rgb(33, 33, 33);
  margin-bottom: -1px;
  max-height: 150px;
  overflow: auto;
}
.toolbar__locales-dropdown-menu .active {
  background-color: rgb(224, 224, 224);
  border-left: 2px solid rgb(199, 72, 55);
}
.toolbar--campaign {
  display: block;
  height: 31px;
  max-height: 31px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform: translateY(0%);
  transition: transform 0.3s, max-height 0.3s;
  will-change: transform;
  z-index: 11;
}
@media (min-width: 768px) {
  .toolbar--campaign {
    margin-bottom: -30px;
  }
}
.toolbar--campaign.cover-up {
  margin-bottom: 0;
  max-height: 0;
  transform: translateY(-100%);
}
.toolbar--countdown {
  display: block;
  height: 7.94rem;
  max-height: 7.94rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform: translateY(0%);
  transition: transform 0.3s, max-height 0.3s;
  will-change: transform;
}
@media (min-width: 768px) {
  .toolbar--countdown {
    height: 5.2rem;
    max-height: 5.2rem;
  }
}
.toolbar--countdown.cover-up {
  margin-bottom: 0;
  max-height: 0;
  transform: translateY(-100%);
}
.toolbar--banner {
  display: block;
  height: 5.98rem;
  max-height: 5.98rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform: translateY(0%);
  transition: transform 0.3s, max-height 0.3s;
  will-change: transform;
}
@media (min-width: 768px) {
  .toolbar--banner {
    height: 3.52rem;
    max-height: 3.52rem;
  }
}
.toolbar--banner.cover-up {
  margin-bottom: 0;
  max-height: 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  transform: translateY(-100%);
}
@media (max-width: 979.98px) {
  .toolbar--split {
    height: 61px;
    max-height: 61px;
  }
}
.toolbar--split .toolbar__text {
  margin-top: 0;
}
@media (max-width: 979.98px) {
  .toolbar--long {
    height: 50px;
    max-height: 50px;
  }
}
.toolbar--long .toolbar__close-button {
  padding-top: 0;
}
@media (min-width: 768px) {
  .toolbar--long .toolbar__close-button {
    padding-top: 14px;
  }
}
.toolbar__col {
  align-items: center;
  display: flex;
  height: 31px;
  justify-content: center;
  position: relative;
  line-height: 1;
  padding-right: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 979.98px) {
  .toolbar__col--long {
    height: 100%;
  }
}
@media (max-width: 979.98px) {
  .toolbar__col--long .toolbar__coupon {
    margin-bottom: 3px;
  }
}
.toolbar__col p {
  margin-bottom: 0;
}
.toolbar__text {
  margin-top: 0;
}
.toolbar__text--long {
  width: 100%;
  margin-top: 8px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .toolbar__text--long {
    margin-top: 0;
    width: unset;
  }
}
.toolbar__coupon {
  margin-bottom: 0;
}
.toolbar__close-button {
  display: flex;
  font-size: 18px;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .toolbar__close-button {
    right: 15px;
  }
}
.toolbar__slider {
  height: 30px;
  list-style: none;
  text-align: center;
}
@media (max-width: 767.98px) {
  .toolbar__slider.hide {
    visibility: hidden;
  }
}
.toolbar__links {
  line-height: 29px;
}
.toolbar__dropdown-menu {
  z-index: 1500;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .toolbar__dropdown-menu {
    margin-top: 0;
  }
}
.toolbar__dropdown-menu-selected {
  border-left: 2px solid rgb(199, 72, 55);
}
.toolbar__dropdown-menu-not-selected {
  border-left: 2px solid transparent;
}

@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.outline-none {
  outline: none !important;
}

.c-accordion__heading {
  cursor: pointer;
  background-color: rgb(245, 245, 245);
}
.c-accordion__heading.collapsed {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 980px) {
  .c-accordion__heading.collapsed:hover {
    background-color: rgb(245, 245, 245);
  }
}
.c-accordion__heading--shipping i {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.c-accordion__heading--shipping:not(.collapsed) i {
  transform: rotate(180deg);
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.accordion__heading {
  color: rgb(33, 33, 33);
  padding: 1.375rem 15px;
}
@media (max-width: 979.98px) {
  .accordion__heading {
    background-color: rgb(245, 245, 245);
  }
}
@media (min-width: 768px) {
  .accordion__heading {
    color: rgb(117, 117, 117);
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion--primary {
  border-bottom: 1px solid rgb(208, 209, 211);
}
.accordion--primary .card-header .btn-link {
  border-top: 1px solid rgb(208, 209, 211);
  min-height: 60px;
}
.accordion--primary .card-header .btn-link .fa {
  will-change: transform;
  transition: transform 0.2s ease;
}
.accordion--primary .card-header .btn-link:not(.collapsed) {
  background-color: rgb(245, 245, 245);
  border-top: 1px solid rgb(208, 209, 211);
}
.accordion--primary .card-header .btn-link:not(.collapsed) .fa {
  transform: rotate(180deg);
}
.accordion--secondary {
  border-bottom: 1px solid rgb(208, 209, 211);
}
@media (max-width: 979.98px) {
  .accordion--secondary {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .accordion--secondary {
    margin-top: 15px;
  }
}
.accordion--secondary .card-header .btn-link {
  border-top: 1px solid rgb(208, 209, 211);
  min-height: 60px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .accordion--secondary .card-header .btn-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion--secondary .card-header .btn-link:hover {
  text-decoration: none;
}
.accordion--secondary .card-header .btn-link .fa {
  will-change: transform;
  transition: transform 0.2s ease;
  text-decoration: none;
}
.accordion--secondary .card-header .btn-link:not(.collapsed) {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(208, 209, 211);
  font-weight: bold;
}
.accordion--secondary .card-header .btn-link:not(.collapsed) > .accordion-name {
  text-decoration: underline;
}
.accordion--secondary .card-header .btn-link:not(.collapsed) .fa {
  transform: rotate(180deg);
}
@media (max-width: 979.98px) {
  .accordion--secondary .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.info-widget {
  padding: 5px 10px 5px 10px;
}
.info-widget--pdp {
  padding: 0;
  margin: 0;
}
.info-widget--plp {
  padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0.7;
  transition: opacity 0.3s;
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev:focus, .swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-next:active {
  outline: none;
  border: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  height: 100%;
  width: 100%;
}

.swiper-button-prev {
  left: -30px;
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    display: block;
  }
}

.swiper-button-next {
  right: -30px;
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-disabled {
  opacity: 0;
}

.new-carousel__img {
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .new-carousel swiper-slide {
    max-width: 45.4545454545%;
    flex: 0 0 45.4545454545%;
  }
}

swiper-container {
  --swiper-navigation-color: $red;
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
}
swiper-container::part(button-prev) {
  color: rgb(199, 72, 55);
}
swiper-container::part(button-next) {
  color: rgb(199, 72, 55);
}
swiper-container::part(bullet-active) {
  background-color: rgb(199, 72, 55);
}

.c-neon-btn {
  border: 1px solid;
  white-space: nowrap;
}
.c-neon-btn:hover {
  text-decoration: none;
}
.c-neon-btn--red {
  border-color: rgb(199, 72, 55);
  color: rgb(199, 72, 55);
  box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  animation: neonTwitchRed 10s infinite;
}
.c-neon-btn--red:hover {
  animation: none;
  background-color: rgb(199, 72, 55);
  color: rgb(33, 33, 33) !important;
}
.c-neon-btn--blue {
  border-color: rgb(47, 111, 180);
  color: rgb(47, 111, 180);
  box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  animation: neonTwitchBlue 10s infinite;
}
.c-neon-btn--blue:hover {
  animation: none;
  background-color: rgb(47, 111, 180);
  color: rgb(33, 33, 33) !important;
}
.c-neon-btn--white {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  animation: neonTwitchWhite 10s infinite;
}
.c-neon-btn--white:hover {
  animation: none;
  background-color: rgb(255, 255, 255);
  color: rgb(33, 33, 33) !important;
}

@keyframes neonTwitchRed {
  0% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  49% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  50% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  50.5% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  51% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  52% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  54.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  60% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  60.5% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  61% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  61.5% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  62% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  63% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  63.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  65% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
  100% {
    border-color: rgb(199, 72, 55);
    color: rgb(199, 72, 55);
    box-shadow: 0 0 5px 1px rgb(199, 72, 55), inset 0 0 5px 0 rgb(199, 72, 55);
  }
}
@keyframes neonTwitchBlue {
  0% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  49% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  50% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  50.5% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  51% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  52% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  54.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  60% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  60.5% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  61% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  61.5% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  62% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  63% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  63.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  65% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
  100% {
    border-color: rgb(47, 111, 180);
    color: rgb(47, 111, 180);
    box-shadow: 0 0 5px 1px rgb(47, 111, 180), inset 0 0 5px 0 rgb(47, 111, 180);
  }
}
@keyframes neonTwitchWhite {
  0% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  49% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  50% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  50.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  51% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  52% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  54.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  60% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  60.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  61% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  61.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  62% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  63% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  63.5% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
  }
  65% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
  100% {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgb(255, 255, 255), inset 0 0 5px 0 rgb(255, 255, 255);
  }
}
.c-slider-control__prev {
  left: 0;
}
@media (min-width: 980px) {
  .c-slider-control__prev {
    left: 15px;
  }
}
@media (min-width: 980px) {
  .c-slider-control__prev--wide {
    left: -25px;
  }
}
@media (min-width: 980px) {
  .c-slider-control__prev--no-gutter {
    left: 0;
  }
}
.c-slider-control__prev--outside {
  left: -25px;
}
.c-slider-control__prev--ghost {
  display: flex !important;
  height: 100%;
  width: 100px;
  left: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
}
.c-slider-control__next {
  right: 0;
}
@media (min-width: 980px) {
  .c-slider-control__next {
    right: 15px;
  }
}
@media (min-width: 980px) {
  .c-slider-control__next--wide {
    right: -25px;
  }
}
@media (min-width: 980px) {
  .c-slider-control__next--no-gutter {
    right: 0;
  }
}
.c-slider-control__next--outside {
  right: -25px;
}
.c-slider-control__next--ghost {
  display: flex !important;
  height: 100%;
  width: 100px;
  right: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
}
.c-slider-control__prev, .c-slider-control__next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 24px;
  padding: 10px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.c-slider-control__prev--rect, .c-slider-control__next--rect {
  width: 36px;
  height: 48px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  background-color: rgb(66, 66, 66);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.c-slider-control__prev--outside, .c-slider-control__next--outside {
  text-align: center;
  color: rgb(33, 33, 33);
}
.c-slider-control__prev.slick-disabled, .c-slider-control__next.slick-disabled {
  display: none !important;
}
.c-slider-control__arrow-red {
  color: rgb(199, 72, 55);
}
.c-slider-control__dots {
  bottom: 0;
}
.c-slider-control__dots li {
  margin: 0;
}
.c-slider-control__dots li.slick-active button::before {
  content: "●";
}
.c-slider-control__dots li button::before {
  content: "○";
  font-size: 24px;
}
.c-slider-control__dots--red li.slick-active button::before {
  color: red;
}
.c-slider-control__dots--red li button::before {
  content: "●";
  color: rgb(158, 158, 158);
  opacity: 1;
}
.c-slider-control__dots--sm li {
  width: 15px;
}
.c-slider-control__dots--sm li button::before {
  font-size: 18px;
}

.c-top-cat {
  visibility: hidden;
  height: 0;
}
@media (max-width: 767.98px) {
  .c-top-cat__spinner {
    display: none;
  }
  .c-top-cat.active {
    visibility: visible;
    height: auto;
    margin: 0 0 30px;
  }
}
.c-top-cat.active.slick-initialized {
  visibility: visible;
  height: auto;
  margin: 0 0 30px;
}
.c-top-cat.active.slick-initialized ~ .c-top-cat.active.slick-initialized__spinner {
  display: none;
}
.c-top-cat__item {
  display: flex;
  height: 50px;
  padding: 5px 15px;
  box-sizing: content-box;
  align-items: center;
}
@media (min-width: 768px) {
  .c-top-cat__item {
    margin-right: 20px;
    padding: 5px 20px;
    background-color: rgb(245, 245, 245);
    transition: background-color 0.3s;
  }
}
@media (min-width: 768px) {
  .c-top-cat__item:hover, .c-top-cat__item:focus {
    background-color: rgb(224, 224, 224);
  }
}
.c-top-cat__item-wrapper {
  display: block;
}
@media (max-width: 767.98px) {
  .c-top-cat__item-wrapper {
    border-top: 1px solid rgb(224, 224, 224);
  }
}
.c-top-cat__item-wrapper:hover, .c-top-cat__item-wrapper:focus {
  text-decoration: none;
}
.c-top-cat__item-wrapper:first-child {
  border-top: 0;
}
.c-top-cat__item-img {
  width: 46px;
  height: 46px;
}
@media (min-width: 768px) {
  .c-top-cat__item-img {
    display: none;
  }
}
.c-top-cat__item-text {
  flex: 1;
  align-self: center;
  font-size: 16px;
  max-height: 40px;
  display: box;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767.98px) {
  .c-top-cat__item-text {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }
}
.c-top-cat__item-icon {
  font-size: 12px;
}

.title {
  position: relative;
}
.title > .title__text {
  font-size: 26px;
  line-height: 32px;
  margin: 30px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .title > .title__text {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .title > .title__text {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0;
  }
}
.title > .title__text ~ .title__text {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.title > .title__text ~ .title__text {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.title > .title__text.title__text--small {
  font-size: 22px;
  line-height: 28px;
  margin: 30px 0 10px;
}
@media (max-width: 767.98px) {
  .title > .title__text.title__text--small {
    font-size: 16px;
    line-height: 22px;
  }
}
.title > .title__text.title--underline {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
@media (max-width: 767.98px) {
  .title > .title__text.title--underline {
    margin: 15px 0;
  }
}
.title > .title__text.title--underline.title--center::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(199, 72, 55);
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .title > .title__text.title--underline.title--center::after {
    width: 30px;
  }
}
.container--flex .title > .title__text.title--underline {
  margin: 0 0 10px;
  padding: 0 0 20px;
}
.container--flex .title > .title__text.title--underline::after {
  bottom: 10px;
}
@media (max-width: 767.98px) {
  .title > .title__text.title__text--with-nav {
    padding: 0;
    margin-bottom: 0;
  }
}
.title > .title__text.title--center {
  text-align: center;
  border-bottom: 0;
}
.title > .title__text.title--bold {
  font-weight: bold;
}
.title > .title__text.title--spacing-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.title > .title__text.title--spacing-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.title .title__link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 30px;
  padding: 15px 0;
  color: rgb(158, 158, 158);
}
@media (max-width: 767.98px) {
  .title .title__link {
    font-size: 12px;
    margin: 15px 0;
  }
}
.title .title__link:hover {
  text-decoration: none;
  color: rgb(97, 97, 97);
}
.title .title__link:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgb(33, 33, 33);
}

/**
 * Title nav
 */
.title__navs {
  display: flex;
  font-weight: normal;
  justify-content: space-around;
}
@media (max-width: 979.98px) {
  .title__navs {
    flex-grow: 1;
    max-width: 100%;
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .title__navs--left {
    flex-grow: 0;
  }
}

.title__nav {
  text-align: center;
  align-items: center;
  color: rgb(33, 33, 33);
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  line-height: 16px;
  margin: 0 10px;
  padding: 10px 0 13px;
}
@media (min-width: 768px) {
  .title__nav {
    font-size: 14px;
    line-height: 18px;
    margin: 0 20px;
  }
}
.title__nav:hover, .title__nav:focus {
  text-decoration: none;
}
.title__nav.active {
  border-bottom: 1px solid rgb(33, 33, 33);
  font-weight: bold;
  padding-bottom: 10px;
}

.title__dir-nav {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .title__dir-nav {
    width: 100%;
  }
  .title__dir-nav .flex-prev {
    float: left;
  }
}
.title__dir-nav > a {
  position: relative;
  width: 35px;
  height: 100%;
  text-align: center;
  display: block;
  float: right;
  font-size: 80%;
  color: rgb(158, 158, 158);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.title__dir-nav > a:hover {
  text-decoration: none;
  color: inherit;
}
.title__dir-nav > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list__link {
  text-align: center;
  margin-top: 15px;
  margin-left: 36%;
}
.list__link .link--more {
  display: inline-block;
  color: rgb(158, 158, 158);
}

.c-copy-coupon {
  position: relative;
  display: inline-flex;
}
.c-copy-coupon__text {
  position: relative;
  padding: 5px 20px;
  background-color: rgb(224, 224, 224);
  color: rgb(33, 33, 33);
  font-size: 80%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 767.98px) {
  .c-copy-coupon__text {
    padding: 5px 10px;
  }
}
.c-copy-coupon__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent rgb(224, 224, 224);
  transform: translate(100%, -50%);
}
.c-copy-coupon__text--dark {
  background-color: rgb(33, 33, 33);
  color: rgb(255, 255, 255);
}
.c-copy-coupon__text--dark::after {
  border-color: transparent transparent transparent rgb(33, 33, 33);
}
.c-copy-coupon__btn {
  padding: 4px 20px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(224, 224, 224);
  cursor: copy;
  color: rgb(33, 33, 33);
  font-size: 80%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 767.98px) {
  .c-copy-coupon__btn {
    padding: 4px 10px;
  }
}
.c-copy-coupon__btn--dark {
  background-color: rgb(66, 66, 66);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(33, 33, 33);
}

[id*=cq_recomm_slot] {
  position: relative;
  max-height: 0;
  transition: max-height 0.7s;
  overflow: hidden;
}
[id*=cq_recomm_slot] > * {
  opacity: 0;
  height: auto;
  transition: opacity 0.7s;
}
[id*=cq_recomm_slot].show {
  max-height: 1000px;
}
@media (max-width: 767.98px) {
  [id*=cq_recomm_slot].show {
    max-height: none;
  }
}
[id*=cq_recomm_slot].show > * {
  opacity: 1;
}
.product-image [id*=cq_recomm_slot] {
  width: 95%;
}
.lastvisited-cq [id*=cq_recomm_slot] {
  height: auto;
}
[id*=cq_recomm_slot] .no-results {
  display: none;
}

.slick-slider .slick-track {
  margin-left: 0;
}

.hide {
  display: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

@media (max-width: 979.98px) {
  body.show-nav {
    overflow: hidden;
  }
}
/* SEARCH AUTOCOMPLETE */
.autocomplete-suggestions {
  left: 0 !important;
  background: rgb(255, 255, 255);
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgb(224, 224, 224);
}

.autocomplete-suggestion {
  padding: 13px 30px;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid rgb(224, 224, 224);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.autocomplete-no-suggestion {
  padding: 1px 5px;
}

.autocomplete-selected {
  background: rgb(245, 245, 245);
}

.autocomplete-suggestions strong {
  font-weight: bold;
}

.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid rgb(33, 33, 33);
}

.order-review {
  background: rgb(238, 238, 238) url("../images/bg-login.jpg");
  background-size: cover;
}
.order-review > div {
  padding: 50px 0;
}
.order-review > div > .container > .row > div > div {
  background: rgb(255, 255, 255);
  padding: 40px;
  box-shadow: 2px 2px 2px 0 rgb(224, 224, 224);
}
.order-review > div .star-row {
  font-size: 32px;
  margin: 15px 0 0;
}
.order-review > div textarea {
  width: 100%;
}
.order-review > div .btn {
  margin-top: 20px;
}

.feedback-form {
  background: url("../images/feedback-form-bg.jpg") no-repeat scroll center top/cover rgb(238, 238, 238);
  padding: 40px 0;
}
.feedback-form legend {
  line-height: 27px;
  margin-top: 25px;
  border: 0;
  margin-bottom: 10px;
}
.feedback-form .form-inner {
  background: rgb(255, 255, 255);
  padding: 30px;
}

.callout {
  position: absolute;
  top: 10%;
  right: 0;
  display: flex;
  display: flex;
  text-align: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  justify-content: center;
  pointer-events: none;
}
.callout.bubble {
  width: 80px;
  height: 80px;
  right: 40px;
  top: 20px;
  border-radius: 55px;
}
@media (max-width: 979.98px) {
  .callout.bubble {
    width: 65px;
    height: 65px;
  }
}
.callout.bubble .inner {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}
@media (max-width: 979.98px) {
  .callout.bubble .inner {
    font-size: 22px;
  }
}
.callout.upto .inner {
  font-size: 16px;
  position: absolute;
  padding-top: 0 !important;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 9px;
  display: inline-block;
}
.product-image .callout.upto .inner {
  font-size: 21px;
}
.callout.upto .inner small {
  font-size: 55%;
  vertical-align: text-top;
  text-transform: uppercase;
}
.callout .inner span {
  font-weight: normal;
  padding: 0 1px;
}

img:not([src]) {
  visibility: hidden;
}

.horze-locale:hover {
  text-decoration: none;
  cursor: pointer;
}
.horze-locale .flag {
  vertical-align: text-bottom;
  box-sizing: border-box;
  border: 1px solid rgb(224, 224, 224);
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  height: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  outline: 0;
}

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

select {
  border: 1px solid rgb(224, 224, 224);
  background-color: rgb(255, 255, 255);
}

input::placeholder,
textarea::placeholder {
  color: rgb(158, 158, 158);
}

.nav-tabs.nav-stacked {
  padding: 0;
  border-bottom: 0;
}
.nav-tabs.nav-stacked li {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.nav-tabs.nav-stacked a {
  display: block;
  padding: 10px;
  border: 1px solid rgb(224, 224, 224);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  border-top: 1px solid rgb(224, 224, 224);
  padding: 9px 0;
}
@media (min-width: 980px) {
  .accordion-inner {
    padding: 9px 15px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

.page-type--plp .hidden-plp {
  display: none !important;
}

.page-type--homepage .hidden-homepage {
  display: none !important;
}

.page-type--homepage .visible-homepage {
  display: block !important;
}

.l-absolute {
  position: absolute;
}
.l-absolute--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-absolute--top {
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.l-absolute--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-absolute--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-absolute--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-absolute--top-left {
  top: 0;
  left: 0;
}
.l-absolute--top-right {
  top: 0;
  right: 0;
}
.l-absolute--bottom-left {
  bottom: 0;
  left: 0;
}
.l-absolute--bottom-right {
  bottom: 0;
  right: 0;
}

.l-frontpage__video {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  top: 50%;
  left: 0;
  overflow: hidden;
  z-index: 2;
  transform: translate(0, -50%);
}
@media (min-width: 980px) {
  .l-frontpage__video {
    padding-bottom: 50%;
  }
}
.l-frontpage__video-wrapper {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.l-frontpage__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.l-frontpage__seo-icon {
  width: 30px;
  flex-shrink: 0;
  text-align: center;
  font-size: 20px;
}
.l-frontpage__banner-text {
  max-height: 170px;
  overflow-y: auto;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 980px) {
  .l-frontpage__banner-text {
    padding-right: 30px;
  }
}
.l-frontpage__banner-text::-webkit-scrollbar {
  display: none;
}
.l-frontpage__banner-text ul {
  padding-left: 25px;
}
.l-frontpage__banner-text a {
  color: inherit !important;
  text-decoration: underline;
}
.l-frontpage__banner-text p {
  margin-bottom: 0;
}
.l-frontpage__bg-extend {
  position: relative;
  z-index: 1;
}
.l-frontpage__bg-extend::before {
  content: "";
  background-color: var(--extend-bg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  z-index: -1;
}
@media (max-width: 979.98px) {
  .l-frontpage__bg-extend::before {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}

@media (max-width: 979.98px) {
  .slimbanner__heading {
    overflow: hidden;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
  }
}
@media (max-width: 979.98px) {
  .slimbanner__heading span {
    overflow: hidden;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 45px;
    padding-right: 0.5rem;
  }
}
.slimbanner__heading span::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  position: relative;
  bottom: 0;
}

.l-slider__frontpage {
  height: auto;
}
@media (min-width: 768px) {
  .l-slider__frontpage {
    height: 444px;
  }
}
@media (min-width: 980px) {
  .l-slider__frontpage {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .l-slider__frontpage {
    height: 480px;
  }
}
@media (min-width: 1920px) {
  .l-slider__frontpage {
    height: 540px;
  }
}
.l-slider__wishlist {
  overflow-x: scroll;
  touch-action: pan-y, pan-x;
}
@media (max-width: 767.98px) {
  .l-slider__wishlist {
    margin: 0 -15px;
  }
}
.l-slider__wishlist .slick-list {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .l-slider__wishlist .slick-list {
    padding: 0 15px;
  }
}
.l-slider__wishlist-slide {
  display: inline-block;
  width: 20vw;
  padding: 0 5px;
}
@media (min-width: 980px) {
  .l-slider__wishlist-slide {
    width: 50px;
    margin-bottom: 10px;
  }
}
.l-slider__wishlist-slide img {
  border: 1px solid transparent;
  cursor: pointer;
}
.l-slider__wishlist-slide.active img {
  border: 1px solid rgb(33, 33, 33);
}
.l-slider__wishlist-slide.disabled {
  opacity: 0.5;
}
.l-slider__wishlist-slide--flex {
  width: auto;
}
.l-slider__wishlist-size {
  padding: 15px 30px;
  border: 1px solid rgb(66, 66, 66);
}
.active .l-slider__wishlist-size {
  border: 1px solid rgb(33, 33, 33);
  background-color: rgb(245, 245, 245);
}
.disabled .l-slider__wishlist-size {
  border: 1px dashed rgb(224, 224, 224);
  color: rgb(117, 117, 117);
}

.l-underline-links a {
  text-decoration: underline;
}

.link {
  cursor: pointer;
}

.link-no-underline:hover {
  text-decoration: none;
}

.link-soft:not(.disabled):hover {
  color: rgb(117, 117, 117);
  text-decoration: none;
}
.link-soft.disabled {
  color: rgb(189, 189, 189);
}
.link-soft.disabled:hover {
  text-decoration: none;
}

.link-hard-underlined {
  position: relative;
}
.link-hard-underlined:focus::before, .link-hard-underlined.active::before, .link-hard-underlined--hover:hover::before {
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(33, 33, 33);
}

.link-muted {
  color: rgb(117, 117, 117);
}
.link-muted.active, .link-muted:hover {
  color: rgb(66, 66, 66);
}

.link-image-disabled {
  position: relative;
  display: block;
  pointer-events: none;
}
.link-image-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.link-collapse:not(.collapsed) {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.link-red:hover {
  color: rgb(255, 89, 90) !important;
  text-decoration: none;
}

.link-blue:hover {
  color: rgb(41, 151, 255) !important;
  text-decoration: none;
}

.select-link {
  cursor: pointer;
  border-bottom: 1px solid rgb(33, 33, 33);
}
.select-link select {
  appearance: none;
  appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.25em 1.75em 0.25em 0;
  margin-right: -1.25em;
}
.select-link select ~ i {
  pointer-events: none;
}
.select-link.invalid, .invalid .select-link {
  color: rgb(199, 72, 55);
  border-bottom: 1px solid rgb(199, 72, 55);
}

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

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .font-sm-11 {
    font-size: 11px;
  }
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-13 {
    font-size: 13px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-15 {
    font-size: 15px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 22px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .font-sm-32 {
    font-size: 32px;
  }
  .font-sm-36 {
    font-size: 36px;
  }
  .font-weight-sm-bold {
    font-weight: 700;
  }
}
@media (min-width: 980px) {
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-18 {
    font-size: 18px;
  }
  .font-md-24 {
    font-size: 24px;
  }
  .font-md-36 {
    font-size: 36px;
  }
}
.line-height {
  line-height: 1rem;
}

.line-height-xs {
  line-height: 1.1rem;
}

.line-height-sm {
  line-height: 1.5rem;
}

.line-height-md {
  line-height: 1.625rem;
}

.line-height-lg {
  line-height: 1.75rem;
}

.line-height-xl {
  line-height: 2.5rem;
}

.line-height-20 {
  line-height: 20px;
}

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

.weight-400 {
  font-weight: 400;
}

@media (max-width: 979.98px) {
  .line-height-xs-mobile {
    line-height: 1.1rem;
  }
}
.text-truncate-2 {
  max-height: 2.6em;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-truncate-2 {
    display: block;
  }
}

.text-truncate-4 {
  max-height: 5.2em;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-truncate-4 {
    display: block;
  }
}

.text-truncate-3 {
  max-height: 3.6em;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-truncate-3 {
    display: block;
  }
}

.red {
  color: rgb(199, 72, 55);
}

.text-light-grey {
  color: #d0d0d3;
}

.text-grey-black {
  color: #66676E;
}

.text-yellow {
  color: #f3ae14;
}

.text-dark-red {
  color: #c74837;
}

.text-green {
  color: rgb(0, 182, 125);
}

.text-tight {
  letter-spacing: -0.5px;
}

.text-decoration-light {
  text-decoration-thickness: 1px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.text-decoration-medium {
  text-decoration-thickness: 2px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.font-web-safe {
  font-family: arial, verdana, helvetica, sans-serif;
}

.pointer-events-none {
  pointer-events: none;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: inherit;
}

.line-height-15 {
  line-height: 1.5;
}

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

@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}

.lazy-sprite {
  background: 0 !important;
}

.sprite {
  display: inline-block;
  background-repeat: no-repeat;
  width: 46px;
  height: 32px;
  margin: 0 10px 15px 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .sprite {
    margin: 0 15px 15px 0;
  }
}

.sprite-payment-aktia {
  background-image: url("../images/payments/aktia.png");
}

.sprite-payment-amazon {
  background-image: url("../images/payments/amazon.png");
}

.sprite-payment-american {
  background-image: url("../images/payments/american.png");
}

.sprite-payment-applepay {
  background-image: url("../images/payments/applepay.png");
}

.sprite-payment-bancontact {
  background-image: url("../images/payments/bancontact.png");
}

.sprite-payment-danske {
  background-image: url("../images/payments/danske.png");
}

.sprite-payment-deutsche-post {
  background-image: url("../images/payments/deutsche-post.png");
}

.sprite-payment-electron {
  background-image: url("../images/payments/electron.png");
}

.sprite-payment-ideal {
  background-image: url("../images/payments/ideal.png");
}

.sprite-payment-klarna {
  background-image: url("../images/payments/klarna.png");
}

.sprite-payment-maestro {
  background-image: url("../images/payments/maestro.png");
}

.sprite-payment-mastercard {
  background-image: url("../images/payments/mastercard.png");
}

.sprite-payment-nordea {
  background-image: url("../images/payments/nordea.png");
}

.sprite-payment-op {
  background-image: url("../images/payments/op.png");
}

.sprite-payment-p24 {
  background-image: url("../images/payments/p24.png");
}

.sprite-payment-paypal {
  background-image: url("../images/payments/paypal.png");
}

.sprite-payment-s-pankki {
  background-image: url("../images/payments/s-pankki.png");
}

.sprite-payment-visa {
  background-image: url("../images/payments/visa.png");
}

.sprite-payment-blik {
  background-image: url("../images/payments/blik.png");
}

.sprite-payment-bcmc {
  background-image: url("../images/payments/bcmc.png");
}

.sprite-payment-btcreditcards {
  background-image: url("../images/payments/btcreditcards.png");
}

.sprite-payment-adcreditcards {
  background-image: url("../images/payments/adcreditcards.png");
}

.sprite-payment-admobilepay {
  background-image: url("../images/payments/admobilepay.png");
}

.sprite-payment-creditcard {
  font-size: 28px;
  width: auto;
  height: auto;
}
.sprite-payment-creditcard::after {
  content: "\ea11";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}

.sprite-delivery-brt {
  background-image: url("../images/delivery/brt.png");
}

.sprite-delivery-dhl-express {
  background-image: url("../images/delivery/dhl-express.png");
}

.sprite-delivery-dhl {
  background-image: url("../images/delivery/dhl.png");
}

.sprite-delivery-die-post {
  background-image: url("../images/delivery/die-post.png");
}

.sprite-delivery-dpd {
  background-image: url("../images/delivery/dpd.png");
}

.sprite-delivery-hermes {
  background-image: url("../images/delivery/hermes.png");
}

.sprite-delivery-posten {
  background-image: url("../images/delivery/posten.png");
}

.sprite-delivery-posti {
  background-image: url("../images/delivery/posti.png");
}

.sprite-delivery-postnl {
  background-image: url("../images/delivery/postnl.png");
}

.sprite-delivery-postnord {
  background-image: url("../images/delivery/postnord.png");
}

.sprite-delivery-seur {
  background-image: url("../images/delivery/seur.png");
}

.sprite-delivery-gls {
  background-image: url("../images/delivery/gls.png");
}

.sprite-delivery-mondial-relay {
  background-image: url("../images/delivery/mondial-relay.png");
}

.sprite-flags {
  display: inline-block;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.sprite-flags--sm {
  transform: scale(0.7);
  margin-right: -5px;
}

.sprite-flag-eu {
  width: 23px;
  height: 17px;
  background: url("../images/sprite-flag-eu.png") 0 0 no-repeat !important;
  background-size: cover !important;
}

.sprite-flag-us {
  width: 21px;
  height: 16px;
  background-position: 0 0;
}

.sprite-flag-es {
  width: 21px;
  height: 16px;
  background-position: -44px 0;
}

.sprite-flag-hu {
  width: 21px;
  height: 16px;
  background-position: -88px 0;
}

.sprite-flag-au {
  width: 21px;
  height: 16px;
  background-position: -132px 0;
}

.sprite-flag-fi {
  width: 21px;
  height: 16px;
  background-position: -176px 0;
}

.sprite-flag-fr {
  width: 20px;
  height: 16px;
  background-position: -220px 0;
}

.sprite-flag-gb {
  width: 21px;
  height: 16px;
  background-position: -264px 0;
}

.sprite-flag-nl {
  width: 20px;
  height: 16px;
  background-position: 0 -44px;
}

.sprite-flag-no {
  width: 21px;
  height: 16px;
  background-position: -44px -44px;
}

.sprite-flag-ru {
  width: 20px;
  height: 16px;
  background-position: -88px -44px;
}

.sprite-flag-se {
  width: 21px;
  height: 16px;
  background-position: -132px -44px;
}

.sprite-flag-za {
  width: 21px;
  height: 16px;
  background-position: -176px -44px;
}

.sprite-flag-it {
  width: 21px;
  height: 16px;
  background-position: -220px -44px;
}

.sprite-flag-dk {
  width: 20px;
  height: 16px;
  background-position: -264px -44px;
}

.sprite-flag-de {
  width: 20px;
  height: 16px;
  background-position: -308px -44px;
}

.sprite-flag-ch {
  width: 16px;
  height: 16px;
  background-position: -308px 0;
}

.sprite-flag-ie {
  width: 21px;
  height: 16px;
  background-position: -352px 0;
}

.sprite-flag-pl {
  width: 21px;
  height: 16px;
  background-position: -352px -44px;
}

.sprite-flag-be {
  width: 21px;
  height: 16px;
  background-position: -396px 0;
}

.sprite-flag-at {
  width: 21px;
  height: 16px;
  background-position: -396px -44px;
}

.sprite-flag-ww {
  width: 21px;
  height: 16px;
  background-position: -441px 0;
}

.sprite-flag-cz {
  width: 21px;
  height: 16px;
  background-position: -479px 0;
}

.navbar-links {
  --scrollbar-foreground: rgb(199, 72, 55);
  --scrollbar-background: transparent;
  overflow-x: scroll;
  touch-action: pan-x;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow-x: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  /* Foreground, Background */
  scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}
.navbar-links::-webkit-scrollbar {
  width: 3px; /* Mostly for vertical scrollbars */
  height: 3px; /* Mostly for horizontal scrollbars */
}
.navbar-links::-webkit-scrollbar-thumb {
  /* Foreground */
  background: var(--scrollbar-foreground);
}
.navbar-links:-webkit-scrollbar-track {
  /* Background */
  background: var(--scrollbar-background);
}
.navbar-links__wrapper {
  background: var(--navbar-background);
}
.navbar-links__link {
  color: var(--navbar-text-color);
}
.navbar-links__link:hover, .navbar-links__link--active {
  color: var(--navbar-text-color);
  text-decoration-color: var(--navbar-text-color);
  text-decoration-thickness: 2px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-countdown {
  color: var(--cd-text-color);
  width: 100%;
  padding: 0;
  position: relative;
  border-top: none;
}
@media (min-width: 768px) {
  .c-countdown:not(.countdown--2023) {
    max-width: 31.25rem;
  }
}
.c-countdown__bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .c-countdown__bg {
    background-size: contain;
    background-position: right;
  }
}
@media (max-width: 979.98px) {
  .c-countdown__bg:before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 979.98px) {
  .c-countdown__coupon {
    max-width: 11.125rem;
  }
  .c-countdown__coupon .c-slide-arrow {
    transform: rotate(90deg);
  }
}
.c-countdown__headline {
  font-size: 1.25rem;
  margin-top: 0;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}
.c-countdown__headline:before, .c-countdown__headline:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: var(--cd-border-color);
}
.c-countdown__headline:before {
  left: -0.5em;
  margin: 0 0 0 -50%;
}
.c-countdown__headline:after {
  left: 0.5em;
  margin: 0 -50% 0 0;
}
.c-countdown__counters {
  margin-top: -1.75rem;
  border: 1px solid var(--cd-border-color);
  border-top: none;
  padding-top: 1em;
}
.c-countdown__counters > div {
  flex: 0 0 25%;
  font-weight: bold;
  line-height: 1.1;
  min-width: 1.25rem;
  padding: 0 0.5rem 1rem;
  position: relative;
  text-align: center;
}
.c-countdown__counters > div:not(.number) {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-countdown__counters > div:not(.number) {
    font-size: 3.125rem;
    height: 6rem;
  }
}
@media (min-width: 768px) {
  .c-countdown__counters > div {
    flex: 0 0 20%;
  }
}
.c-countdown__counters > div::after {
  content: attr(data-name);
  display: block;
  font-size: 0.625rem;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-countdown__counters > div::after {
    font-size: 0.9rem;
  }
}
.c-countdown__counters > div.divider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.c-countdown__counters--2023 > div {
  flex: 0 0 20%;
  padding-left: 0;
  padding-right: 0;
}
.c-countdown__counters--2023 > div.divider {
  flex: 0 0 6.6666666667%;
}

@media (min-width: 768px) {
  .prefooter__heading {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: box;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
  }
}

.bg-red-translucent {
  background-color: rgba(199, 72, 55, 0.1);
}

.bg-loyalty-blue {
  background-color: #2f6fb4;
}

.bg-loyalty-silver {
  background-color: #848484;
}

.bg-loyalty-orange {
  background-color: rgb(199, 72, 55);
}

.bg-loyalty-gold {
  background-color: #ccaa58;
}

.loyalty-card__title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .loyalty-card__title {
    font-size: 1.125rem;
  }
}
.loyalty-card__text {
  color: #767676;
  display: -webkit-box;
}
@media (min-width: 768px) {
  .loyalty-card__text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.875rem;
    line-height: 1.4375rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.loyalty-card__icon {
  height: 5.625rem;
  margin-right: 2.75rem;
}
@media (min-width: 768px) {
  .loyalty-card__icon {
    height: 10.9rem;
    margin-right: 0;
  }
}
.loyalty-card__icon-bg {
  right: 0;
  left: 20px;
  max-width: 5.625rem;
}
@media (min-width: 768px) {
  .loyalty-card__icon-bg {
    left: auto;
    max-width: none;
  }
}
.loyalty-card__icon-bg svg {
  width: 100%;
  height: 100%;
}
.loyalty-card__icon-inside {
  height: 3.4375rem;
  margin-right: 85px;
  object-fit: contain;
  object-position: bottom;
  position: relative;
  top: 1rem;
  width: 3.4375rem;
}
@media (min-width: 768px) {
  .loyalty-card__icon-inside {
    bottom: 1.125rem;
    height: 100%;
    top: auto;
    width: 6.375rem;
  }
}

.loyalty-advantages .slick-dots li button {
  background-color: rgb(33, 33, 33);
  border-radius: 100%;
  opacity: 0.5;
  width: 0.625rem;
  height: 0.625rem;
}
.loyalty-advantages .slick-dots li button:before {
  content: none;
}
.loyalty-advantages .slick-dots li.slick-active button {
  opacity: 1;
}
.loyalty-advantages__card {
  background-color: #ebebeb;
  border-radius: 14px;
}
.loyalty-advantages__award {
  height: 3.08rem;
  min-width: 2.466rem;
}
.loyalty-advantages__badge {
  border-radius: 13px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  height: 1.6rem;
  line-height: 1.6rem;
}
@media (min-width: 768px) {
  .loyalty-advantages__badge {
    font-size: 16px;
  }
}
.loyalty-advantages__top {
  height: 9.625rem;
  text-align: center;
}
.loyalty-advantages__field {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
.loyalty-advantages__field--underline {
  border-bottom: 1px solid rgb(189, 189, 189);
  position: relative;
}
@media (min-width: 768px) {
  .loyalty-advantages__field--underline:before {
    border-bottom: 1px solid rgb(189, 189, 189);
    bottom: -1px;
    content: "";
    height: 1px;
    left: -50vw;
    position: absolute;
    width: 50vw;
  }
  .loyalty-advantages__field--underline:after {
    border-bottom: 1px solid rgb(189, 189, 189);
    bottom: -1px;
    content: "";
    height: 1px;
    right: -10px;
    position: absolute;
    width: 10px;
  }
}

@media (min-width: 768px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .custom-padding-horze {
    padding-right: 120px;
    padding-bottom: 60px !important;
    padding-top: 50px !important;
  }
}
@media (max-width: 979.98px) {
  .custom-padding-horze {
    display: flex !important;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .custom-padding-horze {
    height: 300px;
    padding: 50px !important;
  }
}
@media (max-width: 400px) {
  .custom-padding-horze {
    height: 400px;
  }
}

.custom-black-friday-container {
  width: 100%;
  height: 233.37px;
  border: 2px solid #ffffff;
}
@media (max-width: 979.98px) {
  .custom-black-friday-container {
    height: 150px;
  }
}
.custom-black-friday-container .custom-black-friday-container-secondary {
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  border: 7px solid #ffffff;
  filter: blur(3.5px);
  top: -3.5px;
  left: -5px;
}
.custom-black-friday-container .black-friday-container-blur {
  max-width: 70%;
  top: -50px;
  background-color: #000000;
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container-blur {
    top: -30px;
  }
}
.custom-black-friday-container .black-friday-container-blur .black-friday-title {
  font-size: 90px;
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-title {
    font-size: 70px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-title {
    font-size: 40px;
  }
}
.custom-black-friday-container .black-friday-container-blur .black-friday-subtitle {
  line-height: 90px;
  font-size: 115px;
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-subtitle {
    font-size: 90px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-subtitle {
    font-size: 60px;
    line-height: 60px;
  }
}
.custom-black-friday-container .black-friday-container-blur .black-friday-title {
  font-size: 95px;
  color: #c74837;
  opacity: 0.94;
  filter: blur(13px);
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-title {
    font-size: 75px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-title {
    font-size: 43px;
  }
}
.custom-black-friday-container .black-friday-container-blur .black-friday-subtitle {
  font-size: 120px;
  color: #c74837;
  opacity: 0.94;
  filter: blur(13px);
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-subtitle {
    font-size: 95px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container-blur .black-friday-subtitle {
    font-size: 63px;
  }
}
.custom-black-friday-container .black-friday-lotery-text {
  font-size: 35px;
  line-height: 67px;
  bottom: 10px;
  z-index: 20;
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-lotery-text {
    font-size: 30px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-lotery-text {
    font-size: 20px;
  }
}
.custom-black-friday-container .black-friday-container {
  max-width: 70%;
  top: -50px;
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container {
    top: -30px;
  }
}
.custom-black-friday-container .black-friday-container .black-friday-title {
  font-size: 90px;
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-container .black-friday-title {
    font-size: 70px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container .black-friday-title {
    font-size: 40px;
  }
}
.custom-black-friday-container .black-friday-container .black-friday-subtitle {
  line-height: 90px;
  font-size: 115px;
}
@media (max-width: 1199.98px) {
  .custom-black-friday-container .black-friday-container .black-friday-subtitle {
    font-size: 90px;
  }
}
@media (max-width: 979.98px) {
  .custom-black-friday-container .black-friday-container .black-friday-subtitle {
    font-size: 60px;
    line-height: 60px;
  }
}

.black-friday-horze-image {
  z-index: 10;
  right: 0px;
  bottom: 0px;
}

.horze-custom-newsletter-text-container {
  min-height: 100px;
  padding: 30px 10px;
}
.horze-custom-newsletter-text-container .horze-custom-newsletter-text--title {
  font-size: 26px;
  color: #212121;
}
.horze-custom-newsletter-text-container .horze-custom-newsletter-text--subtitle {
  font-size: 16px;
  margin-top: 15px;
  color: #212121;
}

p {
  font-size: inherit;
}

.info-widget p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

:root {
  --swiper-navigation-color: #212121; /* To edit the color of the arrows */
}

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