@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):not(.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 {
  -webkit-transform: translate3d(0, 0, 0);
}

:focus {
  outline: none;
}

:root {
  --blue: #5185b9;
  --indigo: #6610f2;
  --purple: #b53b7e;
  --pink: #f985b4;
  --red: #ED1C24;
  --orange: #ffa200;
  --yellow: #ffe00d;
  --green: #51a251;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #9E9E9E;
  --gray-dark: #616161;
  --brown: #764944;
  --primary: #5185b9;
  --secondary: #9E9E9E;
  --success: #51a251;
  --info: #17a2b8;
  --warning: #ffa200;
  --danger: #ED1C24;
  --light: #F5F5F5;
  --dark: #424242;
  --black: #212121;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 980px;
  --breakpoint-lg: 1200px;
  --font-family-sans-serif: "Helvetica neue", Helvetica, Roboto, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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: 400;
  line-height: 1.25;
  color: #424242;
  text-align: left;
  background-color: #fff;
}

[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: #424242;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #212121;
  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: 1150px;
  }
}

.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-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%;
  }
}
.btn {
  display: inline-block;
  font-weight: 700;
  color: #424242;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 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: #424242;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5185b9;
  border-color: #5185b9;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4172a2;
  border-color: #3e6c99;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 151, 196, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5185b9;
  border-color: #5185b9;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3e6c99;
  border-color: #3a6590;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 151, 196, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #9E9E9E;
  border-color: #9E9E9E;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #858585;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 140, 140, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #9E9E9E;
  border-color: #9E9E9E;
}
.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.2rem rgba(139, 140, 140, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #51a251;
  border-color: #51a251;
}
.btn-success:hover {
  color: #fff;
  background-color: #448944;
  border-color: #408040;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 176, 107, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #51a251;
  border-color: #51a251;
}
.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.2rem rgba(107, 176, 107, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d98a00;
  border-color: #cc8200;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 143, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc8200;
  border-color: #bf7a00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 143, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d21118;
  border-color: #c61017;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 62, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c61017;
  border-color: #ba0f15;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 62, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.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.2rem rgba(213, 214, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #292929;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.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.2rem rgba(94, 94, 94, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-black:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.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.2rem rgba(66, 66, 66, 0.5);
}

.btn-outline-primary {
  color: #5185b9;
  border-color: #5185b9;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5185b9;
  border-color: #5185b9;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 133, 185, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5185b9;
  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: #5185b9;
  border-color: #5185b9;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 133, 185, 0.5);
}

.btn-outline-secondary {
  color: #9E9E9E;
  border-color: #9E9E9E;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #9E9E9E;
  border-color: #9E9E9E;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #9E9E9E;
  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: #9E9E9E;
  border-color: #9E9E9E;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
}

.btn-outline-success {
  color: #51a251;
  border-color: #51a251;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #51a251;
  border-color: #51a251;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 81, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #51a251;
  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: #51a251;
  border-color: #51a251;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 81, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffa200;
  border-color: #ffa200;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 162, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffa200;
  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: #ffa200;
  border-color: #ffa200;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 162, 0, 0.5);
}

.btn-outline-danger {
  color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ED1C24;
  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: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.btn-outline-light {
  color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F5F5F5;
  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: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #424242;
  border-color: #424242;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #424242;
  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: #424242;
  border-color: #424242;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #424242;
  text-decoration: none;
}
.btn-link:hover {
  color: #212121;
  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: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 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.25rem;
}

.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;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 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: #F5F5F5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #212121;
  text-decoration: none;
  background-color: #F5F5F5;
}
.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;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 15px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 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: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

.bg-secondary {
  background-color: #9E9E9E !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: #51a251 !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: #17a2b8 !important;
}

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

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

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

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

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

.bg-light {
  background-color: #F5F5F5 !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: #424242 !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: #212121 !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: #fff !important;
}

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

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

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

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

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

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

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

.border-success {
  border-color: #51a251 !important;
}

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

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

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

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

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

.border-black {
  border-color: #212121 !important;
}

.border-white {
  border-color: #fff !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 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;
  }
}
.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;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-120,
.px-120 {
  padding-left: 120px !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-n80 {
  margin: -80px !important;
}

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

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

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

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

.m-n100 {
  margin: -100px !important;
}

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

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

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

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

.m-n120 {
  margin: -120px !important;
}

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

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

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

.ml-n120,
.mx-n120 {
  margin-left: -120px !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;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

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

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

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

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

  .m-sm-100 {
    margin: 100px !important;
  }

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

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

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

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

  .m-sm-120 {
    margin: 120px !important;
  }

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

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

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

  .ml-sm-120,
.mx-sm-120 {
    margin-left: 120px !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;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

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

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

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

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

  .p-sm-100 {
    padding: 100px !important;
  }

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

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

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

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

  .p-sm-120 {
    padding: 120px !important;
  }

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

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

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

  .pl-sm-120,
.px-sm-120 {
    padding-left: 120px !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-n80 {
    margin: -80px !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -80px !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -80px !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -80px !important;
  }

  .m-sm-n100 {
    margin: -100px !important;
  }

  .mt-sm-n100,
.my-sm-n100 {
    margin-top: -100px !important;
  }

  .mr-sm-n100,
.mx-sm-n100 {
    margin-right: -100px !important;
  }

  .mb-sm-n100,
.my-sm-n100 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n100,
.mx-sm-n100 {
    margin-left: -100px !important;
  }

  .m-sm-n120 {
    margin: -120px !important;
  }

  .mt-sm-n120,
.my-sm-n120 {
    margin-top: -120px !important;
  }

  .mr-sm-n120,
.mx-sm-n120 {
    margin-right: -120px !important;
  }

  .mb-sm-n120,
.my-sm-n120 {
    margin-bottom: -120px !important;
  }

  .ml-sm-n120,
.mx-sm-n120 {
    margin-left: -120px !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;
  }

  .m-md-80 {
    margin: 80px !important;
  }

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

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

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

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

  .m-md-100 {
    margin: 100px !important;
  }

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

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

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

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

  .m-md-120 {
    margin: 120px !important;
  }

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

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

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

  .ml-md-120,
.mx-md-120 {
    margin-left: 120px !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;
  }

  .p-md-80 {
    padding: 80px !important;
  }

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

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

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

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

  .p-md-100 {
    padding: 100px !important;
  }

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

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

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

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

  .p-md-120 {
    padding: 120px !important;
  }

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

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

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

  .pl-md-120,
.px-md-120 {
    padding-left: 120px !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-n80 {
    margin: -80px !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -80px !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -80px !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -80px !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -80px !important;
  }

  .m-md-n100 {
    margin: -100px !important;
  }

  .mt-md-n100,
.my-md-n100 {
    margin-top: -100px !important;
  }

  .mr-md-n100,
.mx-md-n100 {
    margin-right: -100px !important;
  }

  .mb-md-n100,
.my-md-n100 {
    margin-bottom: -100px !important;
  }

  .ml-md-n100,
.mx-md-n100 {
    margin-left: -100px !important;
  }

  .m-md-n120 {
    margin: -120px !important;
  }

  .mt-md-n120,
.my-md-n120 {
    margin-top: -120px !important;
  }

  .mr-md-n120,
.mx-md-n120 {
    margin-right: -120px !important;
  }

  .mb-md-n120,
.my-md-n120 {
    margin-bottom: -120px !important;
  }

  .ml-md-n120,
.mx-md-n120 {
    margin-left: -120px !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;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

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

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

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

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

  .m-lg-100 {
    margin: 100px !important;
  }

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

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

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

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

  .m-lg-120 {
    margin: 120px !important;
  }

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

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

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

  .ml-lg-120,
.mx-lg-120 {
    margin-left: 120px !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;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

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

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

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

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

  .p-lg-100 {
    padding: 100px !important;
  }

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

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

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

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

  .p-lg-120 {
    padding: 120px !important;
  }

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

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

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

  .pl-lg-120,
.px-lg-120 {
    padding-left: 120px !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-n80 {
    margin: -80px !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -80px !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -80px !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -80px !important;
  }

  .m-lg-n100 {
    margin: -100px !important;
  }

  .mt-lg-n100,
.my-lg-n100 {
    margin-top: -100px !important;
  }

  .mr-lg-n100,
.mx-lg-n100 {
    margin-right: -100px !important;
  }

  .mb-lg-n100,
.my-lg-n100 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n100,
.mx-lg-n100 {
    margin-left: -100px !important;
  }

  .m-lg-n120 {
    margin: -120px !important;
  }

  .mt-lg-n120,
.my-lg-n120 {
    margin-top: -120px !important;
  }

  .mr-lg-n120,
.mx-lg-n120 {
    margin-right: -120px !important;
  }

  .mb-lg-n120,
.my-lg-n120 {
    margin-bottom: -120px !important;
  }

  .ml-lg-n120,
.mx-lg-n120 {
    margin-left: -120px !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;
  }
}
.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;
  }
}
.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: #fff !important;
}

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

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

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

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

.text-success {
  color: #51a251 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-black {
  color: #212121 !important;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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: 0px 0px;
  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: #BDBDBD;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #BDBDBD;
}

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

.media-body {
  flex: 1;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover-body {
  padding: 15px 15px;
  color: #212529;
}

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.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: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
.modal-xl {
  max-width: 1140px;
}

.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
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fontawesome-custom.eot");
  src: url("../fonts/fontawesome-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-custom.woff2") format("woff2"), url("../fonts/fontawesome-custom.woff") format("woff"), url("../fonts/fontawesome-custom.ttf") format("truetype"), url("../fonts/fontawesome-custom.svg#fontawesome") format("svg");
}
.fa, .far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome-custom-solid.eot");
  src: url("../fonts/fontawesome-custom-solid.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-custom-solid.woff2") format("woff2"), url("../fonts/fontawesome-custom-solid.woff") format("woff"), url("../fonts/fontawesome-custom-solid.ttf") format("truetype"), url("../fonts/fontawesome-custom-solid.svg#fontawesome") format("svg");
}
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}

.fa-lg {
  vertical-align: -0.16em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-needle:before {
  content: "쀁";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clock:before {
  content: "\f017";
}

.fa-cog:before {
  content: "\f013";
}

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

.fa-exclamation:before {
  content: "\f12a";
}

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

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

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

.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-film:before {
  content: "\f008";
}

.fa-fire:before {
  content: "\f06d";
}

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

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

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

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

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

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

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

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

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-key:before {
  content: "\f084";
}

.fa-list:before {
  content: "\f03a";
}

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

.fa-lock:before {
  content: "\f023";
}

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

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

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

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

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

.fa-medal:before {
  content: "\f5a2";
}

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

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

.fa-mobile:before {
  content: "\f10b";
}

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

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

.fa-pause:before {
  content: "\f04c";
}

.fa-pencil:before {
  content: "\f040";
}

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

.fa-phone:before {
  content: "\f095";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-play:before {
  content: "\f04b";
}

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-print:before {
  content: "\f02f";
}

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

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

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

.fa-receipt:before {
  content: "\f543";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-reply:before {
  content: "\f3e5";
}

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

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

.fa-ruler:before {
  content: "\f545";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-snowflake:before {
  content: "\f2dc";
}

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

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

.fa-square:before {
  content: "\f0c8";
}

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

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

.fa-stars:before {
  content: "\f762";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-tags:before {
  content: "\f02c";
}

.fa-th:before {
  content: "\f00a";
}

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-trophy:before {
  content: "\f091";
}

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-undo:before {
  content: "\f0e2";
}

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

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

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

.fa-users:before {
  content: "\f0c0";
}

.fa-vk:before {
  content: "\f189";
}

.fa-volume:before {
  content: "\f6a8";
}

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

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

.fa-youtube:before {
  content: "\f167";
}

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

.c-background-image--service-page {
  background: #eee 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: #eee 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: #eee url(../images/bg-404-mobile.jpg) no-repeat;
    background-size: cover;
  }
}

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

.btn-light, .btn-light:focus, .btn-light:hover {
  border-color: #424242;
}

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

.btn-ghost {
  border: 2px solid #212121;
}

.btn-instagram-gradient {
  background-image: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-right: 0;
  border-left: 0;
  color: #fff;
}
.btn-instagram-gradient:hover {
  color: #fff;
}

.btn-light-ghost {
  border: 1px solid black;
}

.c-callout {
  width: 45px;
  height: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  border-radius: 45px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-callout {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.c-callout--black {
  background: #212121;
}
.c-callout--blue {
  background: #3C4A6D;
}
.c-callout--brown {
  background: #764944;
}
.c-callout--red {
  background: #db0a12;
}
.c-callout--gray {
  background: #89838D;
}
.c-callout--green {
  background: #51a251;
}
.c-callout--yellow {
  background: #ffe00d;
}
.c-callout--orange {
  background: #ffa200;
}
.c-callout--pink {
  background: #e93463;
}
.c-callout--amber {
  background: #ffbf00;
}
.c-callout--lime {
  background: #c9de00;
}
.c-callout--lightgreen {
  background: #79c42e;
}
.c-callout--teal {
  background: #009a88;
}
.c-callout--lightblue {
  background: #4caaf6;
}
.c-callout--indigo {
  background: #3f51b4;
}
.c-callout--deeppurple {
  background: #663bb6;
}
.c-callout--purple {
  background: #9d28b1;
}
.c-callout--darkblue {
  background: #273646;
}
.c-callout--cm-blue {
  background: #015595;
}
.c-callout--bf-orange {
  background: #e9c06e;
}
.c-callout--dot {
  width: 10px;
  height: 10px;
}
.c-callout--big-dot {
  width: 15px;
  height: 15px;
}
.c-callout--sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
}
.c-callout--md {
  width: 54px;
  height: 54px;
  font-size: 15px;
  line-height: 54px;
}
@media (max-width: 767.98px) {
  .c-callout--md {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}
.c-callout--lg {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  font-size: 20px;
}
.c-callout--xl {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .c-callout--xl {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.c-callout--xxl {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .c-callout--xxl {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 20px;
  }
}
.c-callout--image {
  width: 120px;
  height: 120px;
  border-radius: 350px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .c-callout--image {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 980px) {
  .c-callout--image {
    width: 260px;
    height: 260px;
  }
}
.c-callout--rectangle {
  width: auto;
  height: 20px;
  display: flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  border-radius: 0;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .c-callout--rectangle {
    font-size: 15px;
  }
}
.c-callout--rotated {
  transform: rotateZ(-20deg);
}

.c-bottom-notification {
  position: fixed;
  bottom: 0px;
  z-index: 1050;
  width: 100%;
  background-color: #F5F5F5;
  transition: transform 0.3s;
  transform: translateY(100%);
  border-top: 1px solid #E0E0E0;
}
.c-bottom-notification.in {
  transform: translateY(0%);
}
.c-bottom-notification__close-button {
  position: absolute;
  right: 20px;
}
@media (max-width: 767.98px) {
  .c-bottom-notification__close-button {
    top: 15px;
  }
}

.c-demo {
  position: fixed;
  top: 30px;
  width: 300px;
  right: -95px;
  z-index: 99999;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #ED1C24;
  line-height: 45px;
  color: #fff;
  transform: rotate(45deg);
  opacity: 0.3;
  pointer-events: none;
}

.c-footer {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #E0E0E0;
  background-color: #F5F5F5;
}
@media (min-width: 980px) {
  .c-footer {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 0;
  }
}
.c-footer__accordion-toggle {
  display: block;
  padding: 15px;
  border-top: 1px solid #E0E0E0;
}
.c-footer__accordion-toggle:hover {
  text-decoration: none;
}
.c-footer__accordion-toggle::after {
  content: "";
  font-family: "font awesome 5 pro";
  font-weight: 400;
  float: right;
}
.c-footer__accordion-toggle.collapsed::after {
  content: "";
}
.c-footer__accordion-inner {
  display: flex;
  flex-wrap: wrap;
}
.c-footer__accordion-item {
  width: 50%;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: -1px;
}
.c-footer__accordion-item:nth-child(2n+1) {
  border-right: 1px solid #E0E0E0;
}
.c-footer__accordion-item:nth-child(1), .c-footer__accordion-item:nth-child(2) {
  border-top: 1px solid #E0E0E0;
}
.c-footer__accordion-item:hover {
  background-color: #E0E0E0;
  text-decoration: none;
}
.c-footer__accordion-note {
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid #E0E0E0;
}
.c-footer__row {
  padding-bottom: 80px;
  border-bottom: 1px solid #E0E0E0;
}
.c-footer__heading {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.c-footer__heading:hover {
  text-decoration: none;
}
.c-footer__link {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
.c-footer__link:hover {
  text-decoration: none;
}
.c-footer__social-link {
  font-size: 14px;
  margin-left: 5px;
}
.c-footer__social-link:hover {
  text-decoration: none;
}
.c-footer__copyright {
  border-top: 1px solid #E0E0E0;
  padding: 5px 0;
}
.c-footer__copyright-item {
  font-size: 12px;
  line-height: 20px;
  color: #616161;
}
.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-header {
  height: 120px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .c-header {
    height: 130px;
  }
}
@media (min-width: 980px) {
  .c-header {
    height: 80px;
    position: relative;
    margin-top: 30px;
    box-shadow: none;
  }
}
.c-header__pill {
  display: block;
  position: relative;
  padding: 10px 20px 27px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 18px;
}
.c-header__pill--wide {
  padding: 10px 25px 27px;
}
.c-header__pill:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  border-top-color: #E0E0E0;
  border-bottom-color: #E0E0E0;
}
.c-header__pill:hover {
  border: 1px solid #E0E0E0;
}
.c-header__pill:hover:after {
  border-top-color: #BDBDBD;
  border-bottom-color: #BDBDBD;
}
.c-header__pill-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-header__pill-desc {
  font-size: 11px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
.c-header__pill-badge {
  position: absolute;
  top: 4%;
  left: 60%;
  height: 16px;
  min-width: 12px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #ED1C24;
  color: #fff;
  border-radius: 8px;
  box-sizing: content-box;
}
.c-header__pill-badge--offer {
  top: 0%;
  left: 80%;
  padding: 1px 2px;
  height: 14px;
  line-height: 15px;
}
.c-header .dropdown.show .c-header__pill {
  background-color: #F5F5F5;
}
.c-header__dropdown {
  min-width: 15rem;
}
.c-header__dropdown-description {
  color: #9e9e9e;
}

.c-logo {
  display: flex;
}
@media (max-width: 767.98px) {
  .c-logo {
    justify-content: center;
    text-align: center;
  }
}
.c-logo--small img {
  width: 50px;
  margin: 0 20px;
  width: 60px;
}
.c-logo--big img {
  height: 40px;
  width: auto;
  margin: 0px 60px;
}
@media (min-width: 768px) {
  .c-logo--big img {
    height: 45px;
    margin: 0;
  }
}
@media (min-width: 980px) {
  .c-logo--big img {
    height: 55px;
  }
}
.c-logo__link {
  align-self: center;
}

.c-navbar {
  position: absolute;
  top: 30px;
  overflow: visible;
  width: 100%;
  z-index: 1030;
  background-color: #fff;
  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 {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.show-nav .c-navbar {
  z-index: 1000;
}
.c-navbar__btn {
  display: inline-flex;
  height: 40px;
  position: relative;
  padding: 0 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.c-navbar__btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-navbar__btn {
    height: 50px;
    font-size: 22px;
  }
}
.c-navbar__btn-desc {
  margin-top: 2px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .c-navbar__btn-desc {
    margin-top: 5px;
  }
}
.c-navbar__btn-badge {
  position: absolute;
  top: 20%;
  left: 60%;
  height: 12px;
  min-width: 8px;
  padding: 0 2px;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  background-color: #ED1C24;
  color: #fff;
  border-radius: 6px;
  box-sizing: content-box;
}
.c-navbar__icon {
  position: relative;
}
.c-navbar__icon-offer-badge {
  position: absolute;
  top: 0%;
  left: 85%;
  height: 15px;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ED1C24;
  box-sizing: content-box;
}
.c-navbar__offer-item-text {
  color: #424242;
}
.c-navbar__offer-item-title {
  color: #757575;
}
.c-navbar__offer-item:hover {
  background-color: #F5F5F5;
}
.c-navbar__logo {
  height: 40px;
}
@media (min-width: 768px) {
  .c-navbar__logo {
    height: 50px;
  }
}
.c-navbar__search {
  width: 100%;
  padding: 9px 30px 9px 15px !important;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  color: #9E9E9E;
}
.c-navbar__search::-webkit-search-cancel-button {
  display: none;
}
.c-navbar__search:focus {
  border-color: #E0E0E0;
  box-shadow: none;
  color: #212121;
}
.c-navbar__search-wrapper {
  height: 50px;
  padding: 5px;
  background-color: #F5F5F5;
}
.c-navbar__search-form {
  position: relative;
  max-width: 750px;
  margin: auto;
}
@media (min-width: 768px) {
  .c-navbar__search-form {
    padding: 0 15px;
  }
}
.c-navbar__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #424242;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .c-navbar__search-btn {
    right: 15px;
  }
}
.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: 1020;
}
.c-navbar__search-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

@media (max-width: 767.98px) {
  .sticky .c-navbar__search-wrapper {
    padding: 0;
    height: 40px;
  }
}

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

.c-navigation {
  position: relative;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.c-navigation.sticky {
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
}
.c-navigation.sticky--show {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0%);
}
.c-navigation.sticky--hide {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.c-navigation__wrapper {
  position: relative;
  height: 51px;
}
.c-navigation__item {
  display: block;
  margin: 0 15px;
  padding: 15px 5px;
  text-shadow: 0 1px 0 rgba(33, 33, 33, 0.1);
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .c-navigation__item {
    margin: 0 7px;
  }
}
.c-navigation__item:hover {
  text-decoration: none;
}
.c-navigation__item.active {
  border-bottom: 2px solid #ED1C24;
}
.c-navigation__item-icon {
  color: #ED1C24;
  font-size: 10px;
}
.c-navigation__dropdown {
  border-top: 1px solid #E0E0E0;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-navigation__dropdown-container {
  box-sizing: content-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 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: 100vh;
}
.c-navigation__dropdown-container.open .c-navigation__dropdown {
  transition: opacity 0.3s 0.1s;
  opacity: 1;
}
.c-navigation__dropdown-inner {
  column-count: 4;
  column-gap: 40px;
}
.c-navigation__dropdown-inner--small {
  column-count: 3;
}
.c-navigation__dropdown-inner--large {
  column-count: 5;
}
.c-navigation__dropdown-group {
  break-inside: avoid;
  margin-bottom: 10px;
}
.c-navigation__dropdown-group-item {
  display: block;
  position: relative;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
}
.c-navigation__dropdown-group-item:hover {
  color: #ED1C24;
  text-decoration: none;
}
.c-navigation__dropdown-group-item--sm {
  padding-left: 0;
  font-size: 12px;
  color: #9E9E9E;
  text-decoration: underline;
}
.c-navigation__dropdown-group-item--sm:hover {
  text-decoration: underline;
}
.c-navigation__dropdown-group-icon {
  position: absolute;
  left: 0;
  color: #ED1C24;
  font-size: 8px;
  line-height: 20px;
}

.c-offcanvas {
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #F5F5F5;
  -webkit-overflow-scrolling: touch;
  font-size: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  z-index: 1030;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-offcanvas--white {
  background-color: #fff;
}
.c-offcanvas.closed {
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s, visibility 0s 0.3s;
}
.c-offcanvas__list {
  display: flex;
  margin: 0;
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
  padding-bottom: 100px;
  display: block;
}
.c-offcanvas__item {
  display: flex;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #212121;
  border-bottom: 1px solid #E0E0E0;
  box-sizing: border-box;
  cursor: pointer;
}
.c-offcanvas__item:hover {
  text-decoration: none;
  color: #ED1C24;
}
.c-offcanvas__item--title {
  height: 40px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  background-color: #212121;
  border-bottom: 0;
}
.c-offcanvas__item--title:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .c-offcanvas__item--title {
    height: 50px;
  }
}
.c-offcanvas__item--title .c-offcanvas__list-item-text {
  padding-left: 5px;
}
.c-offcanvas__item-text {
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-offcanvas__item-icon {
  color: #ED1C24;
  font-size: 10px;
}
.c-offcanvas__btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.c-offcanvas__sublist {
  background: #F5F5F5;
  margin: 0;
}
.c-offcanvas__subitem {
  display: block;
  width: 100%;
  padding: 8px 20px 8px 50px;
  margin: 0;
  font-size: 15px;
  color: #424242;
  box-sizing: border-box;
}
.c-offcanvas__subitem:hover {
  text-decoration: none;
  color: #ED1C24;
}
.c-offcanvas__subitem--title {
  padding: 15px 15px 10px 15px;
  font-weight: bold;
  line-height: 25px;
}
.c-offcanvas__subitem--title i {
  width: 25px;
  margin-right: 5px;
  font-size: 25px;
  line-height: 25px;
}
.c-offcanvas__subitem--no-hover:hover {
  color: #424242;
}
.c-offcanvas__subitem-icon {
  display: inline;
  font-size: 8px;
  vertical-align: middle;
}
.c-offcanvas.loading .c-offcanvas__list {
  opacity: 0;
}

.c-offer-card {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.c-offer-card--white {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.c-offer-card__callout {
  position: absolute;
  top: 15px;
  right: 15px;
}
.c-offer-card__callout--left {
  top: 15px;
  left: 15px;
}
.c-offer-card__price-callout {
  position: absolute;
  top: 40px;
  right: 0;
}
.c-offer-card__info-vat {
  color: rgba(255, 255, 255, 0.6);
}
.c-offer-card__calendar-time {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .c-offer-card__calendar-time {
    font-size: 11px;
  }
}
.c-offer-card__bg-image {
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-offer-card__bg-image.error {
  display: none;
}
.c-offer-card__bg-image--inactive {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.3;
}
.c-offer-card__overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-offer-card__overlay-filler {
  min-height: 75%;
  transition: min-height 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-offer-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 25%;
  justify-content: center;
  text-align: center;
}
.c-offer-card__info--dark {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.c-offer-card__info--dark-release {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.c-offer-card__info--text-type {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1.8px;
  line-height: 15px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.c-offer-card__info--product-name {
  font-size: 18px;
}
.c-offer-card__hidden-content {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-offer-card__footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.c-offer-card__wrapper {
  position: relative;
  height: 0;
  display: inline-block;
  width: 75%;
  padding-bottom: 115%;
}
@media (min-width: 768px) {
  .c-offer-card__wrapper {
    width: 33%;
    padding-bottom: 50%;
  }
}
@media (min-width: 980px) {
  .c-offer-card__wrapper {
    width: 100%;
    padding-bottom: 150%;
  }
}
.c-offer-card__more {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 15px;
  transform: translateY(50%);
}
.c-offer-card__more-icon {
  font-size: 80px;
}
.c-offer-card__more-link {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
}
.c-offer-card.hovered .c-offer-card__info--dark-release {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  transition: background-color 0.5s;
}
.c-offer-card.hovered .c-offer-card__overlay-filler {
  min-height: 0;
}
.c-offer-card.hovered .c-offer-card__hidden-content {
  opacity: 1;
  max-height: 50px;
  transition: opacity 0.3s 0.15s cubic-bezier(0, 0, 0.2, 1), max-height 0.3s 0.15s cubic-bezier(0, 0, 0.2, 1);
}
.c-offer-card.hovered .c-offer-card__hidden-content--main {
  margin-top: 35px;
  transition: opacity 0s 0s cubic-bezier(0, 0, 0.2, 1), max-height 0s 0s cubic-bezier(0, 0, 0.2, 1);
}
.c-offer-card.hovered .c-offer-card__hidden-content--title {
  margin-top: 25px;
  margin-bottom: 30px;
}
.c-offer-card.hovered .c-offer-card__full-bg {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
.c-offer-card.hovered .c-offer-card__half-bg {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
}

.c-price {
  margin: 10px 0 5px;
}
.c-price .newprice {
  font-size: 15px;
  font-weight: bold;
}
.c-price .oldprice {
  display: inline-block;
  font-size: 12px;
  text-decoration: line-through;
  color: #757575;
}
.c-price--plp {
  display: inline-block;
  margin: 0;
}
.c-price--plp .price {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.c-price--plp .newprice {
  font-weight: bold;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .c-price--plp .newprice {
    font-size: 17px;
  }
}
.c-price--plp .oldprice {
  padding-right: 10px;
  font-size: 15px;
  text-decoration: line-through;
}
@media (max-width: 767.98px) {
  .c-price--plp .oldprice {
    font-size: 13px;
  }
}
.c-price--plp .oldprice:empty {
  display: none;
}
.c-price--plp .cost-price {
  display: none;
}
.c-price--plp .rrp-price {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .c-price--plp .rrp-price {
    font-size: 13px;
    line-height: 16px;
  }
}
.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 {
  font-size: 30px;
}
.c-price--md .oldprice {
  font-size: 16px;
}
.c-price--lg .oldprice {
  font-size: 24px;
}
.c-price .includes-vat {
  font-size: 11px;
  color: #757575;
}

.c-price-callout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
}
.c-price-callout--sm {
  font-size: 0.8em;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .c-price-callout--sm {
    font-size: 1em;
  }
}
.c-price-callout--md {
  font-size: 1em;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .c-price-callout--md {
    font-size: 1.25em;
  }
}
.c-price-callout--lg {
  font-size: 1.4em;
  padding: 10px;
}
@media (min-width: 768px) {
  .c-price-callout--lg {
    font-size: 1.6em;
  }
}
.c-price-callout--black {
  background-color: #212121;
  color: #fff;
}
.c-price-callout--red {
  background-color: #ED1C24;
  color: #fff;
}
.c-price-callout--white {
  background-color: #fff;
  color: #424242;
}

.c-product-badge {
  display: inline-block;
  padding: 2px 8px;
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #fff;
}
.c-product-badge--black {
  background-color: #212121;
  color: #fff;
}
.c-product-badge--white {
  background-color: #fff;
  color: #9d28b1;
}
.c-product-badge--red {
  background-color: #ED1C24;
  color: #fff;
}
.c-product-badge--green {
  background-color: #51a251;
  color: #fff;
}

.c-product-slider {
  display: none;
  margin: 0;
}
@media (max-width: 979.98px) {
  .c-product-slider--native-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow-x: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
  }
  .c-product-slider--native-scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
}
.c-product-slider--no-animation, .c-product-slider.slick-initialized {
  display: block;
}
@media (max-width: 767.98px) {
  .c-product-slider--sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-product-slider--list .slick-list {
    padding-bottom: 50px;
  }
}
.c-product-slider--list .slick-arrow {
  top: 50%;
}
.c-product-slider--gallery {
  padding: 0;
}
@media (min-width: 768px) {
  .c-product-slider--gallery .slick-list {
    border: 1px #E0E0E0 solid;
    cursor: pointer;
  }
}
.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 #F5F5F5;
}
.c-product-slider--carousel .slick-current img {
  border: 2px solid #9E9E9E;
}
.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 #212121;
}
.c-product-slider--gray {
  background-color: #F5F5F5;
}
@media (min-width: 980px) {
  .c-product-slider .slick-arrow {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.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-product-tile {
  position: relative;
  padding: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid-secondary .c-product-tile {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid-default .c-product-tile {
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-default .c-product-tile .newprice {
  font-weight: bold;
  font-size: 16px;
}
.grid-default .c-product-tile .oldprice {
  font-size: 14px;
}
@media (min-width: 980px) {
  .no-sidebar.grid-secondary .c-product-tile {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .no-sidebar.grid-default .c-product-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .grid-mobile-list .c-product-tile {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-mobile-list .c-product-tile .newprice {
    font-size: 20px;
    font-weight: bold;
  }
  .grid-mobile-list .c-product-tile__name {
    font-size: 14px;
    margin-top: 20px;
  }
  .grid-mobile-list .c-product-tile .text-success {
    font-size: 14px;
  }
  .grid-mobile-list .c-product-tile__badge {
    position: absolute !important;
    font-weight: bold;
  }
  .grid-mobile-list .c-product-tile .c-callout {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .grid-mobile-list .c-product-tile .oldprice {
    padding-top: 3px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .grid-mobile-tile .c-product-tile {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-mobile-tile .c-product-tile .price {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}
.c-product-tile--slider {
  max-width: none !important;
  flex: none !important;
  padding: 0 2px;
}
.c-product-tile__inner {
  display: block;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #424242;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .c-product-tile__inner {
    border: 0px;
  }
  .grid-mobile-list .c-product-tile__inner {
    display: block;
  }
}
.c-product-tile__inner:hover {
  border: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .c-product-tile__inner:hover {
    text-decoration: none;
    color: #424242;
    z-index: 1;
  }
  .c-product-tile__inner:hover .c-product-tile__colors {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .c-product-tile__inner:hover {
    border: 0px;
  }
}
@media (max-width: 767.98px) {
  .grid-mobile-list .c-product-tile__img {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    flex-shrink: 0;
  }
}
.c-product-tile__info {
  font-size: 12px;
  text-align: center;
}
.c-product-tile__info-name {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .c-product-tile__info-name {
    font-size: 13px;
  }
  .grid-mobile-list .c-product-tile__info-name {
    font-size: 15px;
  }
  .grid-mobile-list .c-product-tile__info {
    display: block;
    text-align: center;
    margin: 0;
  }
}
.c-product-tile__name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-product-tile__badge {
  position: absolute;
  bottom: 10px;
  z-index: 0;
  transition: transform 0.3s;
}
.c-product-tile__badge--counter {
  top: 15px;
  bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .c-product-tile__badge--counter {
    top: 10px;
    font-size: 12px;
  }
}
.grid-mobile-list .c-product-tile__badge {
  display: inline-block;
  position: static;
  line-height: 1.5;
  margin-top: 5px;
}
.c-product-tile .c-callout {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .c-product-tile .c-callout {
    top: 20px;
    right: 20px;
  }
  .grid-mobile-list .c-product-tile .c-callout {
    top: 15%;
    right: 6%;
    transform: translateY(-50%);
  }
}
.c-product-tile__colors {
  position: absolute;
  bottom: -2px;
  padding: 0px 20px;
  background: #fff;
  transition: opacity 0.2s ease-out, transform 0.3s;
  opacity: 0;
  right: 0px;
  left: 0px;
}
.c-product-tile__colors-item {
  position: relative;
  margin-top: 2px;
  text-align: center;
  font-size: 14px;
  padding: 3px;
}
.c-product-tile__colors-item img {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.c-product-tile__colors-item .active {
  border-bottom: 1px solid #424242;
}
.c-product-tile__colors .c-callout {
  right: 2px;
  top: 1px;
  z-index: 1;
}
.c-product-tile__dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.c-product-tile__dot--black {
  background: #212121;
}
.c-product-tile__dot--blue {
  background: #5185b9;
}
.c-product-tile__dot--green {
  background: #51a251;
}
.c-product-tile__dot--red {
  background: #ED1C24;
}
.c-product-tile__dot--orange {
  background: #ffa200;
}
.c-product-tile__dot--pink {
  background: #f985b4;
}
.c-product-tile__dot--purple {
  background: #b53b7e;
}
.c-product-tile__dot--grey {
  background: #757575;
}
.c-product-tile__dot--brown {
  background: #764944;
}
.c-product-tile__dot--yellow {
  background: #ffe00d;
  border: 1px solid #9E9E9E;
}
.c-product-tile__dot--beige {
  background: #f5f5dc;
  border: 1px solid #9E9E9E;
}
.c-product-tile__dot--white {
  background: #fff;
  border: 1px solid #9E9E9E;
}
.c-product-tile__dot--miscellaneous {
  background-image: linear-gradient(to right bottom, #ED1C24 5%, #ffe00d, #5185b9 95%);
  /* Standard syntax (must be last) */
}

.grid-secondary .c-product-tile {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid-default .c-product-tile {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (min-width: 980px) {
  .no-sidebar.grid-secondary .c-product-tile {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .no-sidebar.grid-default .c-product-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .grid-mobile-list .c-product-tile {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-mobile-list .c-product-tile .newprice {
    font-size: 20px;
    font-weight: bold;
  }
  .grid-mobile-list .c-product-tile__name {
    font-size: 14px;
    margin-top: 20px;
  }
  .grid-mobile-list .c-product-tile .text-success {
    font-size: 14px;
  }
  .grid-mobile-list .c-product-tile__badge {
    position: absolute !important;
    font-weight: bold;
  }
  .grid-mobile-list .c-product-tile .c-callout {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .grid-mobile-list .c-product-tile .oldprice {
    padding-top: 3px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .grid-mobile-tile .c-product-tile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 979.98px) {
  .c-running-line {
    position: relative;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
  }
  .c-running-line:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
  .c-running-line__icon {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #E0E0E0;
  }
  .c-running-line__wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .c-running-line__wrapper::-webkit-scrollbar {
    display: none;
  }
  .c-running-line__wrapper-item {
    padding: 0 30px;
    white-space: nowrap;
    text-align: center;
    line-height: 50px;
    transition: background-color 0.3s;
    border-right: 1px solid #E0E0E0;
  }
  .c-running-line__wrapper-item:hover, .c-running-line__wrapper-item:focus {
    text-decoration: none;
    background-color: #fafafa;
  }
  .c-running-line__wrapper-items {
    position: absolute;
    display: flex;
    height: 50px;
    padding-right: 100%;
    padding-left: 100%;
    white-space: nowrap;
  }
}
@media (min-width: 980px) {
  .c-running-line {
    padding: 0 15px;
    border-bottom: 1px solid #E0E0E0;
  }
  .c-running-line__wrapper:hover {
    cursor: pointer;
  }
  .c-running-line__wrapper-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
  }
  .c-running-line__wrapper-items {
    height: 50px;
    visibility: hidden;
  }
  .c-running-line__wrapper-items.show {
    visibility: visible;
  }
  .c-running-line__wrapper-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .c-running-line__wrapper-link:hover {
    text-decoration: none;
  }
  .c-running-line__wrapper-link:hover .c-running-line__wrapper-cta {
    text-decoration: underline;
  }
  .c-running-line__wrapper-cta {
    padding-left: 5px;
  }
  .c-running-line__icon {
    display: none;
  }
}

.c-search {
  margin: 0;
  align-self: center;
  width: 100%;
}
.c-search__form {
  position: relative;
  margin-bottom: 0;
}
.c-search__input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 55px 8px 15px !important;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.c-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  font-size: 16px;
  background: transparent;
  border-color: #ccc;
  border-width: 0 0 0 1px;
  box-sizing: border-box;
  z-index: 3;
}
.c-search__results {
  width: 100%;
  position: absolute;
  display: none;
  top: 100%;
  left: 0%;
  padding: 10px 0;
  transform-origin: center top;
  z-index: 998;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  border: 1px solid #d4d4d5;
  white-space: normal;
  user-select: none;
}
.c-search__results-wrapper {
  position: relative;
  font-size: 12px;
}
.c-search__results-item {
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
}
.c-search__results-item:hover {
  text-decoration: none;
  box-shadow: inset 0 0 150px #F5F5F5;
}
.c-search__suggestion-title {
  padding: 10px 20px 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #f5f5f5;
}
.c-search__suggestion-img {
  height: 75px;
  width: 75px;
}
.c-search__suggestion-name {
  display: inline-block;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.c-search__suggestion-count {
  display: inline-block;
  background: #212121;
  color: #fff;
  padding: 0 6px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}

.c-sitemap {
  column-count: 1;
}
@media (min-width: 768px) {
  .c-sitemap {
    column-count: 2;
  }
}
.c-sitemap__group {
  break-inside: avoid;
}

.c-size-select {
  position: relative;
}
.c-size-select__input {
  border: 1px solid #212121;
  border-radius: 0;
  cursor: pointer;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
}
.c-size-select__input::-ms-expand {
  display: none;
}
.c-size-select__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}
.c-size-select__popup {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: 315px;
  height: 100%;
  margin: 0;
  z-index: 2147483647;
  background-color: #fff;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s visibility, 0.3s transform;
}
@media (min-width: 768px) {
  .c-size-select__popup {
    width: 360px;
  }
}
.c-size-select__popup-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-size-select__popup-size {
  display: flex;
  padding: 15px 40px;
  font-size: 15px;
  align-items: center;
}
.c-size-select__popup-size:hover {
  background-color: #F5F5F5;
  text-decoration: none;
}
.c-size-select__popup-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity, 0.3s visibility;
}
.c-size-select.show .c-size-select__popup {
  visibility: visible;
  transform: translateX(0);
  transition: 0.3s transform;
}
.c-size-select.show .c-size-select__popup-overlay {
  opacity: 1;
  visibility: visible;
}

.c-star {
  font-style: normal;
  display: inline-block;
  padding-right: 5px;
  width: 15px;
  height: 15px;
}
.c-star::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 15px;
  height: 15px;
  color: #BDBDBD;
}
.c-star.rated:before {
  color: #ffa200;
}
.c-star.half-rated {
  position: relative;
}
.c-star.half-rated:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  color: #ffa200;
}

.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 #E0E0E0;
  }
}
.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: #ED1C24;
}

.c-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 1030;
  background: #212121;
}
@media (min-width: 980px) {
  .c-toolbar {
    top: -30px;
    z-index: 10;
  }
}
.c-toolbar__slider {
  height: 30px;
  text-align: center;
  list-style: none;
}
@media (max-width: 767.98px) {
  .c-toolbar__slider.hide {
    visibility: hidden;
  }
}
.c-toolbar__links {
  line-height: 29px;
}

.creative {
  position: relative;
  background-color: linear-gradient(to bottom left, #F5F5F5 0, #E0E0E0 100%);
}
.creative--split {
  height: 0;
  padding-bottom: 44.44%;
}
@media (max-width: 767.98px) {
  .creative--split {
    height: auto;
    padding-bottom: 0;
  }
}
.creative--full {
  height: 0;
  padding-bottom: 44.44%;
}
@media (max-width: 767.98px) {
  .creative--full {
    padding-bottom: 100%;
  }
}
.creative--tile {
  height: 0;
  padding-bottom: 145.5%;
}
@media (max-width: 767.98px) {
  .creative--tile {
    padding-bottom: 100%;
  }
}
.creative--wide {
  height: 400px;
}
.creative--slim {
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .creative--slim {
    padding: 15px 0;
  }
}
.creative--teaser {
  width: 100%;
  height: 0;
  padding-bottom: 21.33%;
}
@media (max-width: 767.98px) {
  .creative--teaser {
    padding-bottom: 60.13%;
  }
}
.creative__wrapper {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #F5F5F5 0%, #fafafa 100%);
  z-index: 0;
}
.creative__wrapper:hover {
  color: inherit;
  text-decoration: none;
}
.creative--reverse .creative__wrapper {
  flex-direction: row-reverse;
}
.creative--high .creative__wrapper {
  position: relative;
  flex-direction: column;
  background-image: none;
}
@media (max-width: 767.98px) {
  .creative--split .creative__wrapper {
    position: relative;
    flex-direction: column;
  }
}
.creative--slim .creative__wrapper {
  position: static;
}
.page-type--plp .creative__wrapper.disable-on-plp {
  pointer-events: none;
}
.creative__content {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
}
@media (max-width: 979.98px) {
  .creative__content {
    padding: 30px;
  }
}
.creative--full .creative__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.creative--tile .creative__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 40px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.creative--split .creative__content {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (max-width: 767.98px) {
  .creative--split .creative__content {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: linear-gradient(to bottom left, #F5F5F5, #E0E0E0);
  }
}
.creative--wide .creative__content {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .creative--wide .creative__content {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .creative--wide .creative__content {
    padding: 30px;
  }
}
.creative--high .creative__content {
  padding: 15px 0;
}
.creative--slim .creative__content {
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .creative--slim .creative__content {
    padding: 0 15px;
  }
}
.creative--slim .creative__content--slim {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .creative--slim .creative__content--slim {
    flex-direction: row-reverse;
    width: 100%;
  }
}
.creative--teaser .creative__content {
  padding: 40px;
}
.creative__content--justify {
  justify-content: space-between;
}
.creative__content--top {
  justify-content: flex-start;
}
.creative__content--bottom {
  justify-content: flex-end;
}
.creative__content--left {
  align-items: flex-start;
}
.creative__content--right {
  align-items: flex-end;
}
.creative__content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .creative__content-wrapper {
    flex-direction: column;
  }
}
.creative__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: linear-gradient(to bottom, #fff 0, #F5F5F5 100%);
}
.creative__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.creative--split .creative__image {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 767.98px) {
  .creative--split .creative__image {
    height: 0;
    padding-bottom: 74.64%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.creative--high .creative__image {
  height: 0;
  padding-bottom: 133.63%;
}
.creative--slim .creative__image {
  position: absolute;
  top: 0;
  bottom: 0;
}
.creative__image .creative__img {
  display: flex;
  width: 100%;
  height: 100%;
}
.creative--teaser .creative__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.creative__video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.creative__video--front {
  z-index: 2;
}
.creative__video-iframe {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .creative__video-iframe {
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .creative__video-iframe--vertical {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-right: 177.78%;
    padding-bottom: 0;
    height: 100%;
    width: 0;
  }
}
.creative__video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.creative__video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.creative__title {
  position: relative;
  font-size: 2.5em;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #212121;
}
.creative--split .creative__title {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .creative__title {
    font-size: 2.1em;
  }
}
@media (max-width: 979.98px) {
  .creative__title {
    font-size: 1.6em;
  }
}
@media (max-width: 767.98px) {
  .creative__title {
    font-size: 9vw;
  }
}
.creative__title--small {
  font-size: 1.2em;
}
.creative__title--light {
  font-weight: normal;
}
.creative__title-pre {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, -100%);
}
.creative__title-post {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(0, 100%);
}
.creative__title-line {
  display: inline-block;
  color: initial;
}
.creative__title-line::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 10px);
  left: -20px;
  top: -5px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .creative__title-line::before {
    width: calc(100% + 20px);
    height: calc(100% + 6px);
    left: -10px;
    top: -3px;
  }
}
.creative__title-line--white {
  color: #212121;
}
.creative__title-line--white::before {
  background: #fff;
}
.creative__title-line--black {
  color: #fff;
}
.creative__title-line--black::before {
  background: #212121;
}
.creative--light .creative__title {
  color: #fff;
}
.creative__subtitle {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #212121;
}
@media (max-width: 979.98px) {
  .creative__subtitle {
    font-size: 1.1em;
  }
}
@media (max-width: 767.98px) {
  .creative__subtitle {
    font-size: 5vw;
  }
}
.creative__subtitle--small {
  font-size: 1em;
}
.creative__subtitle--faded {
  color: #9E9E9E;
}
.creative--light .creative__subtitle {
  color: #fff;
}
.creative__btn {
  margin-top: 15px;
  pointer-events: all;
}
.creative__cta-link {
  font-weight: 700;
  text-decoration: underline;
  color: #212121;
  margin-top: 1em;
  pointer-events: all;
}
.creative__links {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 30px 30px 30px;
  font-size: 16px;
  color: #212121;
  pointer-events: all;
}
@media (max-width: 979.98px) {
  .creative__links {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .creative__links {
    font-size: 12px;
    padding: 0 15px 15px 15px;
  }
}
.creative--light .creative__links {
  color: #fff;
}
.creative__info-popover {
  display: none;
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  bottom: 60px;
  max-width: 320px;
}
.creative__info-popover.in {
  display: block;
}
@media (max-width: 767.98px) {
  .creative__info-popover {
    margin: 0 15px;
    right: 0;
    bottom: 40px;
  }
}
.creative__callout.callout.bubble {
  position: absolute;
  top: 45px;
  right: 60px;
}
@media (max-width: 767.98px) {
  .creative__callout.callout.bubble {
    top: 15px;
    right: 15px;
  }
}
.creative--high .creative__callout.callout.bubble {
  top: 15px;
  right: 15px;
}
.creative__price-callout {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 30px;
  right: 0;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 979.98px) {
  .creative__price-callout {
    top: 60px;
  }
}
.creative__price-callout--left {
  left: 0;
  right: auto;
  align-items: flex-start;
}
.creative__out-now {
  position: absolute;
  top: 15px;
  left: 15px;
}
.creative__out-now--right {
  left: auto;
  right: 15px;
}
.creative__coupon {
  display: inline-block;
  position: relative;
  border: 0;
  border-bottom: 2px solid #212121;
  padding-bottom: 2px;
  font-weight: bold;
  pointer-events: none;
}
.creative--light .creative__coupon {
  color: #fff;
  border-color: #fff;
}
.creative--light .creative__coupon > * {
  color: #fff;
}
.creative__countdown {
  font-size: 0.8em;
  color: #212121;
  white-space: nowrap;
}
.creative__countdown--light {
  color: #fff;
}
.creative__countdown .big {
  font-weight: bold;
  font-size: 1.3em;
}
.creative .creative--fade-in {
  opacity: 1;
  transition: opacity 0.3s;
}
.creative .creative--slide-up,
.creative .creative--slide-down {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.creative.loading .creative--fade-in {
  opacity: 0;
}
.creative.loading .creative--slide-up {
  opacity: 0;
  transform: translate(0, 25%);
}
.creative.loading .creative--slide-down {
  opacity: 0;
  transform: translate(0, -25%);
}

.c-creative-callout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
}
.c-creative-callout--sm {
  font-size: 0.8em;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .c-creative-callout--sm {
    font-size: 1em;
  }
}
.c-creative-callout--md {
  font-size: 1em;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .c-creative-callout--md {
    font-size: 1.25em;
  }
}
.c-creative-callout--lg {
  font-size: 1.4em;
  padding: 10px;
}
@media (min-width: 768px) {
  .c-creative-callout--lg {
    font-size: 1.6em;
  }
}
.c-creative-callout--white {
  background-color: #fff;
  color: #424242;
}
.c-creative-callout--black {
  background-color: #212121;
  color: #fff;
}
.c-creative-callout--square {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25em;
}
.c-creative-callout--square.c-creative-callout--sm {
  width: 40px;
  height: 40px;
}
.c-creative-callout--square.c-creative-callout--md {
  width: 50px;
  height: 50px;
}
.c-creative-callout--square.c-creative-callout--lg {
  width: 60px;
  height: 60px;
}
.c-creative-callout__text--sm {
  font-size: 0.75em;
  line-height: 1.25em;
}
.c-creative-callout__text--md {
  font-size: 1em;
  line-height: 1.25em;
}
.c-creative-callout__text--lg {
  font-size: 1.4em;
  line-height: 1.25em;
}

.c-line-banner {
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-line-banner {
    font-size: 14px;
  }
}
.c-line-banner__inner {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 20px;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .c-line-banner__inner {
    line-height: 25px;
  }
}
.copied .c-line-banner__inner {
  opacity: 0;
  transform: translateY(100%);
}
.c-line-banner__info {
  display: inline;
  margin-bottom: 5px;
}
.c-line-banner__coupon {
  display: inline;
  margin-right: 5px;
}
.c-line-banner__coupon-text {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .c-line-banner__coupon-text {
    margin-bottom: 0px;
  }
}
.c-line-banner__coupon-code {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .c-line-banner__coupon-code {
    margin-bottom: 5px;
  }
}
.c-line-banner__success {
  opacity: 0;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}
.copied .c-line-banner__success {
  opacity: 1;
  top: 50%;
}
.c-line-banner__cta {
  display: inline-block;
  background-color: #212121;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 15px;
}
.c-line-banner__cta:hover {
  color: #fff;
  text-decoration: none;
}
.c-line-banner__cta--white {
  background-color: #fff;
  color: #212121;
}
.c-line-banner__cta--white:hover {
  color: #212121;
}
.c-line-banner__cta-wrapper {
  display: inline-flex;
}

.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: -4px;
  margin-top: 2px;
  transform: translate(-100%, -50%);
}
.c-slider-control__prev--ghost {
  display: flex;
  height: 100%;
  width: 100px;
  left: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 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: -4px;
  margin-top: 2px;
  transform: translate(100%, -50%);
}
.c-slider-control__next--ghost {
  display: flex;
  height: 100%;
  width: 100px;
  right: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
}
.c-slider-control__prev, .c-slider-control__next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 28px;
  padding: 10px 10px;
  color: #9E9E9E;
  cursor: pointer;
}
.c-slider-control__prev.slick-disabled, .c-slider-control__next.slick-disabled {
  visibility: hidden;
}
.c-slider-control__prev--rect, .c-slider-control__next--rect {
  padding: 10px 7px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.c-slider-control__prev--outside, .c-slider-control__next--outside {
  padding: 5px 0;
  width: 20px;
  font-size: 16px;
  text-align: center;
}
.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: #9E9E9E;
  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;
}
.c-top-cat.active.slick-initialized {
  visibility: visible;
  height: auto;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .c-top-cat.active {
    visibility: visible;
    height: auto;
    margin: 0 0 30px;
  }
}
.c-top-cat__item {
  display: flex;
  height: 50px;
  margin-right: 20px;
  padding: 5px 30px;
  box-sizing: content-box;
  align-items: center;
}
@media (min-width: 768px) {
  .c-top-cat__item {
    padding: 5px 20px;
    background-color: #F5F5F5;
    transition: background-color 0.3s;
  }
}
@media (min-width: 768px) {
  .c-top-cat__item:hover, .c-top-cat__item:focus {
    background-color: #E0E0E0;
  }
}
.c-top-cat__item-wrapper {
  display: block;
}
@media (max-width: 767.98px) {
  .c-top-cat__item-wrapper {
    border-top: 1px solid #E0E0E0;
  }
}
.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: -webkit-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;
}

.c-usps {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  border: 1px solid #E0E0E0;
}
@media (max-width: 767.98px) {
  .c-usps {
    display: block;
    width: auto;
  }
}
.c-usps__item {
  display: flex;
  width: 33%;
  margin: 15px 0;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  color: #616161;
  box-sizing: border-box;
  border-right: 1px solid #E0E0E0;
}
.c-usps__item:hover {
  color: #424242;
  text-decoration: none;
}
.c-usps__item:last-child {
  border: 0;
}
.c-usps__icon {
  padding-right: 20px;
  font-size: 14px;
}
@media (max-width: 979.98px) {
  .c-usps__icon {
    padding-right: 10px;
  }
}
.c-usps__heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 979.98px) {
  .c-usps__heading {
    font-size: 14px;
  }
}
.c-usps__subtext {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.c-vim-control__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s, transform 1s;
  opacity: 1;
  visibility: hidden;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.c-vim-control__play.show {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7, 0.7);
  visibility: visible;
}
.c-vim-control__mute {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  z-index: 999;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .c-vim-control__mute {
    bottom: 30px;
    right: 30px;
  }
}
.c-vim-control__mute:active {
  transform: scale(0.8, 0.8);
}
.c-vim-control__mute:before {
  content: "";
}
.c-vim-control__mute.muted:before {
  content: "";
}

.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;
  }
}
.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 #E0E0E0;
}
@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: #ED1C24;
  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: #9E9E9E;
}
@media (max-width: 767.98px) {
  .title .title__link {
    font-size: 12px;
    margin: 15px 0;
  }
}
.title .title__link:hover {
  text-decoration: none;
  color: #616161;
}
.title .title__link:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #212121;
}

/**
 * Title nav
 */
.title__navs {
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .title__navs {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.title__nav {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .title__nav {
    padding: 10px 0;
    margin: 0 20px;
  }
}
.title__nav:hover, .title__nav:focus {
  text-decoration: none;
}
.title__nav.active {
  border-bottom: 3px solid #212121;
}
@media (min-width: 768px) {
  .title__nav.active {
    font-weight: bold;
  }
}

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

.c-copy-coupon {
  position: relative;
  display: inline-flex;
}
.c-copy-coupon__text {
  position: relative;
  padding: 5px 20px;
  background-color: #E0E0E0;
  color: #212121;
  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 #E0E0E0;
  transform: translate(100%, -50%);
}
.c-copy-coupon__text--dark {
  background-color: #212121;
  color: #fff;
}
.c-copy-coupon__text--dark:after {
  border-color: transparent transparent transparent #212121;
}
.c-copy-coupon__btn {
  padding: 4px 20px;
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
  cursor: copy;
  color: #212121;
  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: #424242;
  color: #fff;
  border: 1px solid #212121;
}

[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: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  border-top: 1px solid #E0E0E0;
}

.autocomplete-suggestion {
  padding: 13px 30px;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid #E0E0E0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.autocomplete-selected {
  background: #F5F5F5;
}

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

.contains-countdown .promo-countdown {
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.contains-countdown .promo-countdown > div {
  text-align: center;
}
.contains-countdown .promo-countdown .cd-value {
  color: #fff;
}
.contains-countdown .promo-countdown .countdown {
  margin-bottom: 15px;
}
.contains-countdown .product-text {
  position: relative;
  padding-top: 125px;
}

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

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

.link-soft:hover {
  color: #BDBDBD;
  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: #212121;
}

.link-muted {
  color: #757575;
}
.link-muted.active, .link-muted:hover {
  color: #424242;
}

.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-25 {
  font-size: 25px;
}

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

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

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

@media (min-width: 768px) {
  .font-sm-10 {
    font-size: 10px;
  }

  .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-17 {
    font-size: 17px;
  }

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

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

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

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

  .font-sm-28 {
    font-size: 28px;
  }

  .font-sm-38 {
    font-size: 38px;
  }
}
.line-height {
  line-height: 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;
}

.text-truncate-2 {
  max-height: 2.6em;
  display: -webkit-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;
  }
}

.lazy-sprite {
  background: 0 !important;
}

.sprite-head {
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite {
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-payment-danske {
  width: 112px;
  height: 35px;
  background: url("../images/payment-danske.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-danske.svg") no-repeat 0px 0px;
}

.sprite-payment-deutsche-post {
  width: 56px;
  height: 35px;
  background: url("../images/payment-deutsche-post.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-deutsche-post.svg") no-repeat 0px 0px;
}

.sprite-payment-cb {
  width: 56px;
  height: 35px;
  background: url("../images/payment-cb.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-cb.svg") no-repeat 0px 0px;
}

.sprite-payment-assist {
  width: 56px;
  height: 35px;
  background: url("../images/payment-assist.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-assist.svg") no-repeat 0px 0px;
}

.sprite-payment-op {
  width: 56px;
  height: 35px;
  background: url("../images/payment-op.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-op.svg") no-repeat 0px 0px;
}

.sprite-payment-electronic {
  width: 56px;
  height: 35px;
  background: url("../images/payment-electronic.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-electronic.svg") no-repeat 0px 0px;
}

.sprite-payment-electron {
  width: 56px;
  height: 35px;
  background: url("../images/payment-electron.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-electron.svg") no-repeat 0px 0px;
}

.sprite-payment-nordea {
  width: 56px;
  height: 35px;
  background: url("../images/payment-nordea.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-nordea.svg") no-repeat 0px 0px;
}

.sprite-payment-aktia {
  width: 56px;
  height: 35px;
  background: url("../images/payment-aktia.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-aktia.svg") no-repeat 0px 0px;
}

.sprite-payment-american {
  width: 56px;
  height: 35px;
  background: url("../images/payment-american.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-american.svg") no-repeat 0px 0px;
}

.sprite-payment-discover {
  width: 56px;
  height: 35px;
  background: url("../images/payment-discover.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-discover.svg") no-repeat 0px 0px;
}

.sprite-payment-dk {
  width: 56px;
  height: 35px;
  background: url("../images/-payment-dk.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/-payment-dk.svg") no-repeat 0px 0px;
}

.sprite-payment-mastercard {
  width: 56px;
  height: 35px;
  background: url("../images/payment-mastercard.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-mastercard.svg") no-repeat 0px 0px;
}

.sprite-payment-ideal {
  width: 56px;
  height: 35px;
  background: url("../images/payment-ideal.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-ideal.svg") no-repeat 0px 0px;
}

.sprite-payment-klarna {
  width: 56px;
  height: 35px;
  background: url("../images/payment-klarna.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-klarna.svg") no-repeat 0px 0px;
}

.sprite-payment-klarna-pay-now {
  width: 56px;
  height: 35px;
  background: url("../images/payment-klarna-pay-now.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("https://cdn.klarna.com/1.0/shared/image/generic/badge/en_gb/pay_now/standard/pink.svg") no-repeat 0px 0px;
  background-size: 56px 35px;
}

.sprite-payment-klarna-pay-later {
  width: 56px;
  height: 35px;
  background: url("../images/payment-klarna-pay-later.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("https://cdn.klarna.com/1.0/shared/image/generic/badge/en_gb/pay_later/standard/pink.svg") no-repeat 0px 0px;
  background-size: 56px 35px;
}

.sprite-payment-klarna-slice-it {
  width: 56px;
  height: 35px;
  background: url("../images/payment-klarna-slice-it.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("https://cdn.klarna.com/1.0/shared/image/generic/badge/en_gb/slice_it/standard/pink.svg") no-repeat 0px 0px;
  background-size: 56px 35px;
}

.sprite-payment-maestro {
  width: 56px;
  height: 35px;
  background: url("../images/payment-maestro.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-maestro.svg") no-repeat 0px 0px;
}

.sprite-payment-paypal {
  width: 56px;
  height: 35px;
  background: url("../images/payment-paypal.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-paypal.svg") no-repeat 0px 0px;
}

.sprite-payment-billpay {
  width: 89px;
  height: 35px;
  background: url("../images/payment-billpay.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-billpay.svg") no-repeat 0px 0px;
}

.sprite-payment-qiwi {
  width: 56px;
  height: 35px;
  background: url("../images/payment-qiwi.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-qiwi.svg") no-repeat 0px 0px;
}

.sprite-payment-s-pankki {
  width: 56px;
  height: 35px;
  background: url("../images/payment-s-pankki.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-s-pankki.svg") no-repeat 0px 0px;
}

.sprite-payment-sofort {
  width: 56px;
  height: 35px;
  background: url("../images/payment-sofort.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-sofort.svg") no-repeat 0px 0px;
}

.sprite-payment-visa {
  width: 56px;
  height: 35px;
  background: url("../images/payment-visa.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-visa.svg") no-repeat 0px 0px;
}

.sprite-payment-webmoney {
  width: 56px;
  height: 35px;
  background: url("../images/payment-webmoney.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-webmoney.svg") no-repeat 0px 0px;
}

.sprite-payment-yandex {
  width: 56px;
  height: 35px;
  background: url("../images/payment-yandex.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/payment-yandex.svg") no-repeat 0px 0px;
}

.sprite-delivery-dpd {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-dpd.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-dpd.svg") no-repeat 0px 0px;
}

.sprite-delivery-delovye-linii {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-delovye-linii.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-delovye-linii.svg") no-repeat 0px 0px;
}

.sprite-delivery-dhl {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-dhl.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-dhl.svg") no-repeat 0px 0px;
}

.sprite-delivery-posten-no {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-posten-no.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-posten-no.svg") no-repeat 0px 0px;
}

.sprite-delivery-posti {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-posti.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-posti.svg") no-repeat 0px 0px;
}

.sprite-delivery-postnord {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-postnord.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-postnord.svg") no-repeat 0px 0px;
}

.sprite-delivery-ups {
  width: 121px;
  height: 55px;
  background: url("../images/delivery-ups.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/delivery-ups.svg") no-repeat 0px 0px;
}

.sprite-flags {
  display: inline-block;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background: url("../images/sprite-flags.png") no-repeat 0px 0px;
  background: rgba(0, 0, 0, 0) url("../images/sprite-flags.svg") no-repeat 0px 0px;
}

.sprite-flag-eu {
  width: 20px;
  height: 14px;
  background: url("../images/sprite-flag-eu.png") 0 0 no-repeat;
  background-size: cover;
}

.sprite-flag-us {
  width: 20px;
  height: 14px;
  background-position: 0 0;
}

.sprite-flag-es {
  width: 21px;
  height: 14px;
  background-position: -44px 0px;
}

.sprite-flag-hu {
  width: 20px;
  height: 14px;
  background-position: -88px 0px;
}

.sprite-flag-au {
  width: 20px;
  height: 14px;
  background-position: -132px 0px;
}

.sprite-flag-fi {
  width: 20px;
  height: 14px;
  background-position: -176px 0px;
}

.sprite-flag-fr {
  width: 20px;
  height: 14px;
  background-position: -220px 0px;
}

.sprite-flag-gb {
  width: 20px;
  height: 14px;
  background-position: -264px 0px;
}

.sprite-flag-nl {
  width: 20px;
  height: 14px;
  background-position: 0 -44px;
}

.sprite-flag-no {
  width: 20px;
  height: 14px;
  background-position: -44px -44px;
}

.sprite-flag-ru {
  width: 20px;
  height: 14px;
  background-position: -88px -44px;
}

.sprite-flag-se {
  width: 20px;
  height: 14px;
  background-position: -132px -44px;
}

.sprite-flag-za {
  width: 20px;
  height: 14px;
  background-position: -176px -44px;
}

.sprite-flag-it {
  width: 20px;
  height: 14px;
  background-position: -220px -44px;
}

.sprite-flag-dk {
  width: 20px;
  height: 14px;
  background-position: -264px -44px;
}

.sprite-flag-de {
  width: 20px;
  height: 14px;
  background-position: -308px -44px;
}

.sprite-flag-ch {
  width: 14px;
  height: 14px;
  background-position: -308px 0;
}

.sprite-flag-pl {
  width: 19px;
  height: 16px;
  background-position: -352px -44px;
}

/*# sourceMappingURL=cartridges/app_hrz/cartridge/static/default/css/global.css.map */
