@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #2A2A2A;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #DDD;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #DDD;
  }
}

*,
*::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(42,42,42,0);
}

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

[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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #00B1E1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #007595;
  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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

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

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

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

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

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

@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}

.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-20,
.col-xxl-21,
.col-xxl-22,
.col-xxl-23,
.col-xxl-24,
.col-xxl,
.col-xxl-auto {
  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 4.16667%;
  max-width: 4.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

.col-14 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-17 {
  flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

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

.col-19 {
  flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

.col-20 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-23 {
  flex: 0 0 95.83333%;
  max-width: 95.83333%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

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

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%;
}

.offset-14 {
  margin-left: 58.33333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66667%;
}

.offset-17 {
  margin-left: 70.83333%;
}

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

.offset-19 {
  margin-left: 79.16667%;
}

.offset-20 {
  margin-left: 83.33333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66667%;
}

.offset-23 {
  margin-left: 95.83333%;
}

@media (min-width: 576px) {
  .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 4.16667%;
    max-width: 4.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-sm-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

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

  .col-sm-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-sm-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 25;
  }

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

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

  .order-sm-15 {
    order: 15;
  }

  .order-sm-16 {
    order: 16;
  }

  .order-sm-17 {
    order: 17;
  }

  .order-sm-18 {
    order: 18;
  }

  .order-sm-19 {
    order: 19;
  }

  .order-sm-20 {
    order: 20;
  }

  .order-sm-21 {
    order: 21;
  }

  .order-sm-22 {
    order: 22;
  }

  .order-sm-23 {
    order: 23;
  }

  .order-sm-24 {
    order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.16667%;
  }

  .offset-sm-2 {
    margin-left: 8.33333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.66667%;
  }

  .offset-sm-5 {
    margin-left: 20.83333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.16667%;
  }

  .offset-sm-8 {
    margin-left: 33.33333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.66667%;
  }

  .offset-sm-11 {
    margin-left: 45.83333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.16667%;
  }

  .offset-sm-14 {
    margin-left: 58.33333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.66667%;
  }

  .offset-sm-17 {
    margin-left: 70.83333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.16667%;
  }

  .offset-sm-20 {
    margin-left: 83.33333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.66667%;
  }

  .offset-sm-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 768px) {
  .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 4.16667%;
    max-width: 4.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-md-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

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

  .col-md-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-md-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 25;
  }

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

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

  .order-md-15 {
    order: 15;
  }

  .order-md-16 {
    order: 16;
  }

  .order-md-17 {
    order: 17;
  }

  .order-md-18 {
    order: 18;
  }

  .order-md-19 {
    order: 19;
  }

  .order-md-20 {
    order: 20;
  }

  .order-md-21 {
    order: 21;
  }

  .order-md-22 {
    order: 22;
  }

  .order-md-23 {
    order: 23;
  }

  .order-md-24 {
    order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.16667%;
  }

  .offset-md-2 {
    margin-left: 8.33333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.66667%;
  }

  .offset-md-5 {
    margin-left: 20.83333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.16667%;
  }

  .offset-md-8 {
    margin-left: 33.33333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.66667%;
  }

  .offset-md-11 {
    margin-left: 45.83333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.16667%;
  }

  .offset-md-14 {
    margin-left: 58.33333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.66667%;
  }

  .offset-md-17 {
    margin-left: 70.83333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.16667%;
  }

  .offset-md-20 {
    margin-left: 83.33333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.66667%;
  }

  .offset-md-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 992px) {
  .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 4.16667%;
    max-width: 4.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-lg-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

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

  .col-lg-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-lg-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 25;
  }

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

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

  .order-lg-15 {
    order: 15;
  }

  .order-lg-16 {
    order: 16;
  }

  .order-lg-17 {
    order: 17;
  }

  .order-lg-18 {
    order: 18;
  }

  .order-lg-19 {
    order: 19;
  }

  .order-lg-20 {
    order: 20;
  }

  .order-lg-21 {
    order: 21;
  }

  .order-lg-22 {
    order: 22;
  }

  .order-lg-23 {
    order: 23;
  }

  .order-lg-24 {
    order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.16667%;
  }

  .offset-lg-2 {
    margin-left: 8.33333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.66667%;
  }

  .offset-lg-5 {
    margin-left: 20.83333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.16667%;
  }

  .offset-lg-8 {
    margin-left: 33.33333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.66667%;
  }

  .offset-lg-11 {
    margin-left: 45.83333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.16667%;
  }

  .offset-lg-14 {
    margin-left: 58.33333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.66667%;
  }

  .offset-lg-17 {
    margin-left: 70.83333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.16667%;
  }

  .offset-lg-20 {
    margin-left: 83.33333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.66667%;
  }

  .offset-lg-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-xl-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

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

  .col-xl-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-xl-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 25;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

  .order-xl-15 {
    order: 15;
  }

  .order-xl-16 {
    order: 16;
  }

  .order-xl-17 {
    order: 17;
  }

  .order-xl-18 {
    order: 18;
  }

  .order-xl-19 {
    order: 19;
  }

  .order-xl-20 {
    order: 20;
  }

  .order-xl-21 {
    order: 21;
  }

  .order-xl-22 {
    order: 22;
  }

  .order-xl-23 {
    order: 23;
  }

  .order-xl-24 {
    order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.16667%;
  }

  .offset-xl-2 {
    margin-left: 8.33333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.66667%;
  }

  .offset-xl-5 {
    margin-left: 20.83333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.16667%;
  }

  .offset-xl-8 {
    margin-left: 33.33333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.66667%;
  }

  .offset-xl-11 {
    margin-left: 45.83333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.16667%;
  }

  .offset-xl-14 {
    margin-left: 58.33333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.66667%;
  }

  .offset-xl-17 {
    margin-left: 70.83333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.16667%;
  }

  .offset-xl-20 {
    margin-left: 83.33333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.66667%;
  }

  .offset-xl-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xxl-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-xxl-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxl-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

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

  .col-xxl-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-xxl-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxl-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 25;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .order-xxl-13 {
    order: 13;
  }

  .order-xxl-14 {
    order: 14;
  }

  .order-xxl-15 {
    order: 15;
  }

  .order-xxl-16 {
    order: 16;
  }

  .order-xxl-17 {
    order: 17;
  }

  .order-xxl-18 {
    order: 18;
  }

  .order-xxl-19 {
    order: 19;
  }

  .order-xxl-20 {
    order: 20;
  }

  .order-xxl-21 {
    order: 21;
  }

  .order-xxl-22 {
    order: 22;
  }

  .order-xxl-23 {
    order: 23;
  }

  .order-xxl-24 {
    order: 24;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 4.16667%;
  }

  .offset-xxl-2 {
    margin-left: 8.33333%;
  }

  .offset-xxl-3 {
    margin-left: 12.5%;
  }

  .offset-xxl-4 {
    margin-left: 16.66667%;
  }

  .offset-xxl-5 {
    margin-left: 20.83333%;
  }

  .offset-xxl-6 {
    margin-left: 25%;
  }

  .offset-xxl-7 {
    margin-left: 29.16667%;
  }

  .offset-xxl-8 {
    margin-left: 33.33333%;
  }

  .offset-xxl-9 {
    margin-left: 37.5%;
  }

  .offset-xxl-10 {
    margin-left: 41.66667%;
  }

  .offset-xxl-11 {
    margin-left: 45.83333%;
  }

  .offset-xxl-12 {
    margin-left: 50%;
  }

  .offset-xxl-13 {
    margin-left: 54.16667%;
  }

  .offset-xxl-14 {
    margin-left: 58.33333%;
  }

  .offset-xxl-15 {
    margin-left: 62.5%;
  }

  .offset-xxl-16 {
    margin-left: 66.66667%;
  }

  .offset-xxl-17 {
    margin-left: 70.83333%;
  }

  .offset-xxl-18 {
    margin-left: 75%;
  }

  .offset-xxl-19 {
    margin-left: 79.16667%;
  }

  .offset-xxl-20 {
    margin-left: 83.33333%;
  }

  .offset-xxl-21 {
    margin-left: 87.5%;
  }

  .offset-xxl-22 {
    margin-left: 91.66667%;
  }

  .offset-xxl-23 {
    margin-left: 95.83333%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DDD;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}

.table tbody+tbody {
  border-top: 2px solid #DDD;
}

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

.table-bordered {
  border: 1px solid #DDD;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #DDD;
}

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(42,42,42,0.05);
}

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7ad6ef;
}

.table-hover .table-primary:hover {
  background-color: #a1e2f4;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #c3dfa5;
}

.table-hover .table-success:hover {
  background-color: #d2e7bc;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #fadc9d;
}

.table-hover .table-warning:hover {
  background-color: #fbe3b2;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #f9a8a0;
}

.table-hover .table-danger:hover {
  background-color: #fbbab4;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

.table-hover .table-active:hover {
  background-color: rgba(29,29,29,0.075);
}

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #DDD;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255,255,255,0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  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: #FFFFFF;
  border-color: #62ddff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,177,225,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: #FFFFFF;
}

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  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: 0.375rem;
  padding-bottom: 0.375rem;
  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: 1.25rem;
  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: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #8CC152;
  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='%238CC152' 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: #8CC152;
  box-shadow: 0 0 0 0.2rem rgba(140,193,82,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: #8CC152;
  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='%238CC152' 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: #8CC152;
  box-shadow: 0 0 0 0.2rem rgba(140,193,82,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: #8CC152;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #8CC152;
}

.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: #a5ce78;
  background-color: #a5ce78;
}

.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(140,193,82,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: #8CC152;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8CC152;
}

.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: #8CC152;
  box-shadow: 0 0 0 0.2rem rgba(140,193,82,0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f45749;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f45749' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f45749' 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: #f45749;
  box-shadow: 0 0 0 0.2rem rgba(244,87,73,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: #f45749;
  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='%23f45749' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f45749' 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: #f45749;
  box-shadow: 0 0 0 0.2rem rgba(244,87,73,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: #f45749;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f45749;
}

.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: #f78379;
  background-color: #f78379;
}

.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(244,87,73,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: #f45749;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f45749;
}

.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: #f45749;
  box-shadow: 0 0 0 0.2rem rgba(244,87,73,0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,177,225,0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #00B1E1;
  border-color: #00B1E1;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0093bb;
  border-color: #0089ae;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38,189,230,0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #00B1E1;
  border-color: #00B1E1;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0089ae;
  border-color: #007fa1;
}

.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(38,189,230,0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(130,138,145,0.5);
}

.btn-success {
  color: #212529;
  background-color: #8CC152;
  border-color: #8CC152;
}

.btn-success:hover {
  color: #FFFFFF;
  background-color: #79ae3e;
  border-color: #72a53b;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(124,170,76,0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #8CC152;
  border-color: #8CC152;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #72a53b;
  border-color: #6c9c38;
}

.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(124,170,76,0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #F6BB42;
  border-color: #F6BB42;
}

.btn-warning:hover {
  color: #212529;
  background-color: #f4ae1d;
  border-color: #f4a911;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(214,165,62,0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #F6BB42;
  border-color: #F6BB42;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f4a911;
  border-color: #eda30b;
}

.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(214,165,62,0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #f45749;
  border-color: #f45749;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #f23625;
  border-color: #f12b19;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(246,112,100,0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #FFFFFF;
  background-color: #f45749;
  border-color: #f45749;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f12b19;
  border-color: #ef210e;
}

.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(246,112,100,0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216,217,219,0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.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(216,217,219,0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5);
}

.btn-outline-primary {
  color: #00B1E1;
  border-color: #00B1E1;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #00B1E1;
  border-color: #00B1E1;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0,177,225,0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #00B1E1;
  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: #FFFFFF;
  background-color: #00B1E1;
  border-color: #00B1E1;
}

.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(0,177,225,0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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(108,117,125,0.5);
}

.btn-outline-success {
  color: #8CC152;
  border-color: #8CC152;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #8CC152;
  border-color: #8CC152;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(140,193,82,0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #8CC152;
  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: #212529;
  background-color: #8CC152;
  border-color: #8CC152;
}

.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(140,193,82,0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #FFFFFF;
  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: #FFFFFF;
  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: #F6BB42;
  border-color: #F6BB42;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #F6BB42;
  border-color: #F6BB42;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(246,187,66,0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #F6BB42;
  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: #F6BB42;
  border-color: #F6BB42;
}

.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(246,187,66,0.5);
}

.btn-outline-danger {
  color: #f45749;
  border-color: #f45749;
}

.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #f45749;
  border-color: #f45749;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244,87,73,0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f45749;
  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: #FFFFFF;
  background-color: #f45749;
  border-color: #f45749;
}

.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(244,87,73,0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}

.btn-link {
  font-weight: 400;
  color: #00B1E1;
  text-decoration: none;
}

.btn-link:hover {
  color: #007595;
  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,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00B1E1;
}

.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.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  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: 0.375rem 0.75rem;
  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: 1.25rem;
  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;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #00B1E1;
  background-color: #00B1E1;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0,177,225,0.25);
}

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

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #95e8ff;
  border-color: #95e8ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00B1E1;
  background-color: #00B1E1;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0,177,225,0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0,177,225,0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0,177,225,0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0,177,225,0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  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;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #62ddff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,177,225,0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #62ddff;
  box-shadow: 0 0 0 0.2rem rgba(0,177,225,0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,177,225,0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,177,225,0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,177,225,0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00B1E1;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #95e8ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00B1E1;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #95e8ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00B1E1;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #95e8ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(42,42,42,0.125);
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef rgba(42,42,42,0.125);
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #FFFFFF;
  background-color: #00B1E1;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(42,42,42,0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(42,42,42,0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(42,42,42,0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(42,42,42,0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(42,42,42,0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(42,42,42,0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(42,42,42,0.5);
  border-color: rgba(42,42,42,0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(42, 42, 42, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(42,42,42,0.5)}.navbar-light .navbar-text a{color:rgba(42,42,42,0.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(42,42,42,0.9)}.navbar-dark .navbar-brand{color:#FFFFFF}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#FFFFFF}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#FFFFFF}.navbar-dark .navbar-toggler{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-text a{color:#FFFFFF}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#FFFFFF}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#FFFFFF;background-clip:border-box;border:1px solid rgba(42,42,42,0.125);border-radius:0.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(42,42,42,0.03);border-bottom:1px solid rgba(42,42,42,0.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(42,42,42,0.03);border-top:1px solid rgba(42,42,42,0.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(0.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:0.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:0.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:0.25rem}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#00B1E1;background-color:#FFFFFF;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#007595;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0.2rem rgba(0,177,225,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}.page-item:last-child .page-link{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}.page-item.active .page-link{z-index:1;color:#FFFFFF;background-color:#00B1E1;border-color:#00B1E1}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#FFFFFF;border-color:#dee2e6}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0.3rem;border-bottom-left-radius:0.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0.2rem;border-bottom-left-radius:0.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0.2rem;border-bottom-right-radius:0.2rem}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-1px;background-color:#FFFFFF;border:1px solid rgba(42,42,42,0.125)}.list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#FFFFFF}.list-group-item.active{z-index:2;color:#FFFFFF;background-color:#00B1E1;border-color:#00B1E1}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0}}@media (min-width: 1600px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xxl .list-group-item:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-xxl .list-group-item:last-child{margin-right:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#147089;background-color:#b8e9f7}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#147089;background-color:#a1e2f4}.list-group-item-primary.list-group-item-action.active{color:#FFFFFF;background-color:#147089;border-color:#147089}.list-group-item-secondary{color:#4c5155;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#4c5155;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#FFFFFF;background-color:#4c5155;border-color:#4c5155}.list-group-item-success{color:#5d793f;background-color:#dfeecf}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#5d793f;background-color:#d2e7bc}.list-group-item-success.list-group-item-action.active{color:#FFFFFF;background-color:#5d793f;border-color:#5d793f}.list-group-item-info{color:#206874;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#206874;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#FFFFFF;background-color:#206874;border-color:#206874}.list-group-item-warning{color:#947536;background-color:#fcecca}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#947536;background-color:#fbe3b2}.list-group-item-warning.list-group-item-action.active{color:#FFFFFF;background-color:#947536;border-color:#947536}.list-group-item-danger{color:#93413a;background-color:#fcd0cc}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#93413a;background-color:#fbbab4}.list-group-item-danger.list-group-item-action.active{color:#FFFFFF;background-color:#93413a;border-color:#93413a}.list-group-item-light{color:#959696;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#959696;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#FFFFFF;background-color:#959696;border-color:#959696}.list-group-item-dark{color:#2f3235;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2f3235;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#FFFFFF;background-color:#2f3235;border-color:#2f3235}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#2A2A2A;text-shadow:0 1px 0 #FFFFFF;opacity:.5}@media (max-width: 1200px){.close{font-size:calc(1.275rem + 0.3vw)}}.close:hover{color:#2A2A2A;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0;appearance:none}a.close.disabled{pointer-events:none}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Roboto", sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#2A2A2A}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#2A2A2A}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#2A2A2A}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#2A2A2A}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#FFFFFF;text-align:center;background-color:#2A2A2A;border-radius:0.25rem}.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:#00B1E1 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0089ae !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#8CC152 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#72a53b !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:#F6BB42 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#f4a911 !important}.bg-danger{background-color:#f45749 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#f12b19 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}.bg-white{background-color:#FFFFFF !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #DDD !important}.border-top{border-top:1px solid #DDD !important}.border-right{border-right:1px solid #DDD !important}.border-bottom{border-bottom:1px solid #DDD !important}.border-left{border-left:1px solid #DDD !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:#00B1E1 !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#8CC152 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#F6BB42 !important}.border-danger{border-color:#f45749 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#FFFFFF !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: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1600px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1600px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media (min-width: 1600px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-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(42,42,42,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(42,42,42,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(42,42,42,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-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1600px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:0.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:0.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:0.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:0.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:0.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:0.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:0.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:0.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:0.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:0.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:0.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:0.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:0.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:0.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:0.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:0.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1600px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#FFFFFF !important}.text-primary{color:#00B1E1 !important}a.text-primary:hover,a.text-primary:focus{color:#007595 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#8CC152 !important}a.text-success:hover,a.text-success:focus{color:#659234 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#F6BB42 !important}a.text-warning:hover,a.text-warning:focus{color:#e19b0b !important}.text-danger{color:#f45749 !important}a.text-danger:hover,a.text-danger:focus{color:#e31f0e !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(42,42,42,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}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/assets/images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


header {
  z-index: 5;
}

footer {
  padding: 100px 0px 60px 0px;
  background-color: #eeeeee;
  width: 100%;
  border-top: 1px solid #ddd;
}

.footer-nav {
  margin-left: -15px;
  margin-right: -15px;
}

@media all and (min-width: 768px) {
  .footer-nav {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.footer-nav .nav-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.footer-nav .nav-list .nav-list__item {
  margin: 0px;
  padding: 0px;
  line-height: 1.9em;
  font-size: 0.96em;
}

.footer-nav .nav-list .title {
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 1.05em;
}

@media all and (min-width: 768px) {
  .footer-nav .nav-list {
    margin-bottom: 0px;
  }
}

.full-width-bk #peracto_form_full_name,
.full-width-bk #peracto_form_email_address {
  padding: 12px 20px 10px 20px;
  margin-bottom: 10px;
  width: 100%;
}

.footer-notices {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
}

.footer-notices p {
  margin-bottom: 0px;
  font-size: 0.8em;
  margin-top: 10px;
}

.footer-notices .social-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  align-content: center;
  align-self: center;
}

.footer-notices .social-contact .social-links {
  font-size: 1.62em;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
}

.footer-notices .social-contact .social-links i {
  margin-right: 10px;
}

@media all and (min-width: 576px) {
  .footer-notices .social-contact .social-links i {
    margin-right: 20px;
  }
}

.footer-notices .social-contact .social-links a:last-of-type i {
  margin-right: 10px;
}

.footer-notices .social-contact .social-links img {
  margin-top: -3px;
  width: 94px;
  height: 30px;
}

@media all and (min-width: 576px) {
  .footer-notices .social-contact .social-links {
    flex: 1 1 auto;
    margin-bottom: 0px;
  }
}

@media all and (min-width: 768px) {
  .footer-notices .social-contact .social-links {
    flex: 1 1 50%;
    justify-content: flex-end;
  }
}

@media all and (min-width: 992px) {
  .footer-notices .social-contact .social-links {
    flex: 1 1 50%;
    justify-content: flex-end;
    margin-bottom: 0px;
  }
}

@media all and (min-width: 1200px) {
  .footer-notices .social-contact .social-links {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
}

.footer-notices .social-contact .footer-tel {
  font-size: 2.10em;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  color: #ff3030;
  margin-top: -10px;
  text-align: left;
}

@media all and (min-width: 576px) {
  .footer-notices .social-contact .footer-tel {
    font-size: 2.25em;
    display: block;
    flex: 1 1 auto;
    text-align: right;
  }
}

@media all and (min-width: 768px) {
  .footer-notices .social-contact .footer-tel {
    margin-top: -0px;
  }
}

@media all and (min-width: 1200px) {
  .footer-notices .social-contact .footer-tel {
    font-size: 2.25em;
  }
}

@media all and (min-width: 768px) {
  .footer-notices .social-contact {
    margin-top: 0px;
  }
}

@media all and (min-width: 768px) {
  .footer-notices {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media all and (min-width: 768px) {
  .footer-notices {
    padding-top: 100px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media all and (min-width: 1200px) {
  .footer-notices {
    align-items: flex-end;
  }
}

.language-bar {
  background-color: #FFFFFF;
  font-size: 11px;
  color: #777777;
  padding: 0px 0px 0px 0px;
  z-index: 5 !important;
  position: relative;
  font-weight: normal;
  white-space: nowrap;
}

.language-bar .item {
  border-left: 1px solid #eee;
  padding: 5px 20px;
}

.language-bar .item-end {
  border-right: 1px solid #eee;
}

.template--account .btn-default.btn-stroke {
  border: 1px double #2A2A2A;
  color: #2A2A2A;
}

.template--account .btn-default.btn-stroke:hover {
  background-color: #2A2A2A;
  color: #FFFFFF;
}

.template--account .btn-primary {
  background-color: #ff3030;
  border-color: #ff3030;
}

.template--account .btn-primary:hover {
  background-color: #ff1717;
}

.template--account h1 {
  text-align: left;
}

.template--account h3 {
  margin: 25px 0px;
}

@media (min-width: 768px) {
  .template--account .account-submenu__container {
    padding-left: 0px;
  }
}

.template--account .account-submenu {
  padding-left: 0px;
}

.template--account form[attr='name'] {
  padding-top: 20px;
}

.template--account .submission-buttons {
  display: flex;
  justify-content: flex-end;
}

.template--account .submission-buttons :last-child {
  margin-left: 10px;
}

.template--account .add-new-address div {
  display: flex;
  justify-content: flex-start;
}

.template--account .add-new-address div p {
  margin-top: 15px;
  text-align: left;
}

.template--account .add-new-address div .btn {
  margin-top: 15px;
}

.template--account .address-box {
  border: 1px #eeeeee solid;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.template--account .address-box.default-address__container {
  border: 2px #ff3030 solid !important;
  background-color: #eeeeee;
}

.template--account .address-box address {
  margin-top: 10px;
  width: 95%;
}

@media (min-width: 768px) {
  .template--account .address-box address {
    margin-top: 0px;
  }
}

.template--account .address-actions {
  align-items: flex-end;
  margin: 0px auto;
  display: flex;
  flex: 1 1 100%;
  padding-top: 30px;
  padding-bottom: 5px;
  width: 100%;
}

.template--account .address-actions .address-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}

.template--account .address-actions form {
  display: inherit;
}

.template--account .address-actions .fas,
.template--account .address-actions .far,
.template--account .address-actions .set-default-address {
  font-size: 19px;
}

.template--account .address-actions .fas span,
.template--account .address-actions .far span,
.template--account .address-actions .set-default-address span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-left: 5px;
  line-height: 12px;
  font-weight: 500;
}

.template--account .address-actions button {
  background-color: rgba(0,0,0,0);
  border: none;
  color: #222222;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.template--account .address-actions button:hover {
  color: #ff3030;
}

.template--account .address-actions .default-address {
  color: #ff3030;
}

.template--account .remove-address {
  background: transparent;
  border: none;
  color: #222222;
  position: absolute;
  top: 17px;
  right: 33px;
  padding: 0px;
  cursor: pointer;
  font-size: 20px;
}

.template--account .remove-address:hover {
  color: #ff3030;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 3 !important;
  background-color: #2A2A2A;
  opacity: 0.75;
  display: none;
}

.megaMenu {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 25;
}

.megaMenu.reset {
  display: none;
}

.megaMenu.show {
  display: block;
}

.mega-menu {
  background-color: #FFFFFF;
  position: relative;
  display: block;
  z-index: 15;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px 20px 15px;
}

@media all and (min-width: 576px) {
  .mega-menu {
    max-width: 576px;
  }
}

@media all and (min-width: 768px) {
  .mega-menu {
    max-width: 768px;
  }
}

@media all and (min-width: 992px) {
  .mega-menu {
    max-width: 992px;
  }
}

@media all and (min-width: 1200px) {
  .mega-menu {
    padding: 0px 0px 60px 0px;
    max-width: 1170px;
  }
}

.mega-menu .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mega-menu .nav-list__item {
  margin-bottom: 5px;
  font-size: 14px;
}

.mega-menu .nav-list__item a {
  color: #747375;
}

.mega-menu .nav-list__item a:hover {
  color: #222222;
}

.mega-menu .item--title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff3030;
  font-size: 16px;
}

.mega-menu .view-all {
  color: #ff3030 !important;
  margin-top: 15px;
  font-weight: bold;
}

.mega-menu .view-all:hover {
  color: #ff3030 !important;
}

.mega-menu .mega-menu__content {
  letter-spacing: 0.06em;
  background-color: #FFFFFF;
  border: solid 0px white;
  padding: 0px 0px;
}

.mega-menu .mega-menu__content .nav-tabs {
  width: 100%;
}

.mega-menu .mega-menu__content .tab-content {
  width: 100%;
}

.mega-menu .mega-menu__content .nav-tabs {
  border-top: 0px solid rgba(42,42,42,0.125);
  border-bottom: 0px solid rgba(42,42,42,0.125);
  padding: 20px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
}

.mega-menu .mega-menu__content .nav-tabs .nav-item {
  padding: 0px 0px 0px 0px;
  margin: 0 20px 0 0;
  border: 0;
}

.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link {
  margin: 0;
  padding: 10px 40px 10px 0px;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.96em;
  letter-spacing: 0.07em;
  font-weight: bold;
}

.mega-menu .mega-menu__content .nav-tabs .nav-item .active {
  background-color: transparent;
  border-bottom: 1px solid #ff3030;
  color: #ff3030;
}

.mega-menu .mega-menu__content .tab-content .tab-pane {
  padding-top: 40px;
  padding-bottom: 0px;
}

.mega-menu .mega-menu__content .tab-content .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.mega-menu .mega-menu__content .tab-content .nav-list__item {
  margin-bottom: 10px;
}

.mega-menu .mega-menu__content .tab-content .nav-list__item span {
  color: #747375;
}

.mega-menu .mega-menu__content .tab-content .nav-list__item a {
  color: #747375;
}

.mega-menu .mega-menu__content .tab-content .nav-list__item a:hover {
  color: #222222;
}

.mega-menu .selected {
  display: block;
}

.mega-menu.reset {
  display: none;
}

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

.tbk {
  background-color: transparent;
}

.mega-menu--standard {
  padding: 15px 15px;
  width: 100%;
  max-width: 540px;
}

@media all and (min-width: 768px) {
  .mega-menu--standard {
    width: 260px;
    padding: 30px;
  }
}

.mega-topPadding {
  padding-top: 30px;
}

.bk-reset {
  background-color: transparent;
}

#products-nav-tabs.mega-menu {
  background-color: none !important;
}

@media all and (min-width: 1200px) {
  #products-nav-tabs.mega-menu {
    padding: 0px 0px 0px 0px;
    max-width: 1170px;
  }
}

#products-nav-tabs.mega-menu .mega-menu__content {
  background-color: transparent !important;
  border: solid 0px white;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs {
  width: 100%;
  z-index: 10;
}

@media all and (min-width: 992px) {
  #products-nav-tabs.mega-menu .mega-menu__content .nav-tabs {
    width: 340px;
  }
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content {
  z-index: 10;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 0px;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs {
  border-right: 1px solid #eee;
  background-color: #f2fafd;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item {
  padding: 0px 0px 0px 0px;
  margin: 0 0px 0 0;
  border: 0;
  width: 100%;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link {
  padding-left: 15px;
  border-bottom: 0px solid #ddd;
  color: #222;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link:hover {
  background-color: white;
  border-bottom: 0px solid #FFFFFF;
  border-radius: 0px;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .active {
  background-color: #FFFFFF;
  border-bottom: 0px solid #747375;
  color: #747375;
  border-radius: 0px;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .active:hover {
  background-color: #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  color: #fff;
  border-radius: 0px;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content {
  height: 100%;
  padding: 25px 25px;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .col-12 {
  background-color: #fff;
  padding-top: 25px;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .row {
  margin-left: 0px;
  margin-right: 0px;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .tab-pane {
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .tab-pane .row {
  height: 100%;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list__item {
  margin-bottom: 5px;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list__item span {
  color: #222;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list__item a {
  color: #222;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list__item a:hover {
  color: #222222;
}

#products-nav-tabs.mega-menu .selected {
  display: block;
}

#products-nav-tabs.mega-menu.reset {
  display: none;
}

#products-nav-tabs.mega-menu.show {
  display: block;
}

#products-nav-tabs .mega-menu__content {
  display: flex;
}

.masonary-mask {
  height: 650px;
  background-color: #fff;
  min-width: 316px;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 260px;
  border-top: 1px solid #eee;
}

.masonry-layout {
  width: 100%;
  column-count: 1;
  break-inside: avoid;
  column-fill: auto;
  column-gap: 0;
  height: 600px;
}

@media all and (min-width: 576px) {
  .masonry-layout {
    column-count: 2;
  }
}

@media all and (min-width: 992px) {
  .masonry-layout {
    column-count: 3;
  }
}

.masonry-layout__panel {
  background-color: #FFFFFF;
}

.navbar-nav .m-active {
  color: #ff3030 !important;
  font-weight: 900 !important;
}

.navbar-nav .tab-pane .nav-list__item {
  margin-left: 15px;
}

.navbar-nav .tab-pane .nav-list__item .view-all {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.navbar-nav .tab-pane .item--title {
  margin-left: 0px;
  font-weight: 700;
  cursor: pointer;
}

.topnav {
  z-index: 6;
}

nav {
  z-index: 4;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px !important;
  background-color: #ff3030;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

nav i {
  color: #FFFFFF;
}

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

@media all and (min-width: 992px) {
  nav .container {
    flex-wrap: nowrap !important;
  }
}

nav .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

nav .nav-container {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-wrap: nowrap !important;
}

nav .navbar-brand {
  width: 135px;
  margin-right: 0px;
  margin-left: 0px;
}

@media all and (min-width: 768px) {
  nav .navbar-brand {
    margin-left: -15px;
    margin-right: 1.9rem;
  }
}

nav .navbar-brand img {
  width: 100px;
}

@media all and (min-width: 576px) {
  nav .navbar-brand img {
    width: 130px;
  }
}

@media all and (min-width: 768px) {
  nav .navbar-brand img {
    width: 170px;
  }
}

nav .main-navigation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

nav .navigation-links-search {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

@media all and (min-width: 992px) {
  nav .navigation-links-search {
    flex-wrap: nowrap;
  }
}

nav .navigation-links-search .btn-default {
  margin-top: 0px;
  font-size: 14px;
  height: 40px;
  margin-top: 4px;
  width: 280px;
}

nav .navigation-links-search .btn-default i {
  margin-left: 10px;
}

nav #header-search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  align-content: center;
  align-items: center;
  margin-top: 0px;
}

@media all and (min-width: 992px) {
  nav #header-search {
    width: calc(100% - 260px);
    padding-left: 30px;
    padding-right: 30px;
  }
}

nav #header-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}

nav .search-area {
  width: 100%;
  max-width: 560px;
  display: flex;
  margin-right: 0px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media all and (min-width: 768px) {
  nav .search-area {
    margin-left: 0;
  }
}

nav .search-field {
  width: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-right-width: 0px;
  border-radius: 4px 0px 0px 4px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px !important;
  color: #777;
}

nav .btn-search {
  margin-top: 0px;
  min-width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-left-width: 0px;
  border-radius: 0px 4px 4px 0px;
  padding-top: 5px;
  padding-bottom: 3px;
}

nav .btn-search i {
  color: #ff3030;
}

nav .round-button {
  width: 28px;
  height: 25px;
  line-height: 0px;
  border: 0px solid #f5f5f5;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #747375;
  font-size: 14px;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0px 10px 0px 30px;
  display: none;
}

@media all and (min-width: 576px) {
  nav .round-button {
    display: flex;
  }
}

nav .round-button:hover {
  background: #ff3030;
  color: #fff;
}

nav .header-search-block {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  position: absolute;
  width: calc(100% - 30px);
  max-width: 100%;
  z-index: 5;
  background-color: #ff3030;
  visibility: hidden;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

@media all and (min-width: 576px) {
  nav .header-search-block {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% - 15px);
  }
}

nav .header-search-block .search-area {
  height: 40px;
  max-width: 100%;
  margin-right: 20px;
}

nav .header-search-block .search-area .search-field {
  border-radius: 4px 0px 0px 4px !important;
  min-width: 80px;
}

nav .header-search-block .search-area i {
  color: #ff3030;
}

nav .header-search-block .search-area .btn-search {
  padding-top: 4px;
  border-radius: 0px 4px 4px 0px;
}

nav .header-search-block .fa-times-circle {
  color: #FFFFFF;
  font-size: 26px;
  margin-top: 4px;
}

nav .nav-right {
  margin-right: 0px;
  display: flex;
  align-self: flex-end;
  justify-content: space-between;
  align-self: center;
  flex: 1 1 auto !important;
  margin-top: 5px;
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
}

@media all and (min-width: 992px) {
  nav .nav-right {
    max-width: 290px;
  }
}

nav .nav-right a {
  color: #fff;
}

nav .nav-right .navbar-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  outline: none !important;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px !important;
  cursor: pointer;
}

@media all and (min-width: 576px) {
  nav .nav-right .navbar-toggler {
    padding-left: 10px;
    padding-right: 10px;
  }
}

nav .nav-right .navbar-toggler:active {
  outline: none !important;
  color: #FFFFFF;
}

nav .nav-right .navbar-toggler:focus {
  outline: none !important;
  color: #FFFFFF;
}

nav .nav-right .navbar-toggler:hover {
  color: #222222;
}

nav .nav-right .navbar-toggler:hover i {
  color: #222222;
}

nav .nav-right .navbar-toggler .fas {
  font-size: 23px;
  margin-top: 3px;
  margin-bottom: 1px;
}

@media all and (min-width: 576px) {
  nav .nav-right .navbar-toggler .fas {
    margin-top: -0px;
    font-size: 30px;
    margin-bottom: 4px;
  }
}

nav .nav-right .nav-icon,
nav .nav-right .nav-basket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 11px !important;
  font-weight: bold;
  align-content: center;
  align-items: center;
  align-self: center;
  padding-top: 4px;
  min-width: 30px;
  cursor: pointer;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-icon,
  nav .nav-right .nav-basket {
    min-width: 60px;
  }
}

nav .nav-right .nav-icon .fa,
nav .nav-right .nav-icon .fas,
nav .nav-right .nav-icon .far,
nav .nav-right .nav-basket .fa,
nav .nav-right .nav-basket .fas,
nav .nav-right .nav-basket .far {
  font-size: 18px !important;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 1px;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-icon .fa,
  nav .nav-right .nav-icon .fas,
  nav .nav-right .nav-icon .far,
  nav .nav-right .nav-basket .fa,
  nav .nav-right .nav-basket .fas,
  nav .nav-right .nav-basket .far {
    font-size: 23px !important;
  }
}

nav .nav-right .nav-icon .fa-map-marker-alt,
nav .nav-right .nav-basket .fa-map-marker-alt {
  margin-top: 0px;
  font-size: 19px !important;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-icon .fa-map-marker-alt,
  nav .nav-right .nav-basket .fa-map-marker-alt {
    margin-top: -2px;
    font-size: 20px !important;
  }
}

nav .nav-right .nav-icon .fa-search,
nav .nav-right .nav-basket .fa-search {
  font-size: 18px;
  margin-top: -2px;
  color: #FFFFFF;
  margin-bottom: 2px !important;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-icon .fa-search,
  nav .nav-right .nav-basket .fa-search {
    font-size: 23px;
  }
}

nav .nav-right .nav-icon:hover,
nav .nav-right .nav-basket:hover {
  color: #222222;
}

nav .nav-right .nav-icon:hover i,
nav .nav-right .nav-basket:hover i {
  color: #222222;
}

nav .nav-right .nav-basket {
  position: relative;
  padding-left: 4px;
  padding-right: 0px;
  margin-top: -2px;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-basket {
    padding-left: 4px;
    padding-right: 0px;
  }
}

nav .nav-right .nav-basket.nav-basket-qty:after {
  content: attr(data-basket-qty);
  position: absolute;
  top: -3px;
  right: -5px;
  background: #003744;
  color: #FFFFFF;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  line-height: 20px;
}

nav .nav-right .nav-basket .fa,
nav .nav-right .nav-basket .fas,
nav .nav-right .nav-basket .far {
  font-size: 23px !important;
  margin-top: 0px;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-basket .fa,
  nav .nav-right .nav-basket .fas,
  nav .nav-right .nav-basket .far {
    font-size: 28px !important;
  }
}

#navMain {
  background-color: #282828;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

#navMain .navbar-nav {
  justify-content: center;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media all and (min-width: 992px) {
  #navMain .navbar-nav {
    padding-left: 100px;
    padding-right: 100px;
  }
}

#navMain .nav-item {
  background-color: transparent;
}

@media all and (min-width: 992px) {
  #navMain .nav-item:hover {
    background-color: #ff3030;
  }
}

#navMain .nav-item .tab-pane .nav-list {
  list-style-type: none;
}

#navMain .nav-item .tab-pane .nav-list__item a,
#navMain .nav-item .tab-pane .nav-list__item span {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}

#navMain .nav-item .tab-pane .text-center {
  text-align: left !important;
  color: #ff3030;
  padding-left: 40px;
}

#navMain .nav-item .tab-pane .text-center .view-all {
  color: #ff3030;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

#navMain .nav-item--active {
  background-color: #282828;
  color: #ff3030;
}

#navMain .nav-item--active a {
  color: #ff3030;
}

@media all and (min-width: 992px) {
  #navMain .nav-item--active {
    background-color: #ff3030;
    color: #FFFFFF;
  }

  #navMain .nav-item--active a {
    color: #FFFFFF;
  }
}

#navMain .nav-link {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 8px 25px;
}

@media all and (min-width: 992px) {
  #navMain .nav-link {
    padding: 15px 25px;
  }
}

.show {
  display: block !important;
}

.usp-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}

.usp-item__image {
  margin: 0px 0px 10px 0px;
}

.usp-item__text {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2em;
}

.usp-item__text .text-line {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #b4b3b4;
  font-weight: 600;
}

.usp-item__text .sub-line {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ff3030;
}

.usp-alt {
  border: 1px solid #dddddd;
  flex-direction: row;
  padding-top: 22px;
  padding-bottom: 22px;
}

.usp-alt .usp-item__image,
.usp-alt .fa {
  margin: 0px 10px 0px 0px;
}

.custom-usp .usp-item {
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 70px;
  margin-bottom: 10px;
}

@media all and (min-width: 576px) {
  .custom-usp .usp-item {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media all and (min-width: 992px) {
  .custom-usp .usp-item {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

@media all and (min-width: 1200px) {
  .custom-usp .usp-item {
    margin-bottom: 10px;
  }
}

.custom-usp .usp-item p:hover {
  color: #ff3030;
}

.config-usp.usp-strip {
  margin-bottom: 0px;
}

.config-usp.usp-strip .usp-i {
  padding: 0px;
}

.config-usp .usp-strip>.container {
  padding-left: 30px;
  padding-right: 30px;
}

.config-usp .usp-item-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  margin: 5px 0px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .config-usp .usp-item-a {
    margin: 20px 0px;
  }
}

.config-usp .usp-border {
  border-right: 0px solid #000;
}

@media all and (min-width: 992px) {
  .config-usp .usp-border {
    border-right: 1px solid #ccc;
  }
}

.config-usp .usp-item__image-a {
  margin: 0px 0px 10px 0px;
}

.config-usp .usp-item__text-a {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2em;
}

.config-usp .usp-item__text-a i {
  color: #009640;
}

.config-usp .usp-item__text-a i:last-of-type {
  margin-right: 10px;
}

.config-usp .usp-item__text-a .text-line {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.content-side {
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 30px;
}

.content-side h4 {
  font-size: 1.25em;
  margin-bottom: 20px;
}

.content-block-gmap>iframe {
  width: 100% !important;
  min-height: 400px;
}

.content-block-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.content-band-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.content-band-grid-large {
  margin-top: 0px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.content-band-grid-nopadding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-band-grid-large .grid-item__content {
  position: absolute;
  bottom: 45px;
  text-align: left !important;
  padding: 20px;
  width: calc(100% - 60px);
  background-color: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  left: 30px;
}

@media screen and (min-width: 768px) {
  .content-band-grid-large .grid-item__content {
    height: auto;
    bottom: 45px;
    display: block;
    text-align: left;
  }
}

.content-band-grid-large .double .grid-item__content {
  height: calc(50% - 60px);
  top: 10px;
}

@media screen and (min-width: 768px) {
  .content-band-grid-large .double .grid-item__content {
    top: auto;
    height: auto;
  }
}

.bands-grid {
  position: relative;
  justify-content: start;
}

.bands-grid .single .grid-item__content {
  width: 70%;
}

.bands-grid a:hover {
  text-decoration: none;
}

.bands-grid .btn {
  margin-top: 0px;
  margin-bottom: 30px;
}

.bands-grid .single {
  height: 270px;
}

.bands-grid .double {
  height: 570px;
}

.bands-grid .bands-grid__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 25px 25px;
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (min-width: 768px) {
  .bands-grid .bands-grid__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .bands-grid .bands-grid__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bands-grid .bands-grid__item.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}

.bands-grid .bands-grid__item.left .panel__text-area {
  align-items: center;
  justify-content: space-between;
}

.bands-grid .bands-grid__item.left .grid-item__content {
  text-align: left;
}

.bands-grid .bands-grid__item.left .panel-item__title,
.bands-grid .bands-grid__item.left .panel-item__text {
  text-align: left;
}

.bands-grid .bands-grid__item.left .group--horizontal {
  justify-content: flex-start;
}

.bands-grid .bands-grid__item.center {
  justify-content: center;
  align-items: center;
}

.bands-grid .bands-grid__item.center .panel__content {
  width: 80%;
}

.bands-grid .bands-grid__item.center .grid-item__content {
  text-align: center;
}

.bands-grid .bands-grid__item.right {
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  text-align: center;
}

.bands-grid .bands-grid__item.right .panel__content {
  width: 100%;
  padding-left: 30%;
}

.bands-grid .bands-grid__item.right .panel__text-area {
  align-items: flex-end;
}

.bands-grid .bands-grid__item.right .panel-item__title,
.bands-grid .bands-grid__item.right .panel-item__text {
  text-align: right;
}

.bands-grid .bands-grid__item.right .grid-item__content {
  text-align: right;
}

.bands-grid .bands-grid__item.right .group--horizontal {
  justify-content: flex-end;
}

.bands-grid .bands-grid__item.black-text .panel-item__title,
.bands-grid .bands-grid__item.black-text .panel-item__text,
.bands-grid .bands-grid__item.black-text .item-content__line1,
.bands-grid .bands-grid__item.black-text .grid-item__text,
.bands-grid .bands-grid__item.black-text .grid-item__title,
.bands-grid .bands-grid__item.black-text .item-content__line2 {
  color: #000;
}

.bands-grid .bands-grid__item .btn-default {
  color: black;
}

.bands-grid .grid-item__content {
  color: #fff;
  text-align: center;
}

.bands-grid .grid-item__content h1,
.bands-grid .grid-item__content h2,
.bands-grid .grid-item__content h3,
.bands-grid .grid-item__content h4,
.bands-grid .grid-item__content h5,
.bands-grid .grid-item__content h6 {
  font-weight: 900;
}

.bands-grid .grid-item__content .item-content__line1 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  width: 100%;
}

.bands-grid .grid-item__content .item-content__line2 {
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
}

.bands-grid .grid-item__content .item-content__line3 {
  font-size: 18px;
  width: 100%;
}

.bands-grid .grid-item__content .btn {
  margin-top: 5px;
  margin-bottom: 0px;
  border-width: 2px;
  font-weight: bold;
}

.bands-grid .bands-grid__item-stacked {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.bands-grid .bands-grid__item-stacked .single {
  height: 200px;
}

.bands-grid .bands-grid__item-stacked .grid-item__image {
  padding: 25px 25px;
  background-size: cover;
  background-color: #222222;
}

.bands-grid .bands-grid__item-stacked .grid-item__content {
  color: #fff;
  text-align: center;
  background-color: #222222;
}

.bands-grid .bands-grid__item-stacked .grid-item__content .item-content__line1 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 700;
}

.bands-grid .bands-grid__item-stacked-info {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.bands-grid .bands-grid__item-stacked-info .item-content__line1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #222222;
}

.bands-grid .bands-grid__item-stacked-info .single {
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0px;
}

.bands-grid .bands-grid__item-stacked-info .grid-item__content {
  width: 100%;
}

.bands-grid .bands-grid__item-stacked-info .grid-item__content .btn {
  width: 90%;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button-band .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-block__grid-item {
  padding-right: 0px !important;
}

.content-block__grid-item .grid-item__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 0.01em;
}

.content-block__grid-item .grid-item__text {
  line-height: 30px;
  font-size: 16px;
}

.content-block__grid-item .grid-item__text p {
  margin-bottom: 0px;
  font-size: 16px;
}

.content-block__grid-item {
  align-items: center;
}

.content-block__grid-item .btn-lnk,
.content-block__grid-item .lnk {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  font-size: 14px;
  color: #ff3030;
}

.content-block__grid-item .btn-lnk:hover,
.content-block__grid-item .lnk:hover {
  color: #222222;
}

.content-block__heading {
  font-weight: bold;
}

.content-block__heading h1,
.content-block__heading h2,
.content-block__heading h3,
.content-block__heading h4,
.content-block__heading h5,
.content-block__heading h6 {
  font-weight: bold;
}

.content-block .btn-group .btn {
  width: auto;
}

.content-block-panel .btn-default {
  color: #fff;
}

.content-block-panel .btn-default:hover {
  color: #000;
}

.content-block-panel.left .panel-item__title,
.content-block-panel.left .panel-item__text,
.bands-grid__item.left .panel-item__title,
.bands-grid__item.left .panel-item__text {
  text-align: center;
}

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

.grid-list .content-block__heading {
  text-align: left;
  padding-left: 15px;
}

.grid-list .content-block__heading-text {
  font-size: 16px;
}

.grid-list .content-block__heading-text p {
  font-size: 16px;
}

.grid-list .content-block__grid-item {
  margin-bottom: 60px;
  padding-right: 20px;
}

.grid-list .content-block__grid-item .btn-group .btn {
  width: auto;
}

.grid-list .grid-bordered {
  width: 100%;
}

.grid-list .grid-bordered .grid-item__title,
.grid-list .grid-bordered .grid-item__text {
  text-align: left;
  color: #2A2A2A !important;
}

.grid-list .grid-bordered .grid-item__image {
  align-self: flex-start;
}

.grid-list .grid-bordered .btn-group {
  margin-top: auto;
  justify-content: flex-start;
}

.content-block-panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: black;
  background-size: cover;
  min-height: 260px;
  width: 100%;
  height: 100%;
  flex: 1;
}

@media all and (min-width: 992px) {
  .content-block-panel {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.panel--left {
  align-items: flex-start;
  padding-left: 20px;
}

.panel-item .panel__content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
}

.panel-item .panel__text-area {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.panel-item .panel-left {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.panel-item .panel-item__title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

@media all and (min-width: 992px) {
  .panel-item .panel-item__title {
    font-size: 1.8em;
  }
}

.panel-item .panel-item__text {
  font-size: 16px;
  width: 100%;
}

@media all and (min-width: 992px) {
  .panel-item .panel-item__text {
    font-size: 16px;
  }
}

.panel-item a {
  color: #ff3030;
}

.panel-item a:hover {
  color: #e30000;
}

.no-padding {
  padding: 30px 0 0 !important;
}

.set-padding-top {
  padding: 70px 0 0 0;
}

.set-padding-bottom {
  padding: 30px 0 100px 0;
}

.set-padding-both {
  padding: 70px 0 100px 0;
}

.full-width-bk {
  background-size: cover;
}

.strip-padding-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-item {
  margin-bottom: 40px;
}

.content-item .content-item__text {
  line-height: 1.8em;
  margin-bottom: 1px;
}

@media all and (min-width: 768px) {
  .content-item {
    margin-bottom: 0px;
  }
}

.btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  min-width: 170px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  border-radius: 0;
}

.btn:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  border-radius: 0;
}

.btn:before {
  speak: none;
  text-transform: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.btn .caret {
  margin-left: 0;
}

.btn:focus,
.btn:visited,
.btn:hover,
.btn:active {
  outline: 0 none;
  box-shadow: 0px 0px 0px 0px;
}

.btn-xs {
  padding: 2px 5px;
  font-size: 10px;
}

.drop-toggle {
  padding-right: 8px;
  padding-left: 8px;
  content: '';
}

.btn-theme {
  background-color: #ff3030;
  border-color: #ff3030;
  color: white;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-theme[disabled],
.btn-theme.disabled,
.btn-theme:visited {
  background-color: #ff1717;
  border-color: #ff3030;
  color: white;
}

.btn-theme.drop-toggle.btn-theme {
  background-color: #ff3030;
  border-color: #ff1717;
  color: white;
}

.btn-theme.btn-alt {
  background-color: #ff1717;
  border: 1px solid #ff3030;
}

.btn-theme.btn-alt:hover {
  background-color: #fc0000;
}

.btn-theme.btn-stroke {
  border: 1px double #ff3030;
  background-color: transparent;
  color: #ff3030;
}

.btn-theme.btn-stroke:hover {
  background-color: #ff1717;
  border-color: #ff3030;
  color: white;
}

.btn-theme.btn-solid {
  border: 1px solid #ff3030;
}

.btn-theme.btn-dashed {
  border: 1px dashed #ff3030;
}

.btn-theme.btn-dotted {
  border: 1px dotted #ff3030;
}

.btn-theme.btn-double {
  border: 4px double #ff3030;
}

.btn-theme.btn-inset {
  border: 4px inset #ff3030;
}

.btn-theme.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-theme.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #fc0000;
  opacity: 0;
}

.btn-theme.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-theme.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-theme.btn-rotate {
  overflow: hidden;
}

.btn-theme.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #fc0000;
  opacity: 0;
}

.btn-theme.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-theme.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-theme.btn-open {
  overflow: hidden;
}

.btn-theme.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #fc0000;
  opacity: 0;
}

.btn-theme.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-theme.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-default {
  background-color: #ff3030;
  border-color: #ff3030;
  color: white;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default[disabled],
.btn-default.disabled,
.btn-default:visited {
  background-color: #ff1717;
  border-color: #ff3030;
  color: white;
}

.btn-default.drop-toggle.btn-default {
  background-color: #ff3030;
  border-color: #ff1717;
  color: white;
}

.btn-default.btn-alt {
  background-color: #ff1717;
  border: 1px solid #ff3030;
}

.btn-default.btn-alt:hover {
  background-color: #fc0000;
}

.btn-default.btn-stroke {
  border: 1px double #ff3030;
  background-color: transparent;
  color: #ff3030;
}

.btn-default.btn-stroke:hover {
  background-color: #ff1717;
  border-color: #ff3030;
  color: white;
}

.btn-default.btn-solid {
  border: 1px solid #ff3030;
}

.btn-default.btn-dashed {
  border: 1px dashed #ff3030;
}

.btn-default.btn-dotted {
  border: 1px dotted #ff3030;
}

.btn-default.btn-double {
  border: 4px double #ff3030;
}

.btn-default.btn-inset {
  border: 4px inset #ff3030;
}

.btn-default.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-default.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #fc0000;
  opacity: 0;
}

.btn-default.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-default.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-default.btn-rotate {
  overflow: hidden;
}

.btn-default.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #fc0000;
  opacity: 0;
}

.btn-default.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-default.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-default.btn-open {
  overflow: hidden;
}

.btn-default.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #fc0000;
  opacity: 0;
}

.btn-default.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-default.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-primary {
  background-color: #222222;
  border-color: #222222;
  color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary[disabled],
.btn-primary.disabled,
.btn-primary:visited {
  background-color: #151515;
  border-color: #222222;
  color: white;
}

.btn-primary.drop-toggle.btn-primary {
  background-color: #222222;
  border-color: #151515;
  color: white;
}

.btn-primary.btn-alt {
  background-color: #151515;
  border: 1px solid #222222;
}

.btn-primary.btn-alt:hover {
  background-color: #090909;
}

.btn-primary.btn-stroke {
  border: 1px double #222222;
  background-color: transparent;
  color: #222222;
}

.btn-primary.btn-stroke:hover {
  background-color: #151515;
  border-color: #222222;
  color: white;
}

.btn-primary.btn-solid {
  border: 1px solid #222222;
}

.btn-primary.btn-dashed {
  border: 1px dashed #222222;
}

.btn-primary.btn-dotted {
  border: 1px dotted #222222;
}

.btn-primary.btn-double {
  border: 4px double #222222;
}

.btn-primary.btn-inset {
  border: 4px inset #222222;
}

.btn-primary.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-primary.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #090909;
  opacity: 0;
}

.btn-primary.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-primary.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-primary.btn-rotate {
  overflow: hidden;
}

.btn-primary.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #090909;
  opacity: 0;
}

.btn-primary.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-primary.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-primary.btn-open {
  overflow: hidden;
}

.btn-primary.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #090909;
  opacity: 0;
}

.btn-primary.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-primary.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-success {
  background-color: #8CC152;
  border-color: #8CC152;
  color: white;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success[disabled],
.btn-success.disabled,
.btn-success:visited {
  background-color: #7fb842;
  border-color: #8CC152;
  color: white;
}

.btn-success.drop-toggle.btn-success {
  background-color: #8CC152;
  border-color: #7fb842;
  color: white;
}

.btn-success.btn-alt {
  background-color: #7fb842;
  border: 1px solid #8CC152;
}

.btn-success.btn-alt:hover {
  background-color: #72a53b;
}

.btn-success.btn-stroke {
  border: 1px double #8CC152;
  background-color: transparent;
  color: #8CC152;
}

.btn-success.btn-stroke:hover {
  background-color: #7fb842;
  border-color: #8CC152;
  color: white;
}

.btn-success.btn-solid {
  border: 1px solid #8CC152;
}

.btn-success.btn-dashed {
  border: 1px dashed #8CC152;
}

.btn-success.btn-dotted {
  border: 1px dotted #8CC152;
}

.btn-success.btn-double {
  border: 4px double #8CC152;
}

.btn-success.btn-inset {
  border: 4px inset #8CC152;
}

.btn-success.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-success.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #72a53b;
  opacity: 0;
}

.btn-success.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-success.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-success.btn-rotate {
  overflow: hidden;
}

.btn-success.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #72a53b;
  opacity: 0;
}

.btn-success.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-success.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-success.btn-open {
  overflow: hidden;
}

.btn-success.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #72a53b;
  opacity: 0;
}

.btn-success.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-success.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-info {
  background-color: #477083;
  border-color: #477083;
  color: white;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info[disabled],
.btn-info.disabled,
.btn-info:visited {
  background-color: #3e6272;
  border-color: #477083;
  color: white;
}

.btn-info.drop-toggle.btn-info {
  background-color: #477083;
  border-color: #3e6272;
  color: white;
}

.btn-info.btn-alt {
  background-color: #3e6272;
  border: 1px solid #477083;
}

.btn-info.btn-alt:hover {
  background-color: #355462;
}

.btn-info.btn-stroke {
  border: 1px double #477083;
  background-color: transparent;
  color: #477083;
}

.btn-info.btn-stroke:hover {
  background-color: #3e6272;
  border-color: #477083;
  color: white;
}

.btn-info.btn-solid {
  border: 1px solid #477083;
}

.btn-info.btn-dashed {
  border: 1px dashed #477083;
}

.btn-info.btn-dotted {
  border: 1px dotted #477083;
}

.btn-info.btn-double {
  border: 4px double #477083;
}

.btn-info.btn-inset {
  border: 4px inset #477083;
}

.btn-info.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-info.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #355462;
  opacity: 0;
}

.btn-info.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-info.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-info.btn-rotate {
  overflow: hidden;
}

.btn-info.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #355462;
  opacity: 0;
}

.btn-info.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-info.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-info.btn-open {
  overflow: hidden;
}

.btn-info.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #355462;
  opacity: 0;
}

.btn-info.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-info.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-warning {
  background-color: #fcbe00;
  border-color: #fcbe00;
  color: white;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning[disabled],
.btn-warning.disabled,
.btn-warning:visited {
  background-color: #e3ab00;
  border-color: #fcbe00;
  color: white;
}

.btn-warning.drop-toggle.btn-warning {
  background-color: #fcbe00;
  border-color: #e3ab00;
  color: white;
}

.btn-warning.btn-alt {
  background-color: #e3ab00;
  border: 1px solid #fcbe00;
}

.btn-warning.btn-alt:hover {
  background-color: #c99800;
}

.btn-warning.btn-stroke {
  border: 1px double #fcbe00;
  background-color: transparent;
  color: #fcbe00;
}

.btn-warning.btn-stroke:hover {
  background-color: #e3ab00;
  border-color: #fcbe00;
  color: white;
}

.btn-warning.btn-solid {
  border: 1px solid #fcbe00;
}

.btn-warning.btn-dashed {
  border: 1px dashed #fcbe00;
}

.btn-warning.btn-dotted {
  border: 1px dotted #fcbe00;
}

.btn-warning.btn-double {
  border: 4px double #fcbe00;
}

.btn-warning.btn-inset {
  border: 4px inset #fcbe00;
}

.btn-warning.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-warning.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #c99800;
  opacity: 0;
}

.btn-warning.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-warning.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-warning.btn-rotate {
  overflow: hidden;
}

.btn-warning.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #c99800;
  opacity: 0;
}

.btn-warning.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-warning.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-warning.btn-open {
  overflow: hidden;
}

.btn-warning.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #c99800;
  opacity: 0;
}

.btn-warning.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-warning.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-danger {
  background-color: #e30303;
  border-color: #e30303;
  color: white;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger[disabled],
.btn-danger.disabled,
.btn-danger:visited {
  background-color: #ca0303;
  border-color: #e30303;
  color: white;
}

.btn-danger.drop-toggle.btn-danger {
  background-color: #e30303;
  border-color: #ca0303;
  color: white;
}

.btn-danger.btn-alt {
  background-color: #ca0303;
  border: 1px solid #e30303;
}

.btn-danger.btn-alt:hover {
  background-color: #b10202;
}

.btn-danger.btn-stroke {
  border: 1px double #e30303;
  background-color: transparent;
  color: #e30303;
}

.btn-danger.btn-stroke:hover {
  background-color: #ca0303;
  border-color: #e30303;
  color: white;
}

.btn-danger.btn-solid {
  border: 1px solid #e30303;
}

.btn-danger.btn-dashed {
  border: 1px dashed #e30303;
}

.btn-danger.btn-dotted {
  border: 1px dotted #e30303;
}

.btn-danger.btn-double {
  border: 4px double #e30303;
}

.btn-danger.btn-inset {
  border: 4px inset #e30303;
}

.btn-danger.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-danger.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #b10202;
  opacity: 0;
}

.btn-danger.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-danger.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-danger.btn-rotate {
  overflow: hidden;
}

.btn-danger.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #b10202;
  opacity: 0;
}

.btn-danger.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-danger.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-danger.btn-open {
  overflow: hidden;
}

.btn-danger.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #b10202;
  opacity: 0;
}

.btn-danger.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-danger.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.group--horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.group--horizontal.group--center {
  justify-content: center;
}

.group--horizontal .btn-stroke {
  margin-right: 0px;
}

.group--horizontal .btn:not(:first-child) {
  margin-left: 20px;
}

.card .card-body #basket-product-image {
  display: block;
  margin: 0 auto 20px;
  border: 1px solid #eee;
  max-height: 140px;
}

.card .card-footer .btn {
  min-width: 0;
  width: 100%;
}

@media all and (min-width: 992px) {
  .card .card-footer .btn {
    width: 48%;
  }
}

#peracto_form {
  padding-top: 10px;
}

#peracto_form label {
  font-size: 1.15em;
  margin-bottom: 0px;
}

#peracto_form input,
#peracto_form textarea,
#peracto_form select {
  display: block;
  width: 100%;
  padding: 12px 20px 10px 20px;
  margin-bottom: 15px;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #495057;
  background-color: #FFFFFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(42,42,42,0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  min-height: 41px;
}

#peracto_form input[description] {
  margin-bottom: 4px;
}

#peracto_form textarea {
  min-height: 120px;
}

#peracto_form button {
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: #ff3030;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1em;
  width: 100%;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  border-radius: 0;
  color: #fff;
  border-radius: 0;
  box-shadow: 0;
  border: 1px solid #ff3030;
}

@media all and (min-width: 768px) {
  #peracto_form button {
    width: 30%;
  }
}

#peracto_form #peracto_form_dob {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#peracto_form #peracto_form_dob_day,
#peracto_form #peracto_form_dob_month,
#peracto_form #peracto_form_dob_year,
#peracto_form #peracto_form_sizes {
  width: 30%;
}

#peracto_form #peracto_form_sizes {
  width: 100%;
}

@media all and (min-width: 768px) {
  #peracto_form #peracto_form_sizes {
    width: 30%;
  }
}

#peracto_form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#peracto_form li {
  background-color: #fd8282;
  border-color: #fd8282;
  color: #7e0202;
  padding: 10px;
  margin: 10px 0px;
}

#peracto_form .help-block {
  font-style: italic;
  font-size: 0.8em;
}

#peracto_form .has-error .alert ul li {
  padding: 0 5px;
  margin: 0;
}

.cBand-bk-dark #peracto_form {
  color: #fff;
}

.form-control {
  padding: 12px 20px 10px 20px;
  margin-bottom: 10px;
}

.input-icon>i {
  color: #DDD;
  display: block;
  position: absolute;
  margin: 10px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon>.form-control {
  padding-left: 33px;
}

.input-icon.right>i {
  right: 8px;
  float: right;
}

.input-icon.right[class*="col-"]>i {
  right: 16px;
}

.input-icon.right>.form-control {
  padding-right: 33px;
  padding-left: 12px;
}

.control-label {
  font-size: 14px;
  font-weight: 300;
  padding-left: 5px;
}

.input-group-addon {
  border-radius: 0px;
  min-width: 39px;
}

.input-group-addon .ckbox,
.input-group-addon .rdio {
  position: absolute;
  top: 4px;
  left: 10px;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
  border-radius: 0px;
}

.input-sm,
.form-group-sm .form-control {
  border-radius: 0px;
}

@media (max-width: 640px) {
  .form-inner-all [class*="col-"]:last-child .form-control {
    margin-top: 15px;
  }
}

.input-icon>i {
  color: #DDD;
  display: block;
  position: absolute;
  margin: 10px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon>.form-control {
  padding-left: 33px;
}

.input-icon.right>i {
  right: 45px;
}

.input-icon.right[class*="col-"]>i {
  right: 16px;
}

.input-icon.right>.form-control {
  padding-right: 33px;
  padding-left: 12px;
}

.input-group-addon {
  border-radius: 0px;
  min-width: 39px;
}

.input-group-addon .ckbox,
.input-group-addon .rdio {
  position: absolute;
  top: 4px;
  left: 10px;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
  border-radius: 0px;
}

.input-sm,
.form-group-sm .form-control {
  border-radius: 0px;
}

.form-group>div {
  padding-left: 5px;
}

.form-group .ckbox:first-child {
  margin-top: 20px;
}

.form-group .grecaptcha-badge {
  z-index: 5;
}

@media (max-width: 640px) {
  .form-inner-all [class*="col-"]:last-child .form-control {
    margin-top: 15px;
  }
}

.ckbox input[type=checkbox] {
  opacity: 0;
}

.ckbox input[type=checkbox]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  left: 0px;
  margin-top: 3px;
  display: inline-block;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}

.ckbox.rounded input[type=checkbox]:checked+label::after,
.ckbox.rounded input[type=checkbox]:checked+label::before {
  border-radius: 3px;
}

.ckbox.rounded label:before {
  border-radius: 3px;
}

.ckbox.circle input[type=checkbox]:checked+label::after,
.ckbox.circle input[type=checkbox]:checked+label::before {
  border-radius: 50%;
}

.ckbox.circle label:before {
  border-radius: 50%;
}

.ckbox.ckbox-primary {
  display: flex;
  justify-content: flex-start;
}

.ckbox.ckbox-primary input[type=checkbox] {
  width: auto !important;
  margin: 0;
  margin-right: 5px;
}

.ckbox.ckbox-default input[type=checkbox]:checked+label::after {
  color: gray;
}

.rdio input[type=radio] {
  opacity: 0;
}

.rdio input[type=radio]:checked+label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
}

.rdio.rounded input[type=radio]:checked+label::after,
.rdio.rounded input[type=radio]:checked+label::before {
  border-radius: 3px;
}

.rdio.rounded label:before {
  border-radius: 3px;
}

.rdio.circle input[type=radio]:checked+label::after,
.rdio.circle input[type=radio]:checked+label::before {
  border-radius: 50%;
}

.rdio.circle label:before {
  border-radius: 50%;
}

.rdio.rdio-default input[type=radio]:checked+label::after {
  color: gray;
}

.text-center .ckbox,
.text-center .rdio {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0px;
}

.ckbox,
.rdio {
  position: relative;
  margin-top: 3px;
}

.ckbox label,
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}

.ckbox label:before,
.rdio label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  margin-right: 10px;
  margin-top: 3px;
  content: '';
  display: inline-block;
  border: 1px solid #BBB;
  background: #FFF;
}

.ckbox-default input[type=checkbox]:checked+label::after {
  border-color: #222222;
  background-color: #222222;
}

.ckbox-default input[type=checkbox][disabled]:checked+label::after {
  border-color: #222222;
  opacity: .5;
}

.ckbox-primary input[type=checkbox]:checked+label::after {
  border-color: #222222;
  background-color: #222222;
}

.ckbox-primary input[type=checkbox][disabled]:checked+label::after {
  border-color: #222222;
  opacity: .5;
}

.ckbox-success input[type=checkbox]:checked+label::after {
  border-color: #8CC152;
  background-color: #8CC152;
}

.ckbox-success input[type=checkbox][disabled]:checked+label::after {
  border-color: #8CC152;
  opacity: .5;
}

.ckbox-info input[type=checkbox]:checked+label::after {
  border-color: #477083;
  background-color: #477083;
}

.ckbox-info input[type=checkbox][disabled]:checked+label::after {
  border-color: #477083;
  opacity: .5;
}

.ckbox-warning input[type=checkbox]:checked+label::after {
  border-color: #fcbe00;
  background-color: #fcbe00;
}

.ckbox-warning input[type=checkbox][disabled]:checked+label::after {
  border-color: #fcbe00;
  opacity: .5;
}

.ckbox-danger input[type=checkbox]:checked+label::after {
  border-color: #e30303;
  background-color: #e30303;
}

.ckbox-danger input[type=checkbox][disabled]:checked+label::after {
  border-color: #e30303;
  opacity: .5;
}

.rdio-default input[type=radio]:checked+label::after {
  border-color: #222222;
  background-color: #222222;
}

.rdio-default input[type=radio][disabled]:checked+label::after {
  border-color: #222222;
  opacity: .5;
}

.rdio-primary input[type=radio]:checked+label::after {
  border-color: #222222;
  background-color: #222222;
}

.rdio-primary input[type=radio][disabled]:checked+label::after {
  border-color: #222222;
  opacity: .5;
}

.rdio-success input[type=radio]:checked+label::after {
  border-color: #8CC152;
  background-color: #8CC152;
}

.rdio-success input[type=radio][disabled]:checked+label::after {
  border-color: #8CC152;
  opacity: .5;
}

.rdio-info input[type=radio]:checked+label::after {
  border-color: #477083;
  background-color: #477083;
}

.rdio-info input[type=radio][disabled]:checked+label::after {
  border-color: #477083;
  opacity: .5;
}

.rdio-warning input[type=radio]:checked+label::after {
  border-color: #fcbe00;
  background-color: #fcbe00;
}

.rdio-warning input[type=radio][disabled]:checked+label::after {
  border-color: #fcbe00;
  opacity: .5;
}

.rdio-danger input[type=radio]:checked+label::after {
  border-color: #e30303;
  background-color: #e30303;
}

.rdio-danger input[type=radio][disabled]:checked+label::after {
  border-color: #e30303;
  opacity: .5;
}

.ckbox input[type=checkbox] {
  border-radius: 4px;
}

.ckbox input[type=checkbox]:checked+label::after {
  font-family: 'Font Awesome\ 5 Free' !important;
  content: "\f00C";
  color: #222222;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #BBB;
  top: 0;
}

.ckbox label::before,
.rdio label::before {
  border-radius: 4px;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.site-map-wrapper {
  background: #FFFFFF;
  padding-bottom: 30px;
}

.site-map-header {
  justify-content: center;
  padding: 30px 0px;
  color: #222222;
}

.site-map-nav {
  list-style: none;
  padding-bottom: 30px;
}

.site-map-nav .site-map-nav__link {
  cursor: pointer;
  display: inline-block;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.site-map-nav .site-map-nav__link.active {
  color: #ff3030;
}

@media (min-width: 768px) {
  .site-map-nav .site-map-nav__link {
    display: block;
  }
}

.site-map-nav .site-map-nav__link:hover {
  color: #ff3030;
}

.site-map-section {
  display: none;
  border-top: solid 5px #ff3030;
}

.site-map-section.active {
  display: block;
}

.site-map-section.initial-load .site-map-section__list-item {
  opacity: 1;
}

.site-map-section .site-map-section__row {
  padding-top: 30px;
}

.site-map-section .site-map-section__list {
  list-style: none;
  padding: 0;
  padding-bottom: 30px;
}

.site-map-section .site-map-section__list ul {
  list-style: none;
  padding-left: 15px;
}

.site-map-section .site-map-section__list .site-map-section__list-item a {
  color: #222222;
}

.site-map-section .site-map-section__list .site-map-section__list-item a:hover {
  color: #ff3030;
}

.site-map-section .site-map-section__list .site-map-section__list-item.list__parent {
  font-weight: 600;
  border-bottom: solid 1px #222222;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.site-map-section .site-map-section__list .list__child {
  font-weight: 400;
}

.site-map-section .site-map-section__list .list__grandChild {
  font-weight: 400;
}

.site-map-section .site-map-section__list .list__greatGrandChild {
  font-weight: 400;
}


.template--search {
  padding: 0px 0px 100px 0px !important;
}

.template--search .search-title-main {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: -5px;
}

.product-comparison .advert__imagearea {
  border: 1px solid #dddddd;
}

.comparison-details {
  background-color: #eee;
  margin-top: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparison-details:first-child {
  background-color: #dfdfdf;
}

.comparison-details:nth-child(2) {
  background-color: #e4e4e4;
}

.comparison-details:nth-child(3) {
  background-color: #e9e9e9;
}

.comparison-info {
  padding: 5px 15px;
}

.category-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.category-card .category-card__textarea {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 15px 5px;
}

.category-card .category-card__title {
  font-size: 1.15em;
  margin-bottom: 0px;
}

#range-slider {
  margin-top: 15px;
}

.ais-range-slider .ais-range-slider--disabled {
  cursor: not-allowed;
}

.ais-range-slider .ais-range-slider--disabled .ais-range-slider--handle {
  border-color: #DDD;
  cursor: not-allowed;
}

.ais-range-slider .ais-range-slider--disabled .rheostat-horizontal .rheostat-progress {
  background-color: #DDD;
}

.ais-range-slider .rheostat {
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2em;
}

.ais-range-slider .rheostat-background {
  background-color: #FFFFFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 2px solid #DDD;
  border-right: 2px solid #DDD;
  position: relative;
}

.ais-range-slider .rheostat-horizontal .rheostat-background {
  height: 6px;
  top: 0;
  width: 100%;
}

.ais-range-slider .rheostat-horizontal .rheostat-progress {
  background-color: #54544e;
  position: absolute;
  height: 4px;
  top: 1px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle .ais-range-slider--tooltip {
  text-align: center;
  margin-left: -10px;
  width: 40px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle::before,
.ais-range-slider .rheostat-horizontal .rheostat-handle::after {
  top: 7px;
  height: 10px;
  width: 1px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle::before {
  left: 10px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle::after {
  left: 13px;
}

.ais-range-slider--handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #54544e;
  border-radius: 50%;
  cursor: pointer;
}

.ais-range-slider--tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -22px;
  font-size: .8em;
}

.ais-range-slider--value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em;
}

.ais-range-slider--marker {
  position: absolute;
  background: #DDD;
  margin-left: -1px;
  width: 1px;
  height: 5px;
}

.product-image__main-offer,
.product-ribbon {
  background-size: contain;
  z-index: 2 !important;
}

.clearance {
  background-image: url(/assets/images/clearance.png);
}

.eduoffer {
  background-image: url(/assets/images/eduoffer.png);
}

.save {
  background-image: url(/assets/images/save.png);
}

.offer {
  background-image: url(/assets/images/offer.png);
}

.soho {
  background-image: url(/assets/images/soho.png);
}

.new_png {
  background-image: url(/assets/images/new.png);
}

.refurb {
  background-image: url(/assets/images/refurb.png);
}

.exdemo_1 {
  background-image: url(/assets/images/exdemo_1.png);
}

.exdemo_2 {
  background-image: url(/assets/images/exdemo_2.png);
}

.exdemo_3 {
  background-image: url(/assets/images/exdemo_3.png);
}

#search-box {
  margin-bottom: 15px;
}

.ais-search-box--input {
  width: 100%;
  padding: 10px;
  font-size: 1.2rem !important;
}

.ais-search-box--powered-by {
  text-align: right;
  display: none;
}

.ais-range-slider--value {
  display: none;
}

.quick-order .list-unstyled {
  margin: 0;
}

.quick-order ul.quickOrders {
  list-style-type: none;
  padding: 0;
}

.quick-order div.order-upload-paste,
.quick-order div.order-upload-csv {
  background-color: #EEEEEE;
}

.quick-order input[type="file"] {
  width: 100%;
}

.algolia-autocomplete {
  width: 100%;
}

.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
  width: 100%;
}

.algolia-autocomplete .aa-hint {
  color: #999;
}

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
  text-align: left;
  z-index: 6 !important;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

.autocomplete-result {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  color: #222222;
}

.autocomplete-result .result-detail__image {
  width: 80px;
  display: flex;
  margin-right: 10px;
}

.autocomplete-result .result-detail {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}

.autocomplete-result .result-detail .result-title {
  font-size: 14px;
}

.autocomplete-result .result-detail .result-category {
  font-size: 12px;
}

.autocomplete-result .result-detail .result-sku {
  font-size: 12px;
  font-weight: 500;
}

.autocomplete-result .result-detail .result-price {
  font-size: 12px;
  font-weight: 500;
}

.autocomplete-result .result-detail .result-price .sale-price {
  color: #c5382c;
}

.autocomplete-result .result-detail .result-price .strike-price {
  text-decoration: line-through;
}

.autocomplete-result .result-detail__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #222222;
}

.autocomplete-result .result-detail__baseline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #222222;
}


body {
  background-color: #FFFFFF;
  color: #222222;
}

.bodyLoad {
  opacity: 1;
  transition: opacity 200ms ease-in;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

p,
li {
  font-weight: 400;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #ff3030;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul,
ol {
  font-weight: 300;
  padding-left: 20px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  border: 1px solid #DDD;
  color: #300000 !important;
  font-size: 14px !important;
  border-radius: 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

input[type="text"]:focus:not(#readonlyinput),
input[type="password"]:focus:not(#readonlyinput),
input[type="datetime"]:focus:not(#readonlyinput),
input[type="datetime-local"]:focus:not(#readonlyinput),
input[type="date"]:focus:not(#readonlyinput),
input[type="month"]:focus:not(#readonlyinput),
input[type="time"]:focus:not(#readonlyinput),
input[type="week"]:focus:not(#readonlyinput),
input[type="number"]:focus:not(#readonlyinput),
input[type="email"]:focus:not(#readonlyinput),
input[type="url"]:focus:not(#readonlyinput),
input[type="search"]:focus:not(#readonlyinput),
input[type="tel"]:focus:not(#readonlyinput),
input[type="color"]:focus:not(#readonlyinput),
textarea:focus:not(#readonlyinput),
select:focus:not(#readonlyinput) {
  border: 1px solid #222222;
}

input[type="file"] {
  border: none !important;
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
  color: #999;
  cursor: not-allowed;
}

label {
  font-weight: 300;
  font-size: 14px;
}

label a {
  text-decoration: underline;
}

code {
  background: transparent;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  input:not([type="checkbox"]),
  select {
    min-height: 41px;
  }

  *::-ms-backdrop,
  input:not([type="checkbox"]),
  select {
    min-height: 41px;
  }
}

@media all and (min-width: 992px) {
  .container.container--md {
    max-width: 720px;
  }
}

@media all and (min-width: 1200px) {
  .container.container--md {
    max-width: 720px;
  }
}

@media all and (min-width: 1600px) {
  .container.container--md {
    max-width: 720px;
  }
}

@media all and (min-width: 1200px) {
  .container.container--lg {
    max-width: 960px;
  }
}

@media all and (min-width: 1600px) {
  .container.container--lg {
    max-width: 960px;
  }
}

@media all and (min-width: 1600px) {
  .container.container--xl {
    max-width: 1170px;
  }
}

.container .min-width-0 {
  min-width: 0;
}

.row-adj {
  margin-right: -15px;
  margin-left: -15px;
}

@media all and (min-width: 768px) {
  .row-adj {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media all and (min-width: 992px) {
  .sticky-content {
    position: sticky;
    top: 20px;
    z-index: 10;
  }
}

.hide {
  display: none !important;
}

.stiched {
  border: 6px dashed #747375;
}

.brand-color {
  color: #ff3030 !important;
}

.brand-color-bold-lg {
  font-size: 1.8em !important;
  color: #ff3030;
  font-weight: bold;
}

.brand-color-bold-xl {
  font-size: 2.2em !important;
  color: #ff3030;
  font-weight: bold;
}

.red-bk {
  background-color: #f45749 !important;
}

.black-bk {
  background-color: #222222 !important;
}

.grey-bk {
  background-color: #f5f8fa !important;
}

.font-white {
  color: #FFFFFF;
}

.font-p-lg {
  font-size: 1.22em;
}

.img-full-width img {
  width: 100%;
}

.text-brand {
  color: #ff3030 !important;
}

.text-brand-green {
  color: #009640 !important;
}

.text-brand-green:active {
  color: #009640 !important;
}

.text-brand-red {
  color: #e30303 !important;
}

.text-grey {
  color: #666666 !important;
}

.text-grey-light {
  color: #8c8c8c !important;
}

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

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

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

.cursor-text {
  cursor: text;
}

.list-unstyled {
  margin-bottom: 0;
}

.help-text {
  font-size: 12px;
  color: #666666;
  margin-top: -5px;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

div[id^="b1449"] {
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  div[id^="b1449"] {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.btn-white {
  background-color: white;
  border-color: white;
  color: white;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white[disabled],
.btn-white.disabled,
.btn-white:visited {
  background-color: #f2f2f2;
  border-color: white;
  color: white;
}

.btn-white.drop-toggle.btn-white {
  background-color: white;
  border-color: #f2f2f2;
  color: white;
}

.btn-white.btn-alt {
  background-color: #f2f2f2;
  border: 1px solid white;
}

.btn-white.btn-alt:hover {
  background-color: #e6e6e6;
}

.btn-white.btn-stroke {
  border: 1px double white;
  background-color: transparent;
  color: white;
}

.btn-white.btn-stroke:hover {
  background-color: #f2f2f2;
  border-color: white;
  color: white;
}

.btn-white.btn-solid {
  border: 1px solid white;
}

.btn-white.btn-dashed {
  border: 1px dashed white;
}

.btn-white.btn-dotted {
  border: 1px dotted white;
}

.btn-white.btn-double {
  border: 4px double white;
}

.btn-white.btn-inset {
  border: 4px inset white;
}

.btn-white.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-white.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #e6e6e6;
  opacity: 0;
}

.btn-white.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-white.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-white.btn-rotate {
  overflow: hidden;
}

.btn-white.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #e6e6e6;
  opacity: 0;
}

.btn-white.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-white.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-white.btn-open {
  overflow: hidden;
}

.btn-white.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #e6e6e6;
  opacity: 0;
}

.btn-white.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-white.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-green {
  background-color: #009640;
  border-color: #009640;
  color: white;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green[disabled],
.btn-green.disabled,
.btn-green:visited {
  background-color: #007d35;
  border-color: #009640;
  color: white;
}

.btn-green.drop-toggle.btn-green {
  background-color: #009640;
  border-color: #007d35;
  color: white;
}

.btn-green.btn-alt {
  background-color: #007d35;
  border: 1px solid #009640;
}

.btn-green.btn-alt:hover {
  background-color: #00632a;
}

.btn-green.btn-stroke {
  border: 1px double #009640;
  background-color: transparent;
  color: #009640;
}

.btn-green.btn-stroke:hover {
  background-color: #007d35;
  border-color: #009640;
  color: white;
}

.btn-green.btn-solid {
  border: 1px solid #009640;
}

.btn-green.btn-dashed {
  border: 1px dashed #009640;
}

.btn-green.btn-dotted {
  border: 1px dotted #009640;
}

.btn-green.btn-double {
  border: 4px double #009640;
}

.btn-green.btn-inset {
  border: 4px inset #009640;
}

.btn-green.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-green.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #00632a;
  opacity: 0;
}

.btn-green.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-green.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-green.btn-rotate {
  overflow: hidden;
}

.btn-green.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #00632a;
  opacity: 0;
}

.btn-green.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-green.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-green.btn-open {
  overflow: hidden;
}

.btn-green.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #00632a;
  opacity: 0;
}

.btn-green.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-green.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn {
  border-radius: 3px;
  line-height: 1em;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 14px;
}

.btn.disabled {
  pointer-events: none;
}

.btn.btn-white {
  color: #ff3030 !important;
}

.btn:focus,
.btn:hover,
.btn:active {
  outline: 0 none;
  box-shadow: none !important;
}

button:focus,
button:hover,
button:active {
  outline: 0 none;
  box-shadow: none !important;
}

.link-toggle__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #ff3030;
  padding: 0px 15px;
}

.link-toggle {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 150px;
  color: white;
  font-size: 11px;
  color: #ddd;
  text-transform: uppercase;
}

.link-toggle:hover,
.link-toggle:active,
.link-toggle:focus,
.link-toggle:visited {
  color: white;
}

.link-toggle .cursor-text {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  line-height: 1;
}

.link-toggle.link__switch--on .exc-text {
  color: #ddd;
}

.link-toggle.link__switch--on .inc-text {
  color: #FFFFFF;
}

.link-toggle .exc-text {
  color: #FFFFFF;
}

.link-toggle .inc-text {
  color: #ddd;
}

.link-toggle .link-toggle__switch {
  display: inline-block;
  width: 40px;
  position: relative;
  border-radius: 20px;
  height: 20px;
  background-color: #ddd;
  margin: 0 10px;
}

.link-toggle .link-toggle__switch:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  top: 0px;
  left: 0;
}

.link-toggle .link-toggle__switch--on {
  background-color: #009640;
}

.link-toggle .link-toggle__switch--on:after {
  left: auto;
  right: 0;
}

.link-toggle.de-toggle {
  width: auto;
}

.link-toggle.de-toggle .link-toggle__switch {
  background-color: #ab0909;
  margin: 0 10px;
}

.link-toggle.de-toggle .link-toggle__switch:after {
  border: solid 1px #ab0909;
}

.link-toggle.de-toggle .link-toggle__switch.link-toggle__switch--on {
  background-color: #009640;
}

.link-toggle.de-toggle .link-toggle__switch.link-toggle__switch--on:after {
  border: none;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  flex-grow: 0;
}

.btn-group__two-column a {
  min-width: 130px;
}

@media (min-width: 576px) {
  .btn-group__two-column a {
    min-width: 170px !important;
  }
}

@media (min-width: 1600px) {
  .maxWidth1170px {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .maxWidth1570px {
    max-width: 1570px;
    margin: 0 auto;
  }
}

header {
  z-index: 7;
}

header .navbar-toggler {
  position: relative;
  top: 3px;
  padding-left: 0;
}

@media all and (min-width: 768px) {
  header .navbar-toggler {
    top: 5px;
    padding-left: 0;
    padding-right: 30px;
  }
}

header .mobile-bar {
  background-color: #222222;
  min-height: auto;
  padding: 0px 0;
  justify-content: space-between;
}

header .mobile-bar .mobile-bar--tel {
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0px;
}

header .mobile-bar .mobile-bar--tel a {
  color: #FFFFFF !important;
}

header .mobile-bar .mobile-bar--tel i {
  margin-right: 5px;
}

header .mobile-bar .link-toggle__wrapper {
  justify-content: center;
}

header .mobile-bar .link-toggle__wrapper .link-toggle {
  width: auto !important;
}

header .mobile-bar .link-toggle {
  width: 80px;
}

header .mobile-bar .link-toggle span {
  line-height: 1;
  align-self: center;
  margin-right: 5px;
}

header nav {
  z-index: 7;
}

#trustedShopBadge {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 90px;
}

.header-search__tel--flags {
  width: auto !important;
  flex-wrap: wrap;
  padding: 2px 0px;
  align-self: center;
}

@media all and (min-width: 576px) {
  .header-search__tel--flags {
    padding: 5px 0px;
    flex-wrap: nowrap;
  }
}

@media all and (min-width: 992px) {
  .header-search__tel--flags {
    padding: 0px 0px;
    flex-wrap: nowrap;
  }
}

.header-search__tel--flags p {
  margin-bottom: 4px;
}

.header-search__tel--flags .numbers {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media all and (min-width: 992px) {
  .header-search__tel--flags .numbers {
    justify-content: center;
    flex-wrap: nowrap;
  }
}

.header-search__tel--flags .tel {
  margin: 2px 0px 2px 0px;
  padding: 0px 10px 0px 0px;
}

@media all and (min-width: 992px) {
  .header-search__tel--flags .tel {
    margin: 0px 0px;
    padding: 0px 10px 0px 0px;
  }
}

.header-search__tel--flags .tel .flag {
  margin-right: 10px;
  width: 18px;
}

@media all and (min-width: 992px) {
  .header-search__tel--flags .tel .flag {
    width: 20px;
  }
}

.header-search__tel--flags .tel:first-of-type {
  border-right: 0px solid #ccc;
  margin-right: 10px;
}

@media all and (min-width: 576px) {
  .header-search__tel--flags .tel:first-of-type {
    border-right: 1px solid #ccc;
  }
}

.header-search__tel--flags .tel-num {
  font-size: 9px;
  line-height: 18px;
  color: #fff;
}

@media all and (min-width: 992px) {
  .header-search__tel--flags .tel-num {
    font-size: 12px;
    color: inherit;
    font-size: inherit;
    line-height: 18px;
  }
}

.header--sticky {
  position: fixed;
  width: 100%;
  z-index: 9;
}

footer .social-icons {
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
}

footer .social-icons__icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #fff;
  font-size: 22px;
  color: #666666;
  border-radius: 3px;
}

footer .social-icons__icon:hover {
  color: #ff3030;
}

footer .footer-nav .nav-list .title {
  letter-spacing: initial;
}

footer .footer-nav .nav-list .nav-list__item {
  font-size: 0.96em;
}

footer .footer-copyright {
  margin-top: 10px;
}

footer .footer-copyright p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

footer .footer__9xb {
  display: block;
  margin-top: 20px;
  color: #666666;
  font-size: 75%;
}

.footer__payment {
  background-color: #000;
  color: #FFFFFF;
  padding: 40px 0;
}

.footer__payment--white {
  background-color: #FFFFFF;
  color: #2A2A2A;
}

.footer__payment-image {
  max-width: 100%;
  width: 100%;
}

.alert-container,
.alert-container>div {
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 768px) {
  .alert-container,
  .alert-container>div {
    padding: 0;
  }
}

.alert {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 10px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 0px;
  right: 4px;
}

.alert-default {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  color: black;
  margin-bottom: 5px;
}

.alert-default .alert-icon {
  background-color: black;
}

.alert-default .alert-link,
.alert-default a {
  color: black !important;
  font-weight: bold;
}

.alert-default .notification-sender a {
  color: black;
}

.alert-primary {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  color: black;
  margin-bottom: 5px;
}

.alert-primary .alert-icon {
  background-color: black;
}

.alert-primary .alert-link,
.alert-primary a {
  color: black !important;
  font-weight: bold;
}

.alert-primary .notification-sender a {
  color: black;
}

.alert-success {
  background-color: #d7e9c3;
  border-color: #d7e9c3;
  color: #587f2e;
  margin-bottom: 5px;
}

.alert-success .alert-icon {
  background-color: #659234;
}

.alert-success .alert-link,
.alert-success a {
  color: #3e5a20 !important;
  font-weight: bold;
}

.alert-success .notification-sender a {
  color: #587f2e;
}

.alert-info {
  background-color: #9abac9;
  border-color: #9abac9;
  color: #233741;
  margin-bottom: 5px;
}

.alert-info .alert-icon {
  background-color: #2c4651;
}

.alert-info .alert-link,
.alert-info a {
  color: #111b20 !important;
  font-weight: bold;
}

.alert-info .notification-sender a {
  color: #233741;
}

.alert-warning {
  background-color: #ffe596;
  border-color: #ffe596;
  color: #967100;
  margin-bottom: 5px;
}

.alert-warning .alert-icon {
  background-color: #b08400;
}

.alert-warning .alert-link,
.alert-warning a {
  color: #634b00 !important;
  font-weight: bold;
}

.alert-warning .notification-sender a {
  color: #967100;
}

.alert-danger {
  background-color: #fd8282;
  border-color: #fd8282;
  color: #7e0202;
  margin-bottom: 5px;
}

.alert-danger .alert-icon {
  background-color: #970202;
}

.alert-danger .alert-link,
.alert-danger a {
  color: #4c0101 !important;
  font-weight: bold;
}

.alert-danger .notification-sender a {
  color: #7e0202;
}

.alert-icon {
  margin-right: 10px;
}

.alert-icon i {
  font-size: 20px;
  color: #FFF;
  padding: 10px;
}

.notification-info {
  line-height: 14px;
}

.notification-info p {
  margin: 0px;
}

.notification-meta {
  margin-bottom: 3px;
  padding-left: 0px;
  list-style: none outside none;
}

.notification-meta li {
  margin-top: -2px;
}

.notification-sender {
  color: #414147;
}

.notification-time {
  font-style: italic;
  color: #999;
}

.callout {
  position: relative;
  min-height: 60px;
  margin: 0px;
  padding: 5px 30px 5px 60px;
  border-left: 5px solid #EEE;
  font-size: 14px;
  word-wrap: break-word;
  font-weight: 300;
}

.callout h4 {
  margin-top: 0;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code,
.callout .highlight {
  background-color: transparent;
}

.callout-info {
  background-color: #9abac9;
  border-color: #477083;
}

.callout-info:before {
  position: absolute;
  left: 10px;
  top: 10px !important;
  display: block;
  background: #477083;
  color: #fff;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: "";
  line-height: 39px;
}

.callout-info h4 {
  color: #355462;
}

.callout-info a {
  color: #3e6272;
  font-weight: bold;
}

.callout-info a:hover {
  color: #355462;
}

.callout-warning {
  background-color: #ffe596;
  border-color: #fcbe00;
}

.callout-warning:before {
  position: absolute;
  left: 10px;
  top: 10px !important;
  display: block;
  background: #fcbe00;
  color: #fff;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: "";
  line-height: 39px;
}

.callout-warning h4 {
  color: #c99800;
}

.callout-warning a {
  color: #e3ab00;
  font-weight: bold;
}

.callout-warning a:hover {
  color: #c99800;
}

.callout-danger {
  background-color: #fd8282;
  border-color: #e30303;
}

.callout-danger:before {
  position: absolute;
  left: 10px;
  top: 10px !important;
  display: block;
  background: #e30303;
  color: #fff;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: "";
  line-height: 39px;
}

.callout-danger h4 {
  color: #b10202;
}

.callout-danger a {
  color: #ca0303;
  font-weight: bold;
}

.callout-danger a:hover {
  color: #b10202;
}

#peracto_form input,
#peracto_form textarea,
#peracto_form select {
  border-radius: 4px;
}

#peracto_form button {
  border-radius: 0.25rem !important;
}

#peracto_form input[type="radio"] {
  width: auto;
  display: inline;
  margin: 0 5px 20px 0;
  padding: 0;
  min-height: auto;
}

#peracto_form input[type="checkbox"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
  min-height: 0;
}

#peracto_form label {
  display: block;
  width: calc(100% - 40px);
}

#peracto_form label:not(.control-label) {
  display: flex;
}

#peracto_form label:not(.control-label) input[type="radio"] {
  margin: 7px 5px 0 0;
}

#peracto_form a {
  color: #ff3030;
  text-decoration: none;
}

#peracto_form .help-block {
  font-style: normal !important;
}

#peracto_form select.form-control:not([size]):not([multiple]) {
  -webkit-appearance: none;
  background-image: initial;
  background: #fff url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.55rem center;
  background-size: 8px 10px;
}

#peracto_form .form-group>label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media all and (max-width: 992px) {
  #peracto_form label {
    width: calc(100% - 30px);
  }
}

#peracto_form .alert-danger {
  margin-bottom: 0;
}

#peracto_form .alert-danger .list-unstyled {
  margin-bottom: 0;
}

#peracto_form .alert-danger .list-unstyled li {
  padding: 0 5px;
  margin: 0;
}

@-moz-document url-prefix()  {
  #peracto_form select.form-control:not([size]):not([multiple]) {
    background-image: none;
    background-color: #fff;
  }
}

label.required {
  display: flex;
}

label.required:after {
  content: "*";
  color: #e30303;
  margin-left: 5px;
  font-weight: 500;
}

.ckbox label.required,
.rdio label.required {
  display: inline;
}

.ckbox label.required:after,
.rdio label.required:after {
  content: none;
  margin-left: 0;
}

select.form-control:not([size]):not([multiple]) {
  -webkit-appearance: none;
  background-image: initial;
  background: #fff url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.55rem center;
  background-size: 8px 10px;
}

.control-label {
  padding-left: 0;
}

.ckbox label:before {
  top: 2px;
}

.ckbox input[type="checkbox"]:checked+label::after {
  top: 2px;
  margin-left: 0;
}

.ckbox input[type="radio"]:checked+label:after,
.rdio input[type="radio"]:checked+label:after {
  top: 2px;
}

@-moz-document url-prefix()  {
  select.form-control:not([size]):not([multiple]) {
    background-image: none;
    background-color: #fff;
  }
}

.rdio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}

.rdio input[type="radio"] {
  width: auto;
}

.rdio label {
  margin-top: -6px;
  margin-left: 10px;
  font-size: 14px !important;
}

.rdio label.required:after {
  display: none;
}

.rdio label::before {
  border-radius: 50% !important;
}

.rdio-primary input[type="radio"]:checked+label::after {
  border-radius: 50% !important;
  top: calc(50% - 14px) !important;
}

.ckbox label,
.rdio label {
  font-size: 16px !important;
  margin-left: 10px;
  line-height: 30px;
}

.ckbox input[type="checkbox"] {
  border-radius: 4px;
}

.ckbox input[type="checkbox"]:checked+label::after {
  font-family: "Font Awesome\ 5 Pro" !important;
}

.template--product feefowidget-global .feefowidget-global-container {
  background-color: #f5f8fa;
}

.template--product feefowidget-global .feefowidget-global-container .feefowidget-global-container-header {
  padding: 0;
}

.template--product feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-controls {
  border-bottom-color: white !important;
}

.template--product feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-controls-sorting {
  z-index: 0;
}

.template--product feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-list feefowidget-feedbacks-item,
.template--product feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-list feefowidget-feedbacks-item-facebook {
  border-bottom: 1px solid white;
}

.template--product feefowidget-rating-stars .feefowidget-star {
  color: #ff3030;
  font-size: 16px;
}

.template--product feefowidget-merchant-header-rating .feefowidget-header-information-ratings .feefowidget-logo {
  border-left: none;
}

.template--product feefowidget-merchant-header-rating .feefowidget-header-information-ratings .feefowidget-logo img {
  display: block;
  margin-top: 5px;
}

.template--product feefowidget-merchant-header-rating .feefowidget-header-information-ratings feefowidget-rating-stars .feefowidget-rating-container .feefowidget-star {
  font-size: 16px;
}

.template--product feefowidget-merchant-header .feefowidget-header-information-title h1 {
  font-family: "Roboto", sans-serif;
  color: #222222 !important;
}

.template--product feefowidget-feedbacks-sorting button {
  background-color: transparent !important;
  border: none;
  color: #666666;
}

.template--product feefowidget-rating-dropdown .feefowidget-rating-values {
  font-size: 16px !important;
  position: relative;
  top: 4px;
}

.template--product feefowidget-feedbacks-filtering-dropdown .feefowidget-ratings-dropdown.feefowidget-ratings-dropdown-desktop .feefowidget-ratings-dropdown-button {
  background-color: transparent !important;
}

.template--product feefowidget-feedbacks-item .feefowidget-section-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: none;
}

.template--product feefowidget-chars-limit .text-restriction-wrapper .text-restriction-link {
  color: #ff3030;
}

.template--product feefowidget-chars-limit .text-restriction-wrapper .text-restriction-link:active,
.template--product feefowidget-chars-limit .text-restriction-wrapper .text-restriction-link:hover,
.template--product feefowidget-chars-limit .text-restriction-wrapper .text-restriction-link:visited,
.template--product feefowidget-chars-limit .text-restriction-wrapper .text-restriction-link:focus {
  color: #ff3030;
}

.template--product feefowidget-rating-item .item.item-bar .item-bar-outer .item-bar-inner {
  background-color: #ff3030 !important;
}

.template--product feefowidget-footer .feefowidget-footer {
  border-top-color: white;
}

.template--product feefowidget-footer .feefowidget-footer .feefowidget-footer__b2c-reviews a,
.template--product feefowidget-footer .feefowidget-footer .feefowidget-footer__b2c-reviews a:hover,
.template--product feefowidget-footer .feefowidget-footer .feefowidget-footer__b2c-reviews a:link,
.template--product feefowidget-footer .feefowidget-footer .feefowidget-footer__b2c-reviews a:visited {
  color: #ff3030;
}

.template--product feefowidget-logo-small .feefowidget-reviews-total {
  color: #222222;
}

.template--product feefowidget-feedbacks-loading {
  background-color: rgba(255,255,255,0.5);
}

.template--product feefowidget-feedbacks-loading .feefowidget-feedbacks-loading-overlay {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.template--product feefowidget-feedbacks-loading .feefowidget-feedbacks-loading-overlay i {
  color: #ff3030;
}

.usp-strip .feefo-widget-container {
  height: 38px;
}

.watco__mobile-app #feefo-service-review-floating-widgetId {
  display: none;
}

.megaMenu {
  background-color: transparent;
}

.megaMenu .view-all {
  display: block;
  font-size: 14px;
}

@media all and (min-width: 992px) {
  .mega-menu {
    left: -20px;
  }
}

@media all and (min-width: 1200px) {
  .mega-menu {
    left: -10px;
  }
}

.mega-menu.mega-menu--standard {
  padding: 0 20px 17px;
}

.mega-menu.mega-menu--standard .nav-list__item {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: normal;
}

.mega-menu.mega-menu--standard .nav-list__item:first-child {
  padding-top: 17px;
}

.mega-menu.mega-menu--standard .nav-list__item a {
  color: #222222;
  font-size: 0.96em;
  padding: 6px 0;
  display: block;
}

.mega-menu .nav-list__item a:hover {
  color: #747375;
}

@media all and (min-width: 1600px) {
  #products-nav-tabs.mega-menu {
    max-width: 1570px;
  }
}

#products-nav-tabs.mega-menu .mega-menu__content {
  letter-spacing: normal;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link {
  letter-spacing: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link.active {
  color: white;
  background-color: #ff3030;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link.active i {
  color: white !important;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link.active i.fa-caret-down {
  display: none;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link.active i.fa-caret-up {
  display: inline;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link.active:hover {
  background-color: #ff3030;
}

#products-nav-tabs.mega-menu .mega-menu__content .nav-tabs .nav-item .nav-link:hover {
  background-color: inherit;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list {
  margin-bottom: 0;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list .nav-list__item {
  font-size: 14px;
  margin-bottom: 5px;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list .nav-list__item a {
  color: #666666;
}

#products-nav-tabs.mega-menu .mega-menu__content .tab-content .nav-list .nav-list__item.item--title a {
  color: #222222;
}

#products-nav-tabs .item--title {
  font-size: 16px;
}

#navMain .navbar-nav .tab-pane .item--title {
  position: relative;
  padding: 5px 0;
}

@media all and (min-width: 992px) {
  #navMain .navbar-nav .tab-pane .item--title {
    padding: 0px;
  }
}

#navMain .navbar-nav .tab-pane .item--title i {
  color: white !important;
}

@media all and (min-width: 992px) {
  #navMain .navbar-nav .tab-pane .item--title i {
    color: #666666 !important;
  }
}

.masonary-mask {
  border-top: none;
  box-shadow: inset 0 1px 0 #ff3030;
}

.masonry-layout {
  height: auto;
  column-gap: 25px;
}

@media all and (min-width: 992px) {
  .masonry-layout {
    height: 600px;
  }
}

@media all and (min-width: 1600px) {
  .masonry-layout {
    column-count: 5;
  }
}

@media all and (max-width: 992px) {
  .masonry-layout .view-all {
    background-color: #666666;
    display: block;
    text-align: center;
    color: #ff3030;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.masonry-layout__panel {
  background-color: #666666;
}

@media all and (min-width: 992px) {
  .masonry-layout__panel {
    background-color: white;
  }

  .masonry-layout__panel .nav-list .nav-list__item.item--title {
    margin-top: 15px;
  }

  .masonry-layout__panel:first-child .nav-list .nav-list__item.item--title {
    margin-top: 0;
  }
}

.overlay {
  z-index: 6 !important;
}

nav {
  background-color: #FFFFFF;
  color: #222222;
}

nav i {
  color: #222222 !important;
}

nav.topnav {
  z-index: 30;
}

nav .navbar-collapse {
  align-items: normal;
}

nav .navbar-brand {
  display: flex;
  justify-content: flex-start;
  width: 192px;
}

nav .navbar-brand img {
  width: 100%;
}

nav .search-field {
  border-color: #222222 !important;
  font-size: 16px !important;
  height: 40px;
}

@media all and (min-width: 992px) {
  nav .search-field {
    height: 42px;
    font-size: 14px !important;
  }
}

nav .btn-search {
  background-color: #222222;
  border-color: #222222;
}

nav .btn-search i {
  color: #FFFFFF !important;
}

nav .nav-right {
  max-width: auto;
  width: auto;
}

@media all and (min-width: 1200px) {
  nav .nav-right {
    justify-content: flex-end;
  }
}

@media all and (min-width: 1600px) {
  nav .nav-right {
    justify-content: space-between;
  }
}

nav .nav-right a {
  color: #222222;
}

nav .nav-right .nav-icon {
  text-align: center;
}

@media all and (max-width: 992px) {
  nav .nav-right .nav-icon,
  nav .nav-right .nav-basket {
    margin-right: 10px;
  }
}

@media all and (min-width: 1200px) {
  nav .nav-right .nav-icon,
  nav .nav-right .nav-basket {
    margin-left: 10px;
  }
}

@media all and (min-width: 1600px) {
  nav .nav-right .nav-icon,
  nav .nav-right .nav-basket {
    margin-left: 0;
  }
}

nav .nav-right .nav-icon:hover,
nav .nav-right .nav-basket:hover {
  color: #ff3030;
}

nav .nav-right .nav-icon .fa,
nav .nav-right .nav-icon .fas,
nav .nav-right .nav-icon .far,
nav .nav-right .nav-basket .fa,
nav .nav-right .nav-basket .fas,
nav .nav-right .nav-basket .far {
  color: #222222;
}

@media all and (max-width: 992px) {
  nav .nav-right .nav-icon .fa,
  nav .nav-right .nav-icon .fas,
  nav .nav-right .nav-icon .far,
  nav .nav-right .nav-basket .fa,
  nav .nav-right .nav-basket .fas,
  nav .nav-right .nav-basket .far {
    font-size: 24px !important;
  }
}

nav .nav-right .navbar-toggler {
  color: #222222;
}

nav .nav-right .nav-basket {
  margin-top: 0;
}

nav .nav-right .nav-basket .fas {
  font-size: 23px !important;
}

@media all and (max-width: 992px) {
  nav .nav-right .nav-basket .fas {
    font-size: 24px !important;
  }
}

nav .nav-right .nav-basket.nav-basket-qty:after {
  background-color: #009640;
}

@media all and (min-width: 576px) {
  nav .nav-right .nav-basket.nav-basket-qty:after {
    top: -8px;
    right: 0px;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
  }
}

nav .header-search-block {
  background-color: #FFFFFF;
}

@media all and (min-width: 768px) {
  nav .header-search-block {
    width: 100% !important;
  }
}

@media all and (min-width: 992px) {
  nav .header-search-block {
    width: calc(100% - 15px) !important;
  }
}

nav #header-search {
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 140px);
  padding-left: 0px;
  padding-right: 0px;
}

@media all and (min-width: 1200px) {
  nav #header-search {
    width: calc(100% - 230px);
    padding-left: 30px;
    padding-right: 0px;
  }
}

@media all and (min-width: 1600px) {
  nav #header-search {
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 110px;
  }
}

@media all and (min-width: 1200px) {
  nav #header-search-form {
    width: 50%;
    margin-right: 20px;
  }
}

nav .header-search__tel {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  margin-left: 20px;
}

@media all and (min-width: 992px) {
  nav .header-search__tel {
    text-indent: 0px;
  }
}

@media all and (min-width: 1200px) {
  nav .header-search__tel {
    text-indent: 0px;
    font-size: 1rem;
    margin-left: 0px;
  }
}

@media all and (min-width: 992px) {
  #navMain.de-header .nav-link {
    padding: 12px 15px;
  }
}

@media all and (min-width: 1200px) {
  #navMain.de-header .nav-link {
    padding: 12px 30px;
  }
}

#navMain .nav-link {
  position: relative;
  white-space: nowrap;
}

@media all and (min-width: 992px) {
  #navMain .nav-link {
    padding: 12px 15px;
  }
}

@media all and (min-width: 1200px) {
  #navMain .nav-link {
    padding: 12px 20px;
  }
}

@media all and (min-width: 1600px) {
  #navMain .nav-link {
    padding: 12px 45px;
  }
}

@media all and (max-width: 992px) {
  #navMain .nav-link>.fa-caret-up,
  #navMain .nav-link>.fa-caret-down {
    display: none !important;
  }
}

#navMain .nav-link.m-active i.mobile-chevron.fa-chevron-up {
  display: inline;
}

#navMain .nav-link.m-active i.mobile-chevron.fa-chevron-down {
  display: none;
}

#navMain .nav-item:last-child {
  margin-right: 5px;
}

#navMain .nav-item i {
  color: #fff !important;
  margin-left: 10px;
}

@media all and (min-width: 992px) {
  #navMain .nav-item i {
    color: #666666 !important;
  }

  #navMain .nav-item i.fa-caret-down {
    display: inline;
  }

  #navMain .nav-item i.fa-caret-up {
    display: none;
  }

  #navMain .nav-item i.mobile-chevron {
    display: none;
  }
}

#navMain .nav-item i.mobile-chevron {
  position: absolute;
  right: 30px;
  top: 10px;
}

#navMain .nav-item i.mobile-chevron.fa-chevron-up {
  display: none;
}

#navMain .nav-item i.mobile-chevron.fa-chevron-down {
  display: inline;
}

#navMain .nav-item.nav-item--active i {
  color: white !important;
}

@media all and (min-width: 992px) {
  #navMain .nav-item.nav-item--active i.fa-caret-down {
    display: none;
  }

  #navMain .nav-item.nav-item--active i.fa-caret-up {
    display: inline;
  }
}

@media all and (max-width: 992px) {
  #navMain .nav-item .mobile-menu {
    background-color: #666666;
    list-style-type: none;
  }

  #navMain .nav-item .mobile-menu .nav-list__item {
    padding: 5px 0;
    font-weight: 700;
  }

  #navMain .nav-item .mobile-menu .nav-list__item a {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 5px 0;
  }

  #navMain .nav-item .mobile-menu .nav-list__item .mobile-toggle-icon {
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 14px;
    color: #fff !important;
  }

  #navMain .nav-item .mobile-menu .nav-list__item .mobile-menu--sub .nav-list__item {
    padding: 2px 0;
    font-weight: 400;
    position: relative;
  }

  #navMain .nav-item .mobile-menu .nav-list__item .mobile-menu--sub .view-all {
    color: #ff3030;
    font-weight: 600;
  }
}

@media all and (min-width: 992px) {
  #navMain .nav-item .mobile-menu {
    display: none !important;
  }
}

@media all and (min-width: 992px) {
  #navMain .navbar-nav {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
    margin: 0 -51px;
  }
}

@media all and (min-width: 1200px) {
  #navMain .navbar-nav {
    margin: 0 -40px;
  }
}

.breadcrumbs {
  border-bottom: 0px solid #ddd;
  background-color: #FFFFFF;
}

.breadcrumbs .breadcrumb-continer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.breadcrumbs .breadcrumb {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 0px !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  justify-content: flex-start;
  font-size: 0.9em;
}

@media all and (min-width: 768px) {
  .breadcrumbs .breadcrumb {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media all and (max-width: 768px) {
  .breadcrumbs .breadcrumb {
    padding: 0px !important;
  }
}

.breadcrumbs .breadcrumb a {
  color: #747375;
}

.breadcrumbs .breadcrumb .active {
  color: #ccc;
}

.breadcrumbs .breadcrumb.breadcrumb-mobile .breadcrumb-mobile__arrow {
  line-height: 17px;
  font-size: 12px;
  color: #222222;
  margin-right: 5px;
  float: left;
}

.breadcrumbs .content-share {
  margin-right: 10px;
  font-size: 15px;
  width: 200px;
  text-align: right;
}

@media all and (min-width: 768px) {
  .breadcrumbs .content-share {
    margin-right: -15px;
  }
}

.breadcrumbs .content-share .ctc-field {
  position: absolute;
  left: -9999px;
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media all and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

.breadcrumbs .breadcrumb-item {
  font-size: 12px;
  color: #222222 !important;
}

.breadcrumbs .active {
  color: #868e96 !important;
}

.breadcrumbs .content-share {
  margin-right: -8px;
}

.breadcrumbs .content-share #copy-notice {
  font-size: 12px !important;
}

.breadcrumbs .content-share #copy-notice a {
  color: #222222 !important;
}

.article-card {
  letter-spacing: 0.02rem;
  margin-bottom: 50px;
}

.article-card .article-card__image {
  width: 100%;
}

.article-card .article-card__image img {
  max-width: 100%;
}

.article-card .article-card__heading * {
  display: inline;
}

.article-card .article-card__heading a {
  color: #ff3030;
  font-weight: bold;
  letter-spacing: 0.03rem;
}

.article-keyline {
  margin-top: 0px;
}

.article-heading .content-area {
  padding-right: 0px;
}

.article-heading .text-area__title {
  margin-left: 0px;
  margin-right: 0px;
  font-family: "Roboto", sans-serif;
  color: #ff3030;
}

@media all and (min-width: 768px) {
  .article-heading .text-area__title {
    margin-left: -15px;
    margin-right: 0px;
  }
}

.template-article-detail .content-area a {
  color: #ff3030;
}

.template-article-detail h1,
.ory-cell .content-area h1 {
  font-family: "Roboto Slab", serif;
}

.template-article-detail h1,
.template-article-detail h2,
.template-article-detail h3,
.template-article-detail h4,
.template-article-detail h5,
.template-article-detail h6,
.ory-cell .content-area h1,
.ory-cell .content-area h2,
.ory-cell .content-area h3,
.ory-cell .content-area h4,
.ory-cell .content-area h5,
.ory-cell .content-area h6 {
  margin-bottom: 20px;
}

.template-article-detail p,
.template-article-detail li,
.ory-cell .content-area p,
.ory-cell .content-area li {
  color: #222222;
  font-weight: 400;
}

.template-article-detail blockquote p,
.template-article-detail strong,
.ory-cell .content-area blockquote p,
.ory-cell .content-area strong {
  color: #222222;
}

.template-article-detail img,
.ory-cell .content-area img {
  max-width: 100%;
  height: auto;
}

.template-article-detail img.product-card__image,
.ory-cell .content-area img.product-card__image {
  width: 100%;
}

.template-article-detail .content-group .col-sm-24.col-md-8>.row,
.ory-cell .content-area .content-group .col-sm-24.col-md-8>.row {
  height: 100%;
}

.template-article-detail .cms-content-block,
.ory-cell .content-area .cms-content-block {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.template-article-detail .content-side,
.ory-cell .content-area .content-side {
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 0px;
}

@media all and (min-width: 768px) {
  .template-article-detail .content-side,
  .ory-cell .content-area .content-side {
    padding-left: 0px;
    padding-right: 25px;
    padding-top: 0px;
  }
}

.template-article-detail .content-side h4,
.ory-cell .content-area .content-side h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.article-back-link {
  margin-left: -10px;
  margin-bottom: 50px;
  color: #ff3030;
  font-weight: bold;
  display: block;
  font-size: 1.05em;
}

.advert-news .advert__imagearea {
  margin-bottom: 0px;
}

.advert-news .advert__textarea {
  margin-top: 0px;
  padding-top: 0px !important;
}

.advert-news .advert__textarea * {
  display: block;
}

.advert-news .advert__textarea .text-area__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}

.advert-news .advert__textarea .text-area__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.advert-news .advert__textarea .text-area__text p {
  font-size: 16px;
}

.advert-news .advert__textarea .btn {
  width: auto;
  display: inline;
  border-radius: 4px;
  border-width: 1px;
  padding: 10px 20px;
}

.article-lists #pagination-container {
  margin-top: 60px;
}

.article-lists .content-title {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-size: 1.18em;
  font-weight: bold;
  margin-top: 5px;
}

.article-card__image {
  width: 100%;
  margin-bottom: 15px;
}

.article-card__image img {
  max-width: 100%;
}

.article-card__heading a {
  font-weight: bold;
  letter-spacing: 0.03rem;
}

.article-heading {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
}

.content-editor__edit-mode.content-side .advert .text-area__title {
  font-size: 18px;
  font-weight: 600;
}

.article-lists .content-title {
  border: none;
}

.article-lists a:hover {
  text-decoration: none !important;
}

.article-lists #pagination-container {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

.article-lists #pagination-container .page-link {
  color: unset;
  background-color: unset;
  border: none;
  padding: unset;
}

.article-lists #pagination-container .page-item {
  color: #ff3030;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.article-lists #pagination-container .page-item .page-link {
  color: #ff3030;
}

.article-lists #pagination-container .page-item .page-link:focus {
  box-shadow: none;
}

.article-lists #pagination-container .page-item:not(.disabled):hover {
  border-color: #ff3030;
  color: #FFFFFF;
  background-color: #ff3030;
}

.article-lists #pagination-container .active {
  background-color: #ff3030;
  color: #FFFFFF;
}

.article-lists #pagination-container .active .page-link {
  border-color: #ff3030;
  color: #FFFFFF;
}

.article-lists #pagination-container .pagination .disabled {
  color: #666666;
}

.pagination__account {
  display: flex;
  justify-content: flex-end;
}

.advert-row-wrap {
  border: 1px solid #ddd;
  padding: 20px;
}

.advert-bk-white {
  background-color: #FFFFFF;
}

.advert-bk-white p,
.advert-bk-white .text-area__title {
  color: #222222 !important;
}

.advert__textarea {
  flex: 1 1 0;
  flex-direction: column;
  align-self: center;
  padding: 0px 0px 0px 0px;
}

@media all and (min-width: 768px) {
  .advert__textarea {
    padding: 0px 40px 0px 25px;
  }
}

.advert__textarea .text-area__title {
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
}

@media all and (min-width: 768px) {
  .advert__textarea .text-area__title {
    font-size: 1.88em;
  }
}

.advert__image {
  width: 100%;
}

.advert-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.advert-row .advert__textarea {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 5px;
  position: relative;
  width: 50%;
  padding-left: 25px;
}

@media all and (min-width: 768px) {
  .advert-row .advert__textarea {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 25px;
  }
}

.advert-row .advert__textarea .text-area__title {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .advert-row .advert__textarea .text-area__title {
    margin-top: 0px;
  }
}

.advert-row .advert__imagearea {
  align-self: center;
  margin-right: 10px;
  flex: 1 1 0;
}

@media all and (min-width: 768px) {
  .advert-row .advert__imagearea {
    align-self: flex-end;
    margin-right: 0px;
  }
}

.advert-column {
  flex-direction: column;
  margin-bottom: 30px;
}

.advert-column .advert__imagearea {
  margin-bottom: 15px;
}

.advert-column .advert__textarea {
  padding: 0px 0px;
  background: none;
  align-self: flex-start;
  width: 100%;
}

@media all and (min-width: 768px) {
  .advert-column .advert__textarea {
    padding: 0px 15px 15px 15px;
  }
}

.advert-column.advert-news .text-area__title a {
  color: #222222;
}

.advert-fl-r-i {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advert-product {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media all and (min-width: 768px) {
  .advert-product {
    flex-wrap: wrap;
  }
}

.advert-product .advert__imagearea {
  width: 50%;
  margin-right: 10px;
  padding-right: 0px;
}

@media all and (min-width: 768px) {
  .advert-product .advert__imagearea {
    width: 100%;
    margin-right: 0px;
  }
}

.advert-product .advert__textarea {
  text-align: left;
  width: 50%;
  padding-top: 0px;
}

@media all and (min-width: 768px) {
  .advert-product .advert__textarea {
    width: 100%;
    padding-top: 10px;
  }
}

.advert-product .advert__textarea>* {
  display: block;
}

.advert-product .advert__textarea .text-area__title {
  font-size: 1.08em !important;
  line-height: 1.2em !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .advert-product .advert__textarea .text-area__title {
    font-size: 1.12em;
    line-height: 1.4em;
  }
}

.advert-product .advert__textarea .text-area__price {
  color: #ff3030;
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 0px;
  font-weight: bold;
  width: 100%;
}

@media all and (min-width: 768px) {
  .advert-product .advert__textarea .text-area__price {
    font-size: 1.28em;
    width: auto;
  }
}

.advert-product .advert__textarea .text-area__text {
  font-size: 0.9em;
  margin-bottom: 0px;
}

.content-advert-product .advert__textarea {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-advert-product .advert__textarea .text-area__title {
  flex: 1 0 100%;
  letter-spacing: 0.03rem;
  font-weight: normal;
}

.content-advert-product .advert__textarea .text-area__price {
  font-family: "Roboto", sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  flex: 1 0 50%;
  align-self: flex-end;
  text-align: right;
}

.content-advert-product .advert__textarea .text-area__text {
  flex: 1 0 50%;
  align-self: flex-end;
  text-align: left;
  margin-bottom: 3px;
  padding-left: 5px;
}

.advert-news .advert__textarea {
  text-align: left;
  width: 100%;
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

.advert-news .advert__textarea .text-area__title {
  font-size: 1.12em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

.advert-news .advert__textarea .text-area__text {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 0px;
  font-weight: normal;
}

.advert-news .article-card__image .article-card__image-link {
  display: block;
  height: 170px;
  background-size: cover;
  background-position: 50%;
}

.related-product {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.related-product:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.related-product h4 a {
  color: #222222 !important;
}

.related-product .product-card__tiered-pricing.featured-tiered-pricing {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
}

.related-product .product-card__imagearea {
  align-self: center;
  position: relative;
}

.related-product .product-card__imagearea .product__wishlist {
  top: 0;
}

.related-product .product-price {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}

.related-product .product-price .from {
  font-size: 0.8em;
  font-weight: 400;
}

.related-product .product-price .price {
  font-size: 16px !important;
}

.related-product .product-price .vat-notice {
  font-size: 12px !important;
  margin-left: 5px;
}

@media all and (min-width: 768px) {
  .related-product .product-price {
    font-size: 20px;
  }
}

.related-product .js-display-add-to-cart {
  display: flex;
}

.related-product .js-display-add-to-cart .btn {
  flex: 1;
  min-width: 0;
}

.related-product .js-display-add-to-cart .btn.btn-stroke:hover {
  background-color: #fff;
}

.related-product .js-display-add-to-cart .btn:nth-child(2) {
  margin-left: 20px;
}

.text-area-link-ico {
  position: absolute;
  right: 0px;
  margin-top: -2px;
}

.advert-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advert-block img {
  margin-bottom: 30px;
}

.banner img {
  width: 100%;
  margin-bottom: 30px;
}

.products-carousel.owl-theme {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .products-carousel.owl-theme {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.products-carousel.owl-theme .owl-stage {
  display: flex;
}

.products-carousel.owl-theme .owl-stage .item {
  height: 100%;
  padding-left: 5px;
}

.products-carousel.owl-theme .owl-stage .item .advert-column {
  height: 100%;
}

.products-carousel.owl-theme .owl-nav {
  position: absolute;
  height: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  left: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-carousel.owl-theme .owl-nav.disabled {
  display: none;
}

.products-carousel.owl-theme .owl-nav .owl-prev,
.products-carousel.owl-theme .owl-nav .owl-next {
  font-size: 150px !important;
  text-shadow: 4px 5px 4px #c7c7c7;
  transition: 0.1s;
  color: #909090 !important;
}

.products-carousel.owl-theme .owl-nav .owl-prev:hover,
.products-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  .products-carousel.owl-theme .owl-nav .owl-prev:hover,
  .products-carousel.owl-theme .owl-nav .owl-next:hover {
    color: #333 !important;
    text-shadow: 0px 0px 0px #7d7d7d;
  }
}

.products-carousel.owl-theme .owl-nav .owl-prev:focus,
.products-carousel.owl-theme .owl-nav .owl-next:focus {
  outline: none;
}

.products-carousel.owl-theme .owl-nav .owl-prev.disabled,
.products-carousel.owl-theme .owl-nav .owl-next.disabled {
  opacity: 0;
}

.products-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .products-carousel.owl-theme .owl-dots {
    bottom: -60px;
  }
}

.compare-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f5f8fa;
  align-items: center;
}

.compare-box .compare-box__title {
  width: 100%;
}

@media all and (min-width: 1600px) {
  .compare-box .compare-box__title {
    width: unset;
  }
}

.compare-box .compare-box__title p {
  font-size: 14px;
  color: #808284;
}

.compare-box .compare-box__item-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media all and (min-width: 992px) {
  .compare-box .compare-box__item-btn {
    flex-direction: row;
  }
}

.compare-box .compare-box__item-btn .compare-box__item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media all and (min-width: 992px) {
  .compare-box .compare-box__item-btn .compare-box__item-box .compare-box__item {
    margin-right: 15px;
  }
}

.compare-box .compare-box__item-btn .compare-box__item-box .compare-box__item div {
  width: 75px;
  height: 75px;
  border: 1px solid #f5f8fa;
}

@media all and (min-width: 576px) {
  .compare-box .compare-box__item-btn .compare-box__item-box .compare-box__item div {
    width: 90px;
    height: 90px;
  }
}

.compare-box .compare-box__item-btn .compare-box__item-box .compare-box__item div img {
  height: 100%;
}

.compare-box .compare-box__item-btn .compare-box__button {
  display: contents;
}

.compare-box .compare-box__item-btn .compare-box__button a {
  width: 100%;
  margin-bottom: 10px;
}

@media all and (min-width: 1200px) {
  .compare-box {
    flex-direction: row;
  }

  .compare-box .compare-box__button {
    display: flex;
  }
}

@media (max-width: 576px) {
  .compare-checkbox .ckbox {
    transform: scale(1.5);
  }
}

.compare-checkbox .ckbox label {
  font-size: 12px !important;
  margin-left: 0px;
}

.compare-checkbox div {
  position: relative;
  display: block;
  height: 30px;
}

.compare-checkbox div:hover .tooltiptext {
  visibility: visible;
}

.compare-checkbox div .tooltiptext {
  display: none !important;
  visibility: hidden;
  font-size: 12px;
  width: 200px;
  background-color: #fff;
  box-shadow: 2px 2px 15px -10px rgba(0,0,0,0.75);
  color: #666666;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 5%;
  margin-left: -60px;
  border: 1px solid #bbbbbb;
}

@media all and (min-width: 768px) {
  .compare-checkbox div .tooltiptext {
    display: block !important;
  }
}

.compare-checkbox div .tooltiptext::before,
.compare-checkbox div .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
}

.compare-checkbox div .tooltiptext::before {
  margin-left: -6px;
  border-width: 6px;
  border-color: transparent transparent #bbbbbb transparent;
}

.compare-checkbox div .tooltiptext::after {
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent white transparent;
}

.compare-checkbox div a {
  margin-top: 10px;
}

.compare-checkbox div a .link-btn {
  border-radius: 5px;
  border: 1px solid red;
  color: red;
  cursor: pointer;
  display: block;
  font-weight: bold;
  left: 10px;
  line-height: 17px;
  padding: 2px 5px;
  position: relative;
  width: auto;
}

@media all and (min-width: 576px) {
  .compare-checkbox div a .link-btn {
    padding: 7px 10px;
    left: 0px;
  }
}

.table-block th {
  width: 200px;
}

.table-block th,
.table-block td {
  word-break: break-word;
}

.table-block table {
  margin: 0 auto;
}

.table-block table th {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.table-block table td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.table-block table th:first-child,
.table-block table td:first-child {
  border-left: 1px solid #dddddd;
}

.table-block .brand-color {
  color: #ff3030;
}

.table-block .btn-back {
  vertical-align: top;
}

.table-block .btn-back .btn-back__text {
  color: #666666;
  font-size: 14px;
}

.table-block .removeHover {
  pointer-events: none;
}

.comparison-table__mobile {
  overflow-x: scroll;
  font-size: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.comparison-table__mobile table {
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table__mobile th {
  min-width: 115px;
  font-weight: bold;
}

.comparison-table__mobile th,
.comparison-table__mobile td {
  max-width: 100px;
}

.comparison-table__mobile thead {
  background-color: #f5f8fa;
}

.comparison-table__mobile thead .freeze {
  background-color: #f5f8fa;
}

.comparison-table__mobile .btn {
  min-width: 83px;
}

.comparison-table__mobile p {
  margin: 0;
}

.comparison-table__mobile img {
  width: 83px;
}

.comparison-table__mobile .freeze {
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
}

.comparison-table__mobile::-webkit-scrollbar {
  display: none;
}

.comparison-table__mobile .shadow {
  position: absolute;
  margin: 1px 0;
  width: 15px;
  box-shadow: inset 50px 14px 18px -55px rgba(0,0,0,0.664) !important;
}

.comparison-table__mobile .product-rating__total {
  display: contents;
}

.comparison-table__desktop table,
.comparison-table__desktop th,
.comparison-table__desktop td {
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 10px;
}

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

@media (min-width: 1200px) {
  .comparison-table__desktop table th:first-child,
  .comparison-table__desktop table td:first-child {
    width: 350px;
  }
}

@media (min-width: 1600px) {
  .comparison-table__desktop table th:first-child,
  .comparison-table__desktop table td:first-child {
    width: 250px;
  }
}

@media (min-width: 576px) {
  .comparison-table__desktop table th:not(:first-child),
  .comparison-table__desktop table td:not(:first-child) {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .comparison-table__desktop table th:not(:first-child),
  .comparison-table__desktop table td:not(:first-child) {
    width: 300px;
  }
}

.comparison-table__desktop table td:first-child {
  font-weight: bold;
}

.comparison-table__desktop table td {
  color: #666666;
}

.comparison-table__desktop p {
  display: inline;
}

.comparison-table__desktop th {
  height: 240px;
}

.comparison-table__desktop td button,
.comparison-table__desktop td a {
  width: 100%;
  margin: 0;
}

.comparison-table__desktop img {
  width: 180px;
}

.comparison-table__desktop .border-sides {
  border-right: 2px solid red !important;
  border-left: 2px solid red !important;
}

.comparison-table__desktop .border-top {
  border-top: 2px solid red !important;
}

.comparison-table__desktop .border-bottom {
  border-bottom: 2px solid red !important;
}

.comparison-table__desktop .bg-selected {
  background-color: #f5f8fa;
}

.comparison-table__desktop .custom-padding {
  padding-top: 0 !important;
  padding-bottom: 2px !important;
}

.comparison-table__desktop .remove-border {
  border-bottom: 0 !important;
}

.comparison-table__desktop .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.comparison-table__desktop .product-item__image img {
  max-width: 100px;
}

.comparison-table__desktop .product-item__title {
  font-size: 16px;
  flex: 1;
}

.comparison-table__desktop .product-item__title p {
  font-weight: bold;
}

.comparison-table__desktop .product-item__price {
  font-size: 14px;
}

.comparison-table__desktop .product-item__price .amount {
  font-size: 18px;
}

.comparison-table__mobile_headfoot {
  display: block;
  font-size: 14px;
}

@media all and (min-width: 992px) {
  .comparison-table__mobile_headfoot {
    display: none;
  }
}

.comparison-table__desktop {
  display: none;
}

@media all and (min-width: 992px) {
  .comparison-table__desktop {
    display: block;
  }
}

.comparison-table__mobile {
  display: block;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .comparison-table__mobile {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .comparison-table__mobile {
    margin-top: 20px;
  }
}

.marketing-block .marketing-block__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  gap: 40px;
  justify-content: space-between;
}

.marketing-block .marketing-block__content .content__p1 {
  flex: 2;
}

.marketing-block .marketing-block__content .content__p2 {
  flex: 1.25;
}

.marketing-block .marketing-block__content .content__img {
  margin: auto 0;
  overflow: hidden;
}

.marketing-block .marketing-block__content .content__img img {
  max-width: 300px;
}

@media all and (min-width: 768px) {
  .marketing-block .marketing-block__content {
    padding: 40px;
  }
}

@media all and (min-width: 992px) {
  .marketing-block .marketing-block__content {
    flex-direction: row;
    padding: 70px;
  }
}

.content {
  padding: 30px 0px 100px 0px;
}

@media (max-width: 768px) {
  .content h1 {
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  .content h2 {
    font-size: 1.8rem;
  }
}

.content .control-help {
  font-size: 80%;
  margin-bottom: 5px;
  margin-left: 4px;
}

.content .control-label {
  font-size: 16px;
  font-weight: 300;
  padding-left: 5px;
  font-weight: 500;
}

.content .submission-buttons {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .content .submission-buttons .btn {
    min-width: 100px;
  }
}

.content hr {
  margin-top: 0;
}

.content .table th,
.content .table td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .content a.btn.btn-default {
    min-width: 100px;
  }
}

.content ul.pagination li {
  margin-right: 0.25rem;
  border: 1px solid #dee2e6;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  color: #ff3030;
  transition: all 0.2s ease-in-out;
}

.content ul.pagination li a {
  color: #ff3030;
}

.content ul.pagination li:not(.disabled):hover {
  color: #FFFFFF;
  background-color: #ff3030;
}

.content ul.pagination li:not(.disabled):hover span {
  border-color: #ff3030;
  color: #FFFFFF;
}

.content ul.pagination li:not(.disabled):hover a {
  color: #FFFFFF;
  border-color: #ff3030;
}

.content ul.pagination .active {
  border-color: #ff3030;
  color: #FFFFFF;
  background-color: #ff3030;
}

.content ul.pagination .disabled {
  color: #666666;
}

.content-area {
  font-size: 1.05em;
  line-height: 1.5em;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .content-area>.container h1 {
    padding: 40px 0;
    margin: 0 auto;
  }
}

.content-area strong {
  font-weight: bold;
}

.content-area p {
  font-size: 1.05em;
}

.content-area a {
  color: #ff3030;
}

.content-area blockquote {
  font-family: "Roboto Slab", serif;
  color: #222222;
  background-color: #f5f8fa;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.55em;
  padding: 10px;
  margin: 20px 0;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .content-area blockquote {
    padding: 30px 60px;
    margin: 40px -15px;
    font-size: 1.5em;
    font-weight: 300;
  }
}

.content-area blockquote p {
  font-weight: 300;
  margin-bottom: 0;
}

.content-area ul,
.content-area ol,
.content-area dd {
  margin: 0px 0px 0px 40px;
  margin-bottom: 1rem;
  padding: 0px;
}

.content-area .text-area__title {
  color: #ff3030;
  margin-bottom: 1.2rem;
}

.content-area .image {
  clear: both;
  text-align: center;
}

.content-area .image>img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content-area .image>figcaption {
  color: #333333;
  background-color: #f7f7f7;
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

@media all and (min-width: 768px) {
  .content-area .image.image-style-side,
  .content-area .image.image-style-align-left,
  .content-area .image.image-style-align-center,
  .content-area .image.image-style-align-right {
    max-width: 50%;
  }
}

.content-area .image.image-style-side {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .content-area .image.image-style-side {
    float: right;
    margin-left: 1.5em;
    margin-right: none;
  }
}

.content-area .image.image-style-align-left {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .content-area .image.image-style-align-left {
    float: left;
    margin-right: 1.5em;
    margin-left: none;
  }
}

.content-area .image.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.content-area .image.image-style-align-right {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .content-area .image.image-style-align-right {
    float: right;
    margin-left: 1.5em;
    margin-right: none;
  }
}

.content-title {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-size: 1.18em;
  font-weight: bold;
}

.cat-advert .container {
  padding-left: 0px;
  padding-right: 0px;
}

.cat-advert .advert-product .advert__imagearea {
  border: 1px solid #ddd;
}

ul.account-submenu {
  list-style: none;
}

@media (max-width: 768px) {
  ul.account-submenu {
    padding-left: 0;
  }
}

.author-bar {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.author-bar .author-bar__by-line {
  font-size: 14px;
}

.txt-style-light {
  color: #FFFFFF !important;
}

.txt-style-dark {
  color: #222222 !important;
}

.cBand-bk-white {
  background-color: #FFFFFF;
}

.cBand-bk-gray {
  background-color: #eeeeee;
}

.cBand-bk-dark {
  background-color: #747375;
  color: #fff;
}

.cBand-bk-dark p {
  color: #fff;
}

.cBand-bk-dark a {
  color: #fff;
}

.cBand-bk-dark a:hover {
  color: #ff3030;
}

.cBand-bk-brand {
  background-color: #ff3030;
}

.cBand-bk-brand a:hover {
  color: #fff;
}

.content-block-html {
  width: 100%;
}

.content-block {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 768px) {
  .content-block {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content-block .btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.content-block .btn-group.group--center {
  justify-content: center;
}

.content-block .btn-group .btn {
  white-space: normal;
  margin-left: 0px;
}

.content-block .btn-group .btn:not(:first-child) {
  margin-left: 0px;
}

@media all and (min-width: 768px) {
  .content-block .btn-group .btn:not(:first-child) {
    margin-left: 20px;
  }
}

.cms-content-block {
  padding-top: 30px;
  padding-bottom: 25px;
}

@media all and (min-width: 768px) {
  .cms-content-block {
    padding-top: 90px;
    padding-bottom: 85px;
  }
}

.cBand-nopadding {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media all and (min-width: 768px) {
  .cBand-nopadding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.cBand-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media all and (min-width: 768px) {
  .cBand-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.cBand-padding-bp-offset {
  padding-top: 40px;
  padding-bottom: 10px;
}

@media all and (min-width: 768px) {
  .cBand-padding-bp-offset {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.cBand-padding-adj {
  padding-top: 45px;
  padding-bottom: 0px;
}

@media all and (min-width: 768px) {
  .cBand-padding-adj {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.band-center__textarea {
  text-align: center;
}

.content-padded {
  padding: 100px;
}

.content-block__heading {
  font-size: 2.45em;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}

@media all and (min-width: 768px) {
  .content-block__heading {
    margin-bottom: 50px;
  }
}

.full-image-right {
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 110%;
  overflow: hidden;
}

.full-image-left {
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 110%;
  overflow: hidden;
}

.full-image-text {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media all and (min-width: 768px) {
  .full-image-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.full-image-text .content-block__text-area {
  margin-bottom: 0px;
}

@media all and (min-width: 768px) {
  .full-image-text .content-block__text-area {
    margin-bottom: 40px;
  }
}

.text-area__link {
  font-size: 1.2em;
  color: #ff3030;
}

.link-chev {
  font-size: 1.4em;
  padding-left: 5px;
  margin-top: -5px;
  position: absolute;
}

.content-block__text-area {
  margin-bottom: 40px;
  padding-right: 0px;
}

.content-block__text-area .text-area__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  color: #ff3030;
}

@media all and (max-width: 992px) {
  .content-block__text-area .text-area__title {
    margin-top: 15px;
  }
}

@media all and (min-width: 992px) {
  .content-block__text-area .text-area__title {
    font-size: 38px;
  }
}

.content-block__text-area .text-area__text {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  color: #666666;
}

@media all and (min-width: 992px) {
  .content-block__text-area {
    margin-bottom: 0px;
  }
}

.content-block__text-area .btn-group {
  width: 100%;
  flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .content-block__text-area .btn-group {
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .content-block__text-area .btn-group .btn {
    width: auto;
    min-width: auto;
  }
}

.content-text-alt {
  background-color: #FFFFFF;
}

.content-text-alt .content-block__text-area {
  padding-left: 0px;
  padding-right: 0px;
}

@media all and (min-width: 768px) {
  .content-text-alt .content-block__text-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.content-text-alt .text-area__title {
  font-size: 1.88em;
  line-height: 1.3em;
  color: #222222;
}

.content-block-center .band-center__textarea {
  padding: 0px 20px 0px 20px;
}

.content-block-center .band-center__textarea .text-area__title {
  font-size: 26px;
  line-height: 1.2em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media all and (min-width: 576px) {
  .content-block-center .band-center__textarea .text-area__title {
    font-size: 30px;
    line-height: 1.4em;
  }
}

.content-block-center .band-center__textarea .text-area__text {
  margin-bottom: 0px;
  font-size: 18px;
}

.content-wrap {
  display: flex;
  justify-content: flex-end;
}

.text-area-alt {
  margin-top: 8px;
  padding: 30px 40px 40px 40px;
}

.text-area-alt .text-area-alt__title {
  font-size: 1.4em;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .text-area-alt .text-area-alt__title {
    font-size: 1.8em;
  }
}

.stiched {
  padding: 30px 20px 40px 20px;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .stiched {
    padding: 30px 40px 40px 40px;
  }
}

@media all and (min-width: 1200px) {
  .stiched {
    padding: 30px 40px 40px 40px;
    margin-bottom: 0px;
  }
}

.embedded-content-area {
  margin-bottom: 20px;
}

@media all and (min-width: 1200px) {
  .embedded-content-area {
    margin-bottom: 0px;
  }
}

.icon-group {
  display: flex;
  margin-top: 5px;
}

.icon-group .icon-group__icon {
  display: flex;
  align-items: center;
}

.icon-group .icon-group__text {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 2px;
  font-size: 1rem;
  line-height: 1.4rem;
}

@media all and (min-width: 768px) {
  .icon-group .icon-group__text {
    font-size: 18px;
    line-height: 1.7em;
  }
}

@media all and (min-width: 768px) {
  .icon-group {
    margin-top: 20px;
  }
}

.feature-panel .f-panel {
  margin-top: 0px;
}

.feature-panel .f-panel:not(:first-child) {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .feature-panel .f-panel:not(:first-child) {
    margin-top: 0px;
  }
}

.feature-panel .btn-default {
  color: #fff;
}

.feature-panel .btn-primary.btn-stroke {
  color: #fff;
  border-color: #fff;
}

.no-padding {
  padding-top: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px !important;
}

.set-padding-top {
  padding-top: 30px !important;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px !important;
}

.set-padding-bottom {
  padding-top: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 30px !important;
}

.set-padding-both {
  padding-top: 30px !important;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 30px !important;
}

.content-block-panel .panel__content {
  width: 100%;
  padding: 15px 0px 15px 0px;
}

.content-block-panel .panel__content .panel-item__title {
  font-size: 1.4em;
}

.content-block-panel .panel__content .panel-item__text {
  margin-bottom: 0px;
}

@media all and (min-width: 576px) {
  .content-block-panel .panel__content {
    width: 60%;
  }
}

.content-block-panel .panel__text-area {
  justify-content: space-between;
}

.content-block-panel.left {
  align-items: left;
  padding-left: 30px;
  text-align: left;
}

.content-block-panel.left .panel__text-area {
  align-items: flex-start;
  justify-content: space-between;
}

.content-block-panel.left .panel-item__title,
.content-block-panel.left .panel-item__text {
  text-align: left;
}

.content-block-panel.center {
  align-items: center;
}

.content-block-panel.center .panel__content {
  width: 80%;
}

.content-block-panel.right {
  align-items: right;
  padding-right: 30px;
  text-align: right;
}

.content-block-panel.right .panel__content {
  width: 100%;
  padding-left: 30%;
}

.content-block-panel.right .panel__text-area {
  align-items: flex-end;
}

.content-block-panel.right .panel-item__title,
.content-block-panel.right .panel-item__text {
  text-align: right;
}

.content-block-panel.black-text .panel-item__title,
.content-block-panel.black-text .panel-item__text {
  color: #000;
}

.content-block-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.content-band-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.content-band-grid-large {
  margin-top: 0px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.content-band-grid-nopadding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-band-grid-large .grid-item__content {
  position: absolute;
  bottom: 45px;
  text-align: left !important;
  padding: 20px;
  width: calc(100% - 60px);
  background-color: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  left: 30px;
}

@media screen and (min-width: 768px) {
  .content-band-grid-large .grid-item__content {
    height: auto;
    bottom: 45px;
    display: block;
    text-align: left;
  }
}

.content-band-grid-large .double .grid-item__content {
  height: calc(50% - 60px);
  top: 10px;
}

@media screen and (min-width: 768px) {
  .content-band-grid-large .double .grid-item__content {
    top: auto;
    height: auto;
  }
}

.bands-grid {
  position: relative;
  justify-content: start;
}

.bands-grid .single .grid-item__content {
  width: 70%;
}

.bands-grid a:hover {
  text-decoration: none;
}

.bands-grid .btn {
  margin-top: 0px;
  margin-bottom: 30px;
}

.bands-grid .single {
  height: 270px;
}

.bands-grid .double {
  height: 570px;
}

.bands-grid .bands-grid__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 25px 25px;
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (min-width: 768px) {
  .bands-grid .bands-grid__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .bands-grid .bands-grid__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bands-grid .bands-grid__item.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}

.bands-grid .bands-grid__item.left .panel__text-area {
  align-items: center;
  justify-content: space-between;
}

.bands-grid .bands-grid__item.left .grid-item__content {
  text-align: left;
}

.bands-grid .bands-grid__item.left .panel-item__title,
.bands-grid .bands-grid__item.left .panel-item__text {
  text-align: left;
}

.bands-grid .bands-grid__item.left .group--horizontal {
  justify-content: flex-start;
}

.bands-grid .bands-grid__item.center {
  justify-content: center;
  align-items: center;
}

.bands-grid .bands-grid__item.center .panel__content {
  width: 80%;
}

.bands-grid .bands-grid__item.center .grid-item__content {
  text-align: center;
}

.bands-grid .bands-grid__item.right {
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  text-align: center;
}

.bands-grid .bands-grid__item.right .panel__content {
  width: 100%;
  padding-left: 30%;
}

.bands-grid .bands-grid__item.right .panel__text-area {
  align-items: flex-end;
}

.bands-grid .bands-grid__item.right .panel-item__title,
.bands-grid .bands-grid__item.right .panel-item__text {
  text-align: right;
}

.bands-grid .bands-grid__item.right .grid-item__content {
  text-align: right;
}

.bands-grid .bands-grid__item.right .group--horizontal {
  justify-content: flex-end;
}

.bands-grid .bands-grid__item.black-text .panel-item__title,
.bands-grid .bands-grid__item.black-text .panel-item__text,
.bands-grid .bands-grid__item.black-text .item-content__line1,
.bands-grid .bands-grid__item.black-text .grid-item__text,
.bands-grid .bands-grid__item.black-text .grid-item__title,
.bands-grid .bands-grid__item.black-text .item-content__line2 {
  color: #000;
}

.bands-grid .bands-grid__item .btn-default {
  color: black;
}

.bands-grid .grid-item__content {
  text-align: center;
}

.bands-grid .grid-item__content h1,
.bands-grid .grid-item__content h2,
.bands-grid .grid-item__content h3,
.bands-grid .grid-item__content h4,
.bands-grid .grid-item__content h5,
.bands-grid .grid-item__content h6 {
  font-weight: 900;
}

.bands-grid .grid-item__content .item-content__line1 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  width: 100%;
}

.bands-grid .grid-item__content .item-content__line2 {
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  color: #FFFFFF;
}

@media all and (min-width: 992px) {
  .bands-grid .grid-item__content .item-content__line2 {
    margin-bottom: 15px;
  }
}

.bands-grid .grid-item__content .item-content__line3 {
  font-size: 18px;
  width: 100%;
}

.bands-grid .grid-item__content .btn {
  margin-top: 5px;
  margin-bottom: 0px;
  border-width: 2px;
  font-weight: bold;
}

.bands-grid .bands-grid__item-stacked {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.bands-grid .bands-grid__item-stacked .single {
  height: 200px;
}

.bands-grid .bands-grid__item-stacked .grid-item__image {
  padding: 25px 25px;
  background-size: cover;
  background-color: #222222;
}

.bands-grid .bands-grid__item-stacked .grid-item__content {
  color: #fff;
  text-align: center;
  background-color: #222222;
}

.bands-grid .bands-grid__item-stacked .grid-item__content .item-content__line1 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 700;
}

.bands-grid .bands-grid__item-stacked-info {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.bands-grid .bands-grid__item-stacked-info .item-content__line1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #222222;
}

.bands-grid .bands-grid__item-stacked-info .single {
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0px;
}

.bands-grid .bands-grid__item-stacked-info .grid-item__content {
  width: 100%;
}

.bands-grid .bands-grid__item-stacked-info .grid-item__content .btn {
  width: 90%;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button-band .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-block__grid-item {
  padding-right: 0px !important;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .content-block__grid-item {
    margin-bottom: 40px;
  }
}

.content-block__grid-item .grid-item__image {
  width: 100%;
  margin-bottom: 10px;
}

.content-block__grid-item .grid-item__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 0.01em;
}

.content-block__grid-item .grid-item__text {
  line-height: 30px;
  font-size: 16px;
}

.content-block__grid-item .grid-item__text p {
  margin-bottom: 0px;
  font-size: 16px;
}

.content-block__grid-item .grid-item__text a {
  color: #ff3030;
}

.content-block__grid-item .grid-item__text a:hover {
  text-decoration: underline;
}

.content-block__grid-item.content-block--categories .grid-item__image {
  width: 100%;
  margin-bottom: 10px;
}

.content-block__grid-item.content-block--categories .grid-item__image img {
  width: 100%;
}

.content-block__grid-item.content-block--categories .grid-item__text p {
  color: #ff3030;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

.content-block__grid-item.content-block--categories .grid-item__text a {
  color: #ff3030;
}

.content-block__grid-item.content-block--categories .btn-group .btn {
  min-width: 90px;
  padding: 10px;
  font-size: 12px;
}

.content-block__grid-item {
  align-items: center;
}

.content-block__grid-item .btn-lnk,
.content-block__grid-item .lnk {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  font-size: 14px;
  color: #ff3030;
}

.content-block__grid-item .btn-lnk:hover,
.content-block__grid-item .lnk:hover {
  color: #222222;
}

.content-block__heading {
  font-weight: bold;
}

.content-block__heading h1,
.content-block__heading h2,
.content-block__heading h3,
.content-block__heading h4,
.content-block__heading h5,
.content-block__heading h6 {
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}

.content-block .btn-group .btn {
  width: auto;
}

.content-block-panel .btn-default {
  color: #fff;
}

.content-block-panel .btn-default:hover {
  color: #000;
}

.content-block-panel.left .panel-item__title,
.content-block-panel.left .panel-item__text,
.bands-grid__item.left .panel-item__title,
.bands-grid__item.left .panel-item__text {
  text-align: center;
}

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

.grid-list .content-block__heading {
  text-align: left;
  padding-left: 15px;
}

.grid-list .content-block__heading-text {
  font-size: 16px;
}

.grid-list .content-block__heading-text p {
  font-size: 16px;
}

.grid-list .content-block__grid-item {
  margin-bottom: 60px;
  padding-right: 20px;
}

.grid-list .content-block__grid-item .btn-group .btn {
  width: auto;
}

.grid-list .grid-bordered {
  width: 100%;
}

.grid-list .grid-bordered .grid-item__title,
.grid-list .grid-bordered .grid-item__text {
  text-align: left;
  color: #2A2A2A !important;
}

.grid-list .grid-bordered .grid-item__image {
  align-self: flex-start;
}

.grid-list .grid-bordered .btn-group {
  margin-top: auto;
  justify-content: flex-start;
}

.content-block-grid>.col-12.col-md-12.col-lg-4 {
  margin-bottom: 20px;
}

.ck-editor__editable_inline a {
  color: #ff3030;
}

.ck-editor__editable_inline a:hover {
  text-decoration: underline;
}

.content-block__heading--tabs {
  text-align: left;
  margin-bottom: 15px;
}

.content-block__heading--tabs * {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
}

.content-block-tabs {
  margin-right: -15px;
  margin-left: -15px;
}

@media all and (min-width: 768px) {
  .content-block-tabs {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.content-block-tabs .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}

.content-block-tabs .nav-tabs .nav-item {
  display: flex;
  text-align: center;
  font-size: 12px;
  position: relative;
  top: 1px;
  flex: 0.15;
}

@media all and (min-width: 992px) {
  .content-block-tabs .nav-tabs .nav-item {
    width: auto;
  }
}

@media all and (min-width: 1200px) {
  .content-block-tabs .nav-tabs .nav-item {
    font-size: 14px;
  }
}

.content-block-tabs .nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #DDD;
}

.content-block-tabs .nav-tabs .nav-item .nav-link {
  margin: 0;
  padding: 15px 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  margin: 0 !important;
  border: 1px solid #DDD;
  border-left: none;
  color: #ff3030;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-block-tabs .nav-tabs .nav-item .active {
  background-color: #f5f8fa;
  border-bottom: 1px solid #f5f8fa;
  color: #222222;
}

@media all and (min-width: 768px) {
  .content-block-tabs .nav-tabs {
    flex-wrap: nowrap;
  }
}

.content-block-tabs .tab-content {
  width: 100%;
  border: 1px solid #DDD;
  background-color: #f5f8fa;
  padding: 20px;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .content-block-tabs .tab-content {
    padding: 40px !important;
    margin-bottom: 0;
  }
}

.content-block-tabs .tab-content .tab-pane .cms-content-block {
  padding-right: 10px;
  padding-left: 10px;
}

.content-block-tabs .tab-content .tab-pane .cms-content-block p {
  font-size: 1rem;
}

.content-block-tabs .tab-content .tab-pane .cms-content-block .container {
  padding-right: 30px;
  padding-left: 30px;
}

@media all and (max-width: 767px) {
  .content-block-tabs .tab-content .tab-pane.active {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .content-block-tabs .tab-content .tab-pane.active-mobile {
    padding-top: 10px !important;
    display: block;
  }
}

.content-block-tabs .tab-content .tab-toggle-sm {
  display: block;
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-right: 30px;
  position: relative;
}

@media all and (min-width: 768px) {
  .content-block-tabs .tab-content .tab-toggle-sm {
    display: none;
  }
}

.content-block-tabs .tab-content .tab-toggle-sm:after {
  content: "\f078";
  font-family: Font awesome\5 Pro;
  position: absolute;
  right: 10px;
  top: 10px;
}

.content-block-tabs .tab-content .tab-toggle-sm:last-of-type {
  border-bottom: none;
}

@media all and (min-width: 768px) {
  .content-block-tabs--horizontal {
    display: flex;
    flex-direction: row;
  }

  .content-block-tabs--horizontal .nav-tabs {
    flex-direction: column;
    padding: 0 !important;
    width: 250px;
  }
}

@media all and (min-width: 768px) and (min-width: 1600px) {
  .content-block-tabs--horizontal .nav-tabs {
    width: 380px;
  }
}

@media all and (min-width: 768px) {
  .content-block-tabs--horizontal .nav-tabs .nav-item {
    border-left: 1px solid #DDD;
    border-bottom: none;
    top: 0;
    left: 2px;
  }

  .content-block-tabs--horizontal .nav-tabs .nav-item:first-child {
    border-left: none;
  }

  .content-block-tabs--horizontal .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: 1px solid #DDD;
  }

  .content-block-tabs--horizontal .nav-tabs .nav-item .nav-link {
    padding-left: 40px;
    border-right: none;
    border-bottom: none;
  }

  .content-block-tabs--horizontal .nav-tabs .nav-item .active {
    border-right: 1px solid #f5f8fa;
  }

  .content-block-tabs--horizontal .tab-content {
    flex: 3;
    padding: 40px !important;
  }
}

@media all and (min-width: 768px) and (min-width: 1200px) {
  .content-block-tabs--horizontal .tab-content {
    padding: 80px !important;
  }
}

.image-column {
  padding: 15px 0;
}

@media all and (min-width: 992px) {
  .image-column {
    padding: 40px 0;
  }
}

.image-column .image-column__image-container {
  height: 500px;
}

.image-column .image-column__image-container .image-column__image-container__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image-column .image-column__image-container .image-column__image-container__image {
    height: auto;
  }
}

.image-column .content-block__text-area {
  margin: 0;
  padding-top: 20px;
}

@media all and (min-width: 768px) {
  .image-column .content-block__text-area {
    padding-top: 0;
    max-width: 75%;
  }
}

@media all and (min-width: 1600px) {
  .image-column .content-block__text-area {
    max-width: 60%;
  }
}

.image-column .content-block__text-area .text-area__title {
  color: #2A2A2A;
  font-size: 36px;
}

.image-column .content-block__text-area .btn {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.content-block-video {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 30px;
  width: 100%;
}

@media all and (min-width: 992px) {
  .content-block-video {
    height: 670px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.content-block-video__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  text-align: center;
}

.content-block-video__content h1,
.content-block-video__content h2,
.content-block-video__content h3,
.content-block-video__content h4,
.content-block-video__content h5,
.content-block-video__content h6 {
  color: #fff !important;
}

.content-block-video__content h3 {
  text-align: center;
}

.content-block-video__content .content-block-video__text-area {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}

.content-block-video__content .content-block-video__play {
  color: #fff;
}

.content-block-video__content .content-block-video__play i {
  font-size: 7em;
}

.content-block-youtube,
figure.media {
  position: relative;
  height: 0;
  padding-bottom: 56.2493%;
}

.content-block-youtube>iframe,
figure.media>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scatter-panels,
.feature-panel {
  padding-top: 30px;
}

.scatter-panels .item-content__line1,
.scatter-panels .panel-item__title,
.feature-panel .item-content__line1,
.feature-panel .panel-item__title {
  font-size: 36px !important;
  max-width: 370px;
  width: 100%;
}

@media all and (min-width: 992px) {
  .scatter-panels .bands-grid--first,
  .feature-panel .bands-grid--first {
    margin-bottom: 30px;
  }
}

.scatter-panels .bands-grid__item,
.feature-panel .bands-grid__item {
  height: 100%;
  min-height: 300px;
}

.scatter-panels .bands-grid__item.brands-grid__item--shallow,
.feature-panel .bands-grid__item.brands-grid__item--shallow {
  max-height: 250px;
  margin-bottom: 0;
}

.scatter-panels .bands-grid__item.js-scatter-link,
.feature-panel .bands-grid__item.js-scatter-link {
  cursor: pointer;
}

.scatter-panels .bands-grid__item.left,
.feature-panel .bands-grid__item.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.scatter-panels .bands-grid__item.cBand-bk-none .grid-item__content,
.feature-panel .bands-grid__item.cBand-bk-none .grid-item__content {
  color: #2A2A2A;
}

.scatter-panels .bands-grid__item.cBand-bk-none .btn,
.feature-panel .bands-grid__item.cBand-bk-none .btn {
  background-color: #ff3030;
  color: #FFFFFF;
}

.scatter-panels .bands-grid__item.cBand-bk-brand .grid-item__content,
.feature-panel .bands-grid__item.cBand-bk-brand .grid-item__content {
  color: #FFFFFF;
}

.scatter-panels .bands-grid__item.cBand-bk-brand .btn,
.feature-panel .bands-grid__item.cBand-bk-brand .btn {
  background-color: #fff;
  color: #ff3030;
}

.scatter-panels .bands-grid__item.cBand-bk-gray .grid-item__content,
.feature-panel .bands-grid__item.cBand-bk-gray .grid-item__content {
  color: #2A2A2A;
}

.scatter-panels .bands-grid__item.cBand-bk-gray .btn,
.feature-panel .bands-grid__item.cBand-bk-gray .btn {
  background-color: #ff3030;
  color: #FFFFFF;
}

.scatter-panels .bands-grid__item.cBand-bk-dark .grid-item__content,
.feature-panel .bands-grid__item.cBand-bk-dark .grid-item__content {
  color: #FFFFFF;
}

.scatter-panels .bands-grid__item.cBand-bk-dark .btn,
.feature-panel .bands-grid__item.cBand-bk-dark .btn {
  background-color: #ff3030;
  color: #FFFFFF;
}

.scatter-panels .single .grid-item__content,
.feature-panel .single .grid-item__content {
  width: 100%;
}

@media (min-width: 992px) {
  .scatter-panels .single .grid-item__content,
  .feature-panel .single .grid-item__content {
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .scatter-panels .double .grid-item__content,
  .feature-panel .double .grid-item__content {
    max-width: 50%;
  }
}

.scatter-panels .padding-bottom,
.feature-panel .padding-bottom {
  padding-bottom: 30px;
}

.scatter-panels .padding-top,
.feature-panel .padding-top {
  padding-top: 30px;
}

.scatter-panels .btn,
.feature-panel .btn {
  min-width: auto;
  padding: 12px 25px;
  border-radius: 4px;
}

.scatter-panels .group--horizontal,
.feature-panel .group--horizontal {
  justify-content: center;
}

.scatter-panels .btn-primary,
.feature-panel .btn-primary {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-color: #fff !important;
}

.scatter-panels .bands-grid>div,
.feature-panel .bands-grid>div {
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .scatter-panels .bands-grid>div,
  .feature-panel .bands-grid>div {
    margin-bottom: 0;
  }
}

.feature-panel .content-block .btn-group .btn {
  width: auto !important;
}

.feature-panel .btn-group {
  max-width: 100%;
}

.scatter-panels--category .single {
  height: 245px;
}

.content-block-bullet-banner {
  padding: 0px;
}

.content-block-bullet-banner.full-bg .bullet-banner__text-area {
  background: rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
  .content-block-bullet-banner.full-bg .bullet-banner__text-area {
    background: rgba(0,0,0,0);
  }
}

.content-block-bullet-banner.text-white .bullet-banner__content .bullet-banner__text-area .bullet-banner__bullets {
  color: white;
}

.content-block-bullet-banner.text-white .bullet-banner__content .bullet-banner__text-area .bullet-banner__bullets li:before {
  background-color: white;
}

.content-block-bullet-banner .bullet-banner__content {
  min-height: 360px;
  margin: 0;
  background-size: cover;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__image-container {
  padding-left: 0;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__image-container .bullet-banner__image-container__image {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area {
  text-align: left;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area .bullet-banner-item__text {
  max-width: 75%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area .bullet-banner__bullets {
  color: #777;
  margin-bottom: 0;
  max-height: 100%;
  column-fill: auto;
  list-style-type: none;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area .bullet-banner__bullets {
    max-height: 60%;
    columns: 2;
  }
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area .bullet-banner__bullets .bullet-banner__bullets__bullet {
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area .bullet-banner__bullets .bullet-banner__bullets__bullet:before {
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  left: -13px;
  top: 12px;
  background-color: #222222;
  border-radius: 50%;
}

.content-block-bullet-banner .bullet-banner__content .bullet-banner__text-area .btn-group {
  margin-bottom: 15px;
}

.big-features {
  position: relative;
}

.big-features .big-features__center-image {
  margin: 0 auto;
}

@media all and (min-width: 992px) {
  .big-features .big-features__center-image {
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

.big-features .big-features__center-image .center-image__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .big-features .big-features__center-image .center-image__image {
    width: auto;
  }
}

.big-features .feature-order--1 {
  order: 1;
}

@media (min-width: 992px) {
  .big-features .feature-order--1 {
    order: unset;
  }
}

.big-features .feature-order--2 {
  order: 3;
}

@media (min-width: 992px) {
  .big-features .feature-order--2 {
    order: unset;
  }
}

.big-features .feature-order--3 {
  order: 2;
}

@media (min-width: 992px) {
  .big-features .feature-order--3 {
    order: unset;
  }
}

.big-features .feature-order--4 {
  order: 4;
}

@media (min-width: 992px) {
  .big-features .feature-order--4 {
    order: unset;
  }
}

.big-features.cBand-bk-none .big-feature-item__content,
.big-features.cBand-bk-gray .big-feature-item__content {
  color: #2A2A2A;
}

.big-features.cBand-bk-none .bands-grid .grid-item__content .item-content__line2,
.big-features.cBand-bk-gray .bands-grid .grid-item__content .item-content__line2 {
  color: #666666;
}

.big-features.cBand-bk-brand .big-feature-item__content,
.big-features.cBand-bk-dark .big-feature-item__content {
  color: #FFFFFF;
}

@media all and (max-width: 992px) {
  .big-features .big-feature-item {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.big-features .big-feature-item .big-feature-item__content {
  width: 100%;
}

.content-block-hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-position: top center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 45px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .content-block-hero {
    min-height: 260px;
  }
}

@media all and (min-width: 992px) {
  .content-block-hero {
    min-height: 320px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media all and (min-width: 1200px) {
  .content-block-hero {
    min-height: 470px;
  }
}

.content-block-hero.text-black .hero__text-area {
  color: #2A2A2A !important;
}

.content-block-hero.text-black .hero__text-area .hero-item__title {
  color: #2A2A2A !important;
}

.content-block-hero.text-white .hero__text-area {
  color: #FFFFFF !important;
}

.content-block-hero.text-white .hero__text-area .hero-item__title {
  color: #FFFFFF !important;
}

.content-block-hero .sub-nav {
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.8);
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.content-block-hero .sub-nav.sub-nav__stuck {
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
  z-index: 10;
}

.content-block-hero .sub-nav .navbar-nav {
  width: 100%;
}

.content-block-hero .sub-nav .navbar-nav .nav-link {
  flex: 1;
  padding: 15px 0.5rem;
  text-align: center;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .content-block-hero .sub-nav+.hero__content {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .content-block-hero .sub-nav+.hero__content {
    margin-top: 20px;
  }
}

.content-block-hero .sub-nav-select {
  width: 80%;
}

@media all and (min-width: 768px) {
  .content-block-hero .sub-nav-select {
    width: 50%;
  }
}

.content-block-hero .sub-nav-select .sub-nav__select {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .content-block-hero .sub-nav {
    background-color: transparent;
  }
}

.content-block-hero .sub-nav.sub-nav__stuck {
  top: 0;
}

.content-block-hero .sub-nav .sub-nav__mobile-toggle {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -31px;
  background: #fff;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: 1px solid #222222;
  border-top: none;
  width: 50px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.content-block-hero .sub-nav .sub-nav__mobile-toggle i {
  color: #222222;
}

@media (max-width: 768px) {
  .content-block-hero .sub-nav .sub-nav__container {
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: -1px;
    border-bottom: 1px solid #222222;
  }

  .content-block-hero .sub-nav .sub-nav__container .navbar-nav {
    width: 100%;
  }
}

.content-block-hero.hero-item.cBand-bk-video {
  background-image: none !important;
  background-color: #2A2A2A;
  position: relative;
  overflow: hidden;
}

.content-block-hero.hero-item.cBand-bk-video .hero__content--video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.content-block-hero.hero-item .hero__content-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.content-block-hero.hero-item .hero__content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.content-block-hero.hero-item .hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-block-hero.hero-item .hero-logo__image {
  max-width: 100%;
}

.content-block-hero.hero-item .hero-item__title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
}

@media all and (min-width: 768px) {
  .content-block-hero.hero-item .hero-item__title {
    font-size: 54px;
  }
}

.content-block-hero.hero-item .hero__text-area {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (min-width: 768px) {
  .content-block-hero.hero-item .hero__text-area {
    font-size: 20px;
  }
}

.content-block-hero.hero-item .hero-item__text {
  font-size: 20px;
  width: 100%;
}

.content-block-hero.hero-item .btn-group {
  flex-wrap: wrap;
  margin-top: 10px;
}

.content-block-hero.hero-item .btn-group .btn {
  width: 100%;
}

@media all and (min-width: 768px) {
  .content-block-hero.hero-item .btn-group .btn {
    width: auto;
  }
}

.content-block-hero.hero-item .btn-group .btn-stroke {
  margin-right: 0px;
}

.content-block-hero.hero-item .btn-group .btn:not(:first-child) {
  margin-left: 0px;
}

@media all and (min-width: 768px) {
  .content-block-hero.hero-item .btn-group .btn:not(:first-child) {
    margin-left: 20px;
  }
}

@media all and (min-width: 768px) {
  .content-block-hero.hero-item .btn-group {
    flex-wrap: nowrap;
  }
}

.content-block-hero .hero-image {
  width: 100%;
}

@media all and (max-width: 767px) {
  .content-block-hero .hero-image--desktop {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .content-block-hero .hero-image--mobile {
    display: none;
  }
}

.card-modal .modal-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}

.card-modal .modal-header .modal-close-btn {
  float: right;
  padding: 5px;
  border: none;
  background: none;
}

.card-modal #modal-content__email {
  display: block;
}

.card-modal #modal-content__email .modal-form-control {
  padding: 1.75rem 1.55rem 0 1.55rem;
  width: 100%;
}

.card-modal #modal-content__email .modal-form-control label {
  font-weight: unset;
  font-size: unset;
  margin-bottom: unset;
}

@media all and (min-width: 768px) {
  .card-modal #modal-content__email .modal-form-control .form-group {
    display: flex;
    justify-content: space-between;
  }
}

.card-modal #modal-content__email .modal-form-control .form-group .modal-form-input {
  width: 100%;
  padding: 10px;
  font-size: 1.2rem !important;
  margin-right: 10px !important;
}

.card-modal #modal-content__email .modal-form-control .form-group .modal-form-btn {
  width: 100%;
}

@media all and (min-width: 768px) {
  .card-modal #modal-content__email .modal-form-control .form-group .modal-form-btn {
    margin-top: unset;
    width: 55%;
  }
}

.modal-content__privacy-statement {
  padding: 0 1.55rem 1rem 1.55rem;
}

.modal-content__privacy-statement p {
  font-size: 15px;
  font-weight: 300;
}

.our-brands-band {
  padding: 30px 0;
}

.our-brands-band .our-brands__header {
  text-align: center;
  font-family: "Roboto Slab", serif;
  margin-bottom: 30px;
}

.our-brands-band .our-brands__row {
  justify-content: center;
  margin: 0 -5px;
}

.our-brands-band .our-brands-box {
  width: 100%;
  margin: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .our-brands-band .our-brands-box {
    width: calc(50% - 10px);
  }
}

@media (min-width: 992px) {
  .our-brands-band .our-brands-box {
    width: calc(25% - 10px);
  }
}

.our-brands-band .our-brands-box:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.our-brands-band .our-brands-box .our-brands-block {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.our-brands-band .our-brands-box .our-brands-block.floorsaver-block {
  color: #222222 !important;
  text-decoration: none !important;
  background-color: #f8af31;
}

.our-brands-band .our-brands-box .our-brands-block.paint-people-block {
  color: #222222 !important;
  text-decoration: none !important;
  background-color: #568397;
}

.our-brands-band .our-brands-box .our-brands-block.watco-block {
  color: #222222 !important;
  text-decoration: none !important;
  background-color: #fd343b;
}

.our-brands-band .our-brands-box .our-brands-block.watco-alt-block {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #222222;
  background-position: right center;
}

.our-brands-band .our-brands-box .our-brands-block:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.our-brands-band .our-brands-box .our-brands-block .brand-block__inner {
  width: 60%;
  margin: auto;
  opacity: 0;
  position: absolute;
  transition: 200ms ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-brands-band .our-brands-box .our-brands-block .brand-block__inner.brand-block__inner--active {
  opacity: 1;
  transition: 300ms ease-in;
}

.our-brands-band .our-brands-box .our-brands-block .brand-block__text {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 30px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  opacity: 0;
  transition: 200ms ease-out;
}

@media (min-width: 768px) {
  .our-brands-band .our-brands-box .our-brands-block .brand-block__text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .our-brands-band .our-brands-box .our-brands-block .brand-block__text {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .our-brands-band .our-brands-box .our-brands-block .brand-block__text {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .our-brands-band .our-brands-box .our-brands-block .brand-block__text {
    font-size: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .our-brands-band .our-brands-box .our-brands-block .brand-block__text {
    top: 0;
  }
}

.our-brands-band .our-brands-box .our-brands-block .brand-block__text.brand-block__text--active {
  opacity: 1;
  transition: 300ms ease-in;
}

.our-brands-band .our-brands-box .our-brands-block .brand-block__text .brand-block__text--link {
  color: #fff;
}

.our-brands-band .our-brands-box .our-brands-block .brand-block__image {
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 150px;
}

.signup-block {
  background-color: #ff3030;
}

@media all and (max-width: 768px) {
  .signup-block {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

@media all and (min-width: 992px) {
  .signup-block {
    background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwNjZweCIgaGVpZ2h0PSI0NzdweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgb3BhY2l0eT0iMC4xMDIiIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZD0iTTIwMTMuOTA4LDE5Mi4wMzcgQzE5ODYuNTM4LDE5Mi4wMzcgMTk2MS44MTcsMTczLjQ1MSAxOTYxLjgxNywxNDAuNzA2IEMxOTYxLjgxNywxMDcuOTYwIDE5ODYuNTM4LDg5LjM3NSAyMDEzLjkwOCw4OS4zNzUgQzIwNDEuMjc4LDg5LjM3NSAyMDY2LjAwMCwxMDcuOTYwIDIwNjYuMDAwLDE0MC43MDYgQzIwNjYuMDAwLDE3My40NTEgMjA0MS4yNzgsMTkyLjAzNyAyMDEzLjkwOCwxOTIuMDM3IFpNMjAxMy45MDgsOTguMjI1IEMxOTkwLjk1Myw5OC4yMjUgMTk3My4yOTUsMTEzLjI3MSAxOTczLjI5NSwxNDAuNzA2IEMxOTczLjI5NSwxNjguMTQyIDE5OTAuOTUzLDE4My4xODcgMjAxMy45MDgsMTgzLjE4NyBDMjAzNi44NjQsMTgyLjMwMiAyMDU0LjUyMiwxNjguMTQyIDIwNTQuNTIyLDE0MC43MDYgQzIwNTQuNTIyLDExMy4yNzEgMjAzNi44NjQsOTguMjI1IDIwMTMuOTA4LDk4LjIyNSBaTTIwMjAuOTcyLDE2NS40ODYgTDIwMTkuMjA2LDE1MS4zMjYgQzIwMTguMzIzLDE0Ni45MDEgMjAxNi41NTcsMTQ2LjAxNiAyMDEzLjAyNiwxNDYuMDE2IEwyMDExLjI2MCwxNDYuMDE2IEwyMDExLjI2MCwxNTUuNzUxIEwyMDE2LjU1NywxNTUuNzUxIEwyMDE2LjU1NywxNjUuNDg2IEwxOTg5LjE4NywxNjUuNDg2IEwxOTg5LjE4NywxNTUuNzUxIEwxOTkxLjgzNiwxNTUuNzUxIEMxOTkyLjcxOSwxNTUuNzUxIDE5OTMuNjAyLDE1NC44NjYgMTk5My42MDIsMTUzLjA5NiBMMTk5My42MDIsMTI2LjU0NiBDMTk5My42MDIsMTI1LjY2MSAxOTkyLjcxOSwxMjQuNzc2IDE5OTEuODM2LDEyNC43NzYgTDE5ODkuMTg3LDEyNC43NzYgTDE5ODkuMTg3LDExNS4wNDEgTDIwMTMuOTA4LDExNS4wNDEgQzIwMjguOTE4LDExNS4wNDEgMjAzNi44NjQsMTE5LjQ2NiAyMDM2Ljg2NCwxMjkuMjAxIEMyMDM2Ljg2NCwxMzUuMzk2IDIwMzQuMjE1LDEzOC4wNTEgMjAyNy4xNTIsMTQwLjcwNiBDMjAzMi40NTAsMTQxLjU5MSAyMDM0LjIxNSwxNDQuMjQ2IDIwMzUuOTgxLDE1MC40NDEgTDIwMzYuODY0LDE1My45ODEgQzIwMzYuODY0LDE1NC44NjYgMjAzNy43NDcsMTU1Ljc1MSAyMDM4LjYzMCwxNTUuNzUxIEwyMDQwLjM5NiwxNTUuNzUxIEwyMDQwLjM5NiwxNjUuNDg2IEwyMDIwLjk3MiwxNjUuNDg2IFpNMjAxMy4wMjYsMTI0Ljc3NiBMMjAxMC4zNzcsMTI0Ljc3NiBMMjAxMC4zNzcsMTM2LjI4MSBMMjAxMy4wMjYsMTM2LjI4MSBDMjAxNy40NDAsMTM2LjI4MSAyMDE5LjIwNiwxMzQuNTExIDIwMTkuMjA2LDEzMC4wODYgQzIwMTkuMjA2LDEyNi41NDYgMjAxNy40NDAsMTI0Ljc3NiAyMDEzLjAyNiwxMjQuNzc2IFpNMTc3NS41MjQsNDc1LjI0MSBDMTY1My42ODMsNDc1LjI0MSAxNTY2LjI3NSw0MDMuNTU1IDE1NjYuMjc1LDI4NC45NjQgQzE1NjYuMjc1LDE2NS40ODYgMTY1My42ODMsODkuMzc1IDE3NzUuNTI0LDg5LjM3NSBDMTg5Ni40ODIsODkuMzc1IDE5ODMuODkwLDE2NS40ODYgMTk4My44OTAsMjg0Ljk2NCBDMTk4My44OTAsNDAzLjU1NSAxODk2LjQ4Miw0NzUuMjQxIDE3NzUuNTI0LDQ3NS4yNDEgWk0xNzc1LjUyNCwxODkuMzgyIEMxNzQyLjg1NiwxODkuMzgyIDE3MjEuNjY3LDIxOC41ODcgMTcyMS42NjcsMjg1Ljg0OCBDMTcyMS42NjcsMzUzLjk5NCAxNzQyLjg1NiwzODQuMDg0IDE3NzUuNTI0LDM4NC4wODQgQzE4MDcuMzA4LDM4NC4wODQgMTgyOC40OTgsMzUzLjEwOSAxODI4LjQ5OCwyODUuODQ4IEMxODI4LjQ5OCwyMTguNTg3IDE4MDcuMzA4LDE4OS4zODIgMTc3NS41MjQsMTg5LjM4MiBaTTE0MjkuNDI1LDQ3NS4yNDEgQzEyODguMTYwLDQ3NS4yNDEgMTIxOS4yOTMsNDA2LjIxMCAxMjE5LjI5MywyODQuMDc4IEMxMjE5LjI5MywxNjEuMDYxIDEyOTcuODcyLDg5LjM3NSAxNDMxLjE5MCw4OS4zNzUgQzE0ODguNTc5LDg5LjM3NSAxNTM0LjQ5MSw5Ny4zNDAgMTU2My42MjYsMTA4Ljg0NSBMMTU2My42MjYsMjIxLjI0MiBMMTQ4MS41MTYsMjIxLjI0MiBDMTQ3MC45MjEsMjAwLjAwMiAxNDYxLjIwOSwxODguNDk3IDE0MzMuODM5LDE4OC40OTcgQzEzOTUuODc0LDE4OC40OTcgMTM3Ni40NTAsMjE2LjgxNyAxMzc2LjQ1MCwyODYuNzMzIEMxMzc2LjQ1MCwzNTcuNTM1IDEzOTQuOTkxLDM4NC45NzAgMTQzNi40ODgsMzg0Ljk3MCBDMTQ2Ni41MDcsMzg0Ljk3MCAxNDg1LjA0OCwzNzAuODEwIDE0OTcuNDA4LDM1My45OTQgTDE1NjQuNTA5LDM1My45OTQgTDE1NjQuNTA5LDQzOS44NDEgQzE1MzQuNDkxLDQ1OS4zMTEgMTQ4OC41NzksNDc1LjI0MSAxNDI5LjQyNSw0NzUuMjQxIFpNMTE2MS45MDQsMzQxLjYwNCBDMTE2MS45MDQsMzczLjQ2NCAxMTcyLjQ5OSwzODMuMjAwIDEyMDYuMDQ5LDM4My4yMDAgTDEyMjUuNDczLDM4My4yMDAgTDEyMjUuNDczLDQ2Ni4zOTEgQzEyMDYuOTMyLDQ3MS43MDIgMTE3OC42NzksNDc3LjAxMSAxMTQzLjM2Myw0NzcuMDExIEMxMDYxLjI1Myw0NzcuMDExIDEwMDcuMzk2LDQ1NC4wMDEgMTAwNy4zOTYsMzY3LjI3MCBMMTAwNy4zOTYsMTg4LjQ5NyBMOTcxLjE5NiwxODguNDk3IEw5NzEuMTk2LDk2LjQ1NSBMMTAwNy4zOTYsOTYuNDU1IEwxMDA3LjM5NiwtMC4wMTEgTDExNjEuOTA0LC0wLjAxMSBMMTE2MS45MDQsOTYuNDU1IEwxMjIzLjcwOCw5Ni40NTUgTDEyMjMuNzA4LDE4OS4zODIgTDExNjEuOTA0LDE4OS4zODIgTDExNjEuOTA0LDM0MS42MDQgWk05ODQuNDQwLDM4MS40MzAgTDk4NC40NDAsNDU0Ljg4NiBDOTYyLjM2Nyw0NjcuMjc2IDkzMy4yMzIsNDc0LjM1NiA4OTYuMTUwLDQ3NC4zNTYgQzg0OC40NzMsNDc0LjM1NiA4MjMuNzUxLDQ1OC40MjYgODExLjM5MCw0MzAuMTA1IEM3ODQuOTAzLDQ2MC4xOTYgNzQ5LjU4Nyw0NzMuNDcxIDcwNC41NTksNDczLjQ3MSBDNjQxLjg3Myw0NzQuMzU2IDU4OC44OTgsNDM5Ljg0MSA1ODguODk4LDM2Ny4yNzAgQzU4OC44OTgsMjg1Ljg0OCA2NDYuMjg3LDI1MC40NDggNzMzLjY5NSwyNTAuNDQ4IEM3NjEuMDY1LDI1MC40NDggNzgwLjQ4OSwyNTIuMjE4IDgwMS42NzksMjU1Ljc1OCBMODAxLjY3OSwyMzIuNzQ4IEM4MDEuNjc5LDIwNi4xOTcgNzg3LjU1MiwxOTQuNjkyIDc1MS4zNTMsMTk0LjY5MiBDNzEzLjM4OCwxOTQuNjkyIDY5My45NjQsMjA3Ljk2NyA2NzguOTU1LDIyMC4zNTcgTDYxNC41MDIsMjIwLjM1NyBMNjE0LjUwMiwxMTUuMDQxIEM2NTQuMjMzLDEwMC44ODEgNzEyLjUwNSw4OC40OTAgNzg4LjQzNSw4OC40OTAgQzkwNC45NzksODguNDkwIDk1NS4zMDQsMTI3LjQzMSA5NTUuMzA0LDIxNS4wNDggTDk1NS4zMDQsMzYzLjczMCBDOTU1LjMwNCwzNzAuODEwIDk2NS4wMTYsMzgxLjQzMCA5NzIuMDc5LDM4MS40MzAgTDk4NC40NDAsMzgxLjQzMCBaTTgwMC43OTYsMzE5LjQ3OSBDNzkxLjk2NywzMTcuNzA4IDc4MC40ODksMzE2LjgyNCA3NzAuNzc3LDMxNi44MjQgQzc0Ni4wNTUsMzE2LjgyNCA3MzIuODEyLDMyNS42NzQgNzMyLjgxMiwzNTMuMTA5IEM3MzIuODEyLDM3OS42NjAgNzQ3LjgyMSwzODYuNzQwIDc2Ni4zNjIsMzg2Ljc0MCBDNzgwLjQ4OSwzODcuNjI1IDc5MC4yMDEsMzgzLjIwMCA4MDAuNzk2LDM3NS4yMzQgTDgwMC43OTYsMzE5LjQ3OSBaTTU2MS41MjgsMjExLjUwNyBMNDgyLjk1MCw0NjkuOTMxIEwzNDkuNjMxLDQ2OS45MzEgTDI5NS43NzMsMjg3LjYxOCBMMjk0LjAwOCwyODcuNjE4IEwyNDAuMTUwLDQ2OS45MzEgTDEwNi44MzEsNDY5LjkzMSBMMjguMjUzLDIwNS4zMTIgQzI1LjYwNCwxOTcuMzQ3IDE1Ljg5MiwxODkuMzgyIDcuOTQ2LDE4OS4zODIgTDAuMDAwLDE4OS4zODIgTDAuMDAwLDk2LjQ1NSBMMjAxLjMwMiw5Ni40NTUgTDIwMS4zMDIsMTg5LjM4MiBMMTczLjkzMiwxODkuMzgyIEwyMDMuOTUxLDMwMC44OTQgTDIwNS43MTcsMzAwLjg5NCBMMjYwLjQ1Nyw5Ni40NTUgTDM2OC4xNzIsOTYuNDU1IEw0MjMuNzk1LDMwMC4wMDkgTDQyNS41NjAsMzAwLjAwOSBMNDQ4LjUxNiwyMTguNTg3IEM0NTMuODE0LDE5OS4xMTcgNDQ5LjM5OSwxODguNDk3IDQzMC44NTgsMTg4LjQ5NyBMNDIzLjc5NSwxODguNDk3IEw0MjMuNzk1LDk2LjQ1NSBMNTkzLjMxMyw5Ni40NTUgTDU5My4zMTMsMTg5LjM4MiBMNTg4LjAxNSwxODkuMzgyIEM1NzguMzAzLDE4OS4zODIgNTY1LjA2MCwxOTkuMTE3IDU2MS41MjgsMjExLjUwNyBaIi8+PC9zdmc+);
    background-size: cover;
    background-position: center;
  }
}

.signup-block .content-item__title {
  font-size: 30px;
  font-weight: 700;
}

.signup-block a {
  color: #FFFFFF;
  text-decoration: underline;
}

.signup-block a:hover {
  color: #FFFFFF;
}

.signup-block .content-item__text {
  font-size: 16px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .signup-block .content-item__text {
    width: 95%;
  }
}

.signup-block .form-control {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px !important;
}

.signup-block .btn-stroke {
  border-width: 2px;
  width: 100%;
  text-transform: uppercase;
}

.signup-block .btn-stroke:hover {
  color: #222222;
}

@media all and (min-width: 768px) {
  .signup-block .btn-stroke {
    width: auto;
  }
}

.signup-block .alert-danger {
  background-color: white;
  border: 1px solid #ff3030;
}

.signup-block .alert-danger .list-unstyled li {
  color: #ff3030;
  font-weight: 500;
  margin: 0 5px;
}

.signup-block .ckbox label,
.signup-block .rdio label {
  margin-left: 0;
  font-size: 12px !important;
  line-height: 18px;
  margin-bottom: 0 !important;
}

.signup-block .ckbox label p,
.signup-block .rdio label p {
  margin-bottom: 0;
}

.signup-block .ckbox.ckbox-primary,
.signup-block label.required:after {
  color: #fff;
}

.unsupported-browser-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFFFFF;
  font-weight: 600;
  color: #ff3030;
  text-align: center;
  padding: 10px 15px;
}

@media all and (max-width: 768px) {
  .unsupported-browser-bar {
    font-size: 12px;
  }
}

.usp-strip {
  background-color: #f5f8fa;
}

.usp-strip--spacing {
  padding-top: 5rem;
}

.usp-item-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}

.usp-item__image-a {
  margin: 0px 0px 10px 0px;
}

.usp-item__text-a {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2em;
}

.usp-item__text-a i {
  margin-right: 10px;
  color: #ff3030;
}

.usp-item__text-a .text-line {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.usp-item__image {
  width: 100%;
}

feefowidget-logo-large .feefowidget-logo-container.feefowidget-logo-clickable img {
  height: 38px;
}

feefowidget-logo-large .feefowidget-logo-container.feefowidget-logo-position-type-inline {
  display: flex !important;
}

.announcement-bar {
  display: none;
  padding: 5px 0 7px 0;
  font-size: 14px;
}

.announcement-bar a {
  color: #ff3030;
  text-decoration: none;
}

.announcement-bar .announcement-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.announcement-bar .close {
  position: absolute;
  right: 10px;
  top: -1px;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  z-index: 2;
  font-weight: normal;
  text-shadow: 0 0 0 #FFFFFF;
  opacity: 1;
}

@media all and (min-width: 768px) {
  .announcement-bar .close {
    right: 0;
  }
}

.image-featured-panels .content-block-image-panel {
  width: 100%;
  height: auto;
}

.content-block-image-hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-position: top center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 45px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .content-block-image-hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.content-block-image-hero.text-black .hero__text-area {
  color: #2A2A2A !important;
}

.content-block-image-hero.text-black .hero__text-area .hero-item__title {
  color: #2A2A2A !important;
}

.content-block-image-hero.text-white .hero__text-area {
  color: #FFFFFF !important;
}

.content-block-image-hero.text-white .hero__text-area .hero-item__title {
  color: #FFFFFF !important;
}

.content-block-image-hero .sub-nav {
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.8);
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.content-block-image-hero .sub-nav.sub-nav__stuck {
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
  z-index: 10;
}

.content-block-image-hero .sub-nav .navbar-nav {
  width: 100%;
}

.content-block-image-hero .sub-nav .navbar-nav .nav-link {
  flex: 1;
  padding: 15px 0.5rem;
  text-align: center;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .content-block-image-hero .sub-nav+.hero__content {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .content-block-image-hero .sub-nav+.hero__content {
    margin-top: 20px;
  }
}

.content-block-image-hero .sub-nav-select {
  width: 80%;
}

@media all and (min-width: 768px) {
  .content-block-image-hero .sub-nav-select {
    width: 50%;
  }
}

.content-block-image-hero .sub-nav-select .sub-nav__select {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .content-block-image-hero .sub-nav {
    background-color: transparent;
  }
}

.content-block-image-hero .sub-nav.sub-nav__stuck {
  top: 0;
}

.content-block-image-hero .sub-nav .sub-nav__mobile-toggle {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -31px;
  background: #fff;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: 1px solid #222222;
  border-top: none;
  width: 50px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.content-block-image-hero .sub-nav .sub-nav__mobile-toggle i {
  color: #222222;
}

@media (max-width: 768px) {
  .content-block-image-hero .sub-nav .sub-nav__container {
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: -1px;
    border-bottom: 1px solid #222222;
  }

  .content-block-image-hero .sub-nav .sub-nav__container .navbar-nav {
    width: 100%;
  }
}

.content-block-image-hero.hero-item.cBand-bk-video {
  background-image: none !important;
  background-color: #2A2A2A;
  position: relative;
  overflow: hidden;
}

.content-block-image-hero.hero-item.cBand-bk-video .hero__content--video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.content-block-image-hero.hero-item .hero__content-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .content-block-image-hero.hero-item .hero__content-wrapper.desk-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .content-block-image-hero.hero-item .hero__content-wrapper.no-desk-image {
    min-height: 500px;
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .content-block-image-hero.hero-item .hero__content-wrapper.mob-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .content-block-image-hero.hero-item .hero__content-wrapper.no-mob-image {
    min-height: 350px;
    padding: 30px 0;
  }
}

.content-block-image-hero.hero-item .hero__content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.content-block-image-hero.hero-item .hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-block-image-hero.hero-item .hero-logo__image {
  max-width: 100%;
}

.content-block-image-hero.hero-item .hero-item__title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
}

@media all and (min-width: 768px) {
  .content-block-image-hero.hero-item .hero-item__title {
    font-size: 54px;
  }
}

.content-block-image-hero.hero-item .hero__text-area {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (min-width: 768px) {
  .content-block-image-hero.hero-item .hero__text-area {
    font-size: 20px;
  }
}

.content-block-image-hero.hero-item .hero-item__text {
  font-size: 20px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .content-block-image-hero.hero-item .hero-item__text {
    font-size: 14px;
  }
}

.content-block-image-hero.hero-item .btn-group {
  flex-wrap: wrap;
  margin-top: 10px;
}

.content-block-image-hero.hero-item .btn-group .btn {
  width: 100%;
}

@media all and (min-width: 768px) {
  .content-block-image-hero.hero-item .btn-group .btn {
    width: auto;
  }
}

.content-block-image-hero.hero-item .btn-group .btn-stroke {
  margin-right: 0px;
}

.content-block-image-hero.hero-item .btn-group .btn:not(:first-child) {
  margin-left: 0px;
}

@media all and (min-width: 768px) {
  .content-block-image-hero.hero-item .btn-group .btn:not(:first-child) {
    margin-left: 20px;
  }
}

@media all and (min-width: 768px) {
  .content-block-image-hero.hero-item .btn-group {
    flex-wrap: nowrap;
  }
}

.content-block-image-hero .hero-image {
  width: 100%;
}

@media all and (max-width: 767px) {
  .content-block-image-hero .hero-image--desktop {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .content-block-image-hero .hero-image--mobile {
    display: none;
  }
}

.minimal-store.grey-bk nav {
  background-color: transparent;
}

.minimal-store .alert-container {
  height: 0;
}

.minimal-store header {
  padding: 20px 0;
}

@media all and (min-width: 992px) {
  .minimal-store header {
    padding: 40px 0;
  }
}

.minimal-store footer {
  padding: 40px 0px;
  background-color: #f5f8fa;
  border-top: none;
}

.minimal-store footer .container {
  background-color: #f5f8fa;
}

.minimal-store footer p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.minimal-store .overlay {
  z-index: 5 !important;
  opacity: 0.55;
}

.template--account .breadcrumbs {
  width: 100%;
}

@media all and (min-width: 1600px) {
  .template--account .container {
    max-width: 1170px;
  }
}

.template--account h1 {
  font-family: "Roboto Slab", serif;
}

.template--account .template--account__order h1 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: unset;
}

.template--account .template--account__order h2 {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.template--account .template--account__order dl {
  background-color: #eee;
  border-radius: 4px;
  padding: 15px;
}

.template--account .template--account__order dl dd:last-child {
  margin-bottom: 0;
}

.template--account .template--account__order dl dd:last-child address {
  margin-bottom: 0;
}

.account-submenu__container hr {
  display: none;
}

.account-submenu__container h2 {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.account-submenu__container .account-submenu {
  padding: 0;
}

.account-submenu__container .account-submenu li {
  font-size: 16px;
  margin-left: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.account-submenu__container .account-submenu li a {
  color: #ff3030;
}

.template--account .template--account__order h1 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: unset;
}

.template--account .template--account__order h2 {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.template--account .template--account__order dd {
  margin-bottom: 1.5rem;
}

.template--account .template--account__order dl {
  background-color: #eee;
  border-radius: 4px;
  padding: 15px;
}

.template--account .template--account__order dl dd:last-child {
  margin-bottom: 0;
}

.template--account .template--account__order dl dd:last-child address {
  margin-bottom: 0;
}

.wishlist .template--basket {
  padding-top: 0px;
}

.wishlist .template--basket .basket-summary__total {
  margin-top: 0px;
}

.wishlist .template--basket .basket-summary__total+.btn {
  display: inline;
}

@media all and (min-width: 768px) {
  .wishlist .template--basket .basket-summary__total+.btn {
    display: block;
    width: 100%;
  }
}

.wishlist .template--basket .wishlist-add-basket {
  text-align: right;
  display: block;
  color: #ff3030;
}

.wishlist .new-wishlist {
  display: flex;
  margin-bottom: 20px;
}

.wishlist .new-wishlist input {
  margin-bottom: 0px;
  border-radius: 3px 0px 0px 3px;
}

.wishlist .new-wishlist button {
  width: 120px;
  min-width: 40px;
  margin-top: 0px;
  border-radius: 0px 3px 3px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 768px) {
  .wishlist .new-wishlist button {
    min-width: 120px;
  }
}

.wishlist .new-wishlist button i {
  margin-right: 0px;
}

@media all and (min-width: 576px) {
  .wishlist .new-wishlist button i {
    margin-right: 5px;
  }
}

.wishlist .new-wishlist button:focus {
  border-color: #222 !important;
}

.wishlist .edit-wishlist-name {
  font-size: 40%;
  vertical-align: middle;
  color: #222222;
  cursor: pointer;
}

.wishlist .edit-wishlist-name:hover {
  border-bottom: 1px dotted #222222;
}

.wishlist .wishlist-name-cancel {
  color: inherit;
}

.wishlist .wishlist-item {
  position: relative;
}

.wishlist .wishlist-item .add-to-basket {
  position: absolute;
  bottom: 10px;
}

.wishlist .basket-summary a.btn-green {
  color: #ffffff;
}

.wishlist .basket-summary .btn-default.btn-stroke:hover {
  border-color: #222222;
}

.documents-archive__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.documents-archive__card {
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ddd;
  padding: 1.5rem 0;
}

.documents-archive__card-title {
  margin-bottom: 1.5rem;
}

.documents-archive__card-image {
  width: 100%;
}

.documents-archive__card-image-container {
  object-fit: cover;
}

.documents-archive__card-button {
  border: none;
  border-radius: 5px;
  padding: 1rem;
  color: #fff;
  background-color: #ff3030;
  font-weight: 600;
}

.documents-archive__card-button-container {
  align-items: flex-end;
}

.documents-archive__card-list {
  list-style: none;
}

.documents-archive__card-list-item {
  font-size: 14px;
}

.documents-archive__card-list-item-email {
  margin-right: 0rem;
  padding: 0;
  border: none;
  background: none;
  color: #ff3030;
}

@media all and (min-width: 992px) {
  .documents-archive__card-list-item-email {
    margin-right: 4rem;
  }
}

.documents-archive #sort-by {
  text-align: center;
}

@media all and (min-width: 768px) {
  .documents-archive #sort-by {
    text-align: right;
  }
}

.documents-archive .content-block-tabs .nav-tabs .nav-item {
  flex: 0.45;
}

@media all and (min-width: 768px) {
  .documents-archive .content-block-tabs .nav-tabs .nav-item {
    flex: 0.3;
  }
}

@media all and (min-width: 992px) {
  .documents-archive .content-block-tabs .nav-tabs .nav-item {
    flex: 0.25;
  }
}

.documents-archive .content-block-tabs .nav-tabs .nav-item .nav-link {
  display: inline;
}

.ais-hierarchical-menu--body>.ais-hierarchical-menu--list {
  margin-left: 0;
}

.ais-hierarchical-menu--list {
  margin-left: 10px;
}

.ais-hierarchical-menu .cat-list__item a {
  color: #ff3030;
}

.ais-hierarchical-menu .cat-list__item a:hover {
  color: #222222;
}

.ais-hierarchical-menu .cat-list__item .ais-hierarchical-menu--count {
  font-size: 12px;
  color: #808284;
}

.ais-hierarchical-menu .cat-list__item .ais-hierarchical-menu--count::before {
  content: '(';
}

.ais-hierarchical-menu .cat-list__item .ais-hierarchical-menu--count::after {
  content: ')';
}

.ais-hierarchical-menu .cat-list__item.ais-hierarchical-menu--item__active>div>a {
  color: #222222;
}

.ais-refinement-list .cat-nav__title {
  padding-top: 0;
  padding-bottom: 0;
}

.ais-refinement-list--body .ais-refinement-list--label {
  color: #8c8c8c;
}

.ais-refinement-list--body .ais-refinement-list--item>div {
  display: flex;
}

@media all and (min-width: 768px) {
  #current-refined-values>div {
    margin-bottom: 20px;
  }
}

#current-refined-values .cat-nav__title {
  padding-bottom: 0;
}

#current-refined-values .ais-current-refined-values {
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  padding: 15px 20px;
}

#current-refined-values .ais-current-refined-values .ais-header h2 {
  font-size: 16px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
}

#current-refined-values .ais-current-refined-values .ais-current-refined-values--list {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}

#current-refined-values .ais-current-refined-values .ais-current-refined-values--list .ais-current-refined-values--attribute-name {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}

#current-refined-values .ais-current-refined-values .ais-current-refined-values--list .ais-current-refined-values--attribute-name:before {
  content: "\f057";
  font-family: Font Awesome\ 5 pro;
  position: absolute;
  top: -3px;
  right: 0px;
  font-size: 16px;
  color: #ff3030;
}

#current-refined-values .ais-current-refined-values .ais-current-refined-values--list .ais-current-refined-values--attribute-name .ais-current-refined-values--name {
  color: #8c8c8c;
  margin-right: 5px;
}

#current-refined-values .ais-current-refined-values .ais-current-refined-values--clear-all {
  position: relative;
  font-weight: normal;
  color: #ff3030;
  font-size: 14px;
}

#view-sort-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media all and (min-width: 576px) {
  #view-sort-container {
    flex-wrap: nowrap;
  }
}

.resultsCount-container {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  margin-bottom: 10px;
  flex: 1 1 100%;
  color: #808284;
}

@media all and (min-width: 768px) {
  .resultsCount-container {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 0px;
    margin-bottom: 0;
  }
}

#sort-by {
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
}

@media all and (min-width: 768px) {
  #sort-by {
    top: auto;
    right: auto;
    width: 100%;
    margin-top: -3px;
    justify-content: flex-end;
    margin-right: 0px;
    width: auto;
    position: relative;
  }
}

@media all and (min-width: 768px) {
  #sort-by select {
    padding: 4px 30px 4px 10px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

#sort-by select {
  padding: 5px 20px 5px 5px;
  margin: 0;
  font-size: 14px;
  width: 100%;
}

@media all and (min-width: 576px) {
  #sort-by select {
    margin-top: 0px;
    width: 180px;
  }
}

.filtered#sort-by {
  top: auto;
  right: auto;
  width: 100%;
  margin-top: -3px;
  justify-content: flex-end;
  margin-right: 0px;
  margin-bottom: 10px;
  position: relative;
}

.upper-search {
  margin-top: 1rem;
}

@media all and (min-width: 768px) {
  .upper-search {
    padding: 0;
  }
}

.upper-search__title {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  margin: 15px 0;
}

@media all and (min-width: 768px) {
  .upper-search__title {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.upper-search__tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: -1px;
}

@media all and (min-width: 768px) {
  .upper-search__tabs {
    padding: 0;
  }
}

.upper-search__tab {
  padding: 0.3rem;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0;
  border-color: #dddddd;
  border-style: solid;
  color: #ff3030;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  width: 33.33%;
}

@media all and (min-width: 768px) {
  .upper-search__tab {
    padding: 28px 52px;
    width: auto;
    font-size: 16px;
  }
}

.upper-search__tab .count {
  font-weight: normal;
  display: block;
}

@media all and (min-width: 768px) {
  .upper-search__tab .count {
    display: inline-block;
  }
}

.upper-search__tab.first {
  border-radius: 5px 0px 0px 0px;
}

@media all and (min-width: 768px) {
  .upper-search__tab.middle {
    border-top: 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-color: #dddddd;
    border-style: solid;
  }
}

.upper-search__tab.last {
  border-radius: 0px 5px 0px 0px;
}

.upper-search__tab.current {
  background-color: #f5f8fa;
  color: black;
}

.search-tab-content {
  display: none;
}

@media all and (min-width: 768px) {
  .search-tab-content {
    padding-top: 14px;
  }
}

.search-tab-content.current {
  display: block;
}

.search-tab-content .filters-container {
  background-color: #FFFFFF;
  padding: 1rem;
  padding-right: 1.5rem;
  padding-top: 0;
}

.search-tab-content #results-container,
.search-tab-content #articles-results-container {
  background: #FFFFFF;
  padding: 1rem 0;
}

.search-tab-content #datasheets-results-container {
  padding: 0 1rem;
}

.search-tab-content #sort-by,
.search-tab-content #datasheets-sort-by,
.search-tab-content #articles-sort-by {
  margin-bottom: 0;
  width: 100%;
}

@media all and (min-width: 768px) {
  .search-tab-content #sort-by,
  .search-tab-content #datasheets-sort-by,
  .search-tab-content #articles-sort-by {
    margin-top: 0px;
    width: auto;
  }
}

.search-tab-content #sort-by select,
.search-tab-content #datasheets-sort-by select,
.search-tab-content #articles-sort-by select {
  padding: 5px 20px 5px 5px;
  width: 100%;
  background-color: #f5f8fa;
}

@media all and (min-width: 768px) {
  .search-tab-content #sort-by select,
  .search-tab-content #datasheets-sort-by select,
  .search-tab-content #articles-sort-by select {
    width: 180px;
  }
}

.search-tab-content .articles {
  padding: 0 1rem;
}

.search-tab-content .articles .article__image {
  width: 100%;
  margin-bottom: 1rem;
  height: 123px;
  object-fit: cover;
}

@media all and (min-width: 1600px) {
  .search-tab-content .articles .article__image {
    height: 175px;
  }
}

.search-tab-content .articles .article__name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.search-tab-content .articles .article__description {
  color: #666666;
  margin-bottom: 0.5rem;
}

.search-tab-content .articles .article__link {
  padding: 12px 20px;
  min-width: 0 !important;
}

.search-tab-content .documents-archive__card {
  margin-bottom: 0;
  padding: 1rem 0;
  border-bottom: 2px solid #eeeeee;
}

.search-tab-content .documents-archive__card a {
  color: #ff3030;
}

.search-tab-content .documents-archive__card-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.search-tab-content .documents-archive__card-image-container {
  padding: 0;
}

.search-tab-content .documents-archive__card-image {
  border: 1px solid #eeeeee;
}

#pagination-container,
#datasheets-pagination-container,
#articles-pagination-container {
  display: flex;
  align-content: center;
  justify-content: center;
}

@media all and (min-width: 768px) {
  #pagination-container,
  #datasheets-pagination-container,
  #articles-pagination-container {
    justify-content: flex-end;
  }
}

#pagination-container .ais-pagination--item .page-link,
#datasheets-pagination-container .ais-pagination--item .page-link,
#articles-pagination-container .ais-pagination--item .page-link {
  margin-left: unset;
  border: none;
  padding: 0.5rem 0.75rem;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  color: unset;
  background-color: transparent;
}

#pagination-container .ais-pagination--item:not(.ais-pagination--item__disabled):hover,
#datasheets-pagination-container .ais-pagination--item:not(.ais-pagination--item__disabled):hover,
#articles-pagination-container .ais-pagination--item:not(.ais-pagination--item__disabled):hover {
  border-color: #ff3030;
  color: #FFFFFF;
  background-color: #ff3030;
}

#pagination-container .ais-pagination--item__active,
#datasheets-pagination-container .ais-pagination--item__active,
#articles-pagination-container .ais-pagination--item__active {
  color: #FFFFFF;
  background-color: #ff3030;
  border-color: #ff3030;
}

#pagination-container .ais-pagination--item__disabled .ais-pagination--link,
#datasheets-pagination-container .ais-pagination--item__disabled .ais-pagination--link,
#articles-pagination-container .ais-pagination--item__disabled .ais-pagination--link {
  color: #666666;
}

#pagination-container .page-item,
#datasheets-pagination-container .page-item,
#articles-pagination-container .page-item {
  margin-right: 0.25rem;
}

#pagination-container ul li,
#datasheets-pagination-container ul li,
#articles-pagination-container ul li {
  margin-right: 0.25rem;
}

.template--search {
  background-color: #f5f8fa;
  border-top: 1px solid #dddddd;
  padding: 0px 0px 100px 0px;
}

@media all and (min-width: 768px) {
  .template--search {
    padding: 30px 0px 100px 0px;
  }
}

.ais-hierarchical-menu--body>.ais-hierarchical-menu--list {
  margin-left: 0;
}

.ais-hierarchical-menu--list {
  margin-left: 10px;
}

.ais-hierarchical-menu--body {
  padding-top: 10px;
}

@media all and (min-width: 768px) {
  .ais-hierarchical-menu--body {
    padding-top: 0;
  }
}

.ais-hierarchical-menu--body .ais-hierarchical-menu--item__active.ais-hide-arrow>div>.ais-hierarchical-menu--link:after {
  background: none;
}

.ais-hierarchical-menu--body .ais-hierarchical-menu--item__active>div>.ais-hierarchical-menu--link {
  font-family: "Roboto", sans-serif;
}

.ais-hierarchical-menu--body .ais-hierarchical-menu--item__active>div>.ais-hierarchical-menu--link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ais-hierarchical-menu--body .ais-hierarchical-menu--link {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

.ais-hierarchical-menu--body .ais-hierarchical-menu--link:after {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 8 13' xmlns='http://www.w3.org/2000/svg'><path d='M1.5 1.5l5 4.98-5 5.02' stroke='%23697782' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' opacity='.4'/></svg>") no-repeat center center/contain;
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 14px / 2);
  right: -22px;
  height: 14px;
  width: 14px;
}

#search-box {
  margin-bottom: 15px;
}

.ais-search-box--input {
  width: 100%;
  padding: 10px;
  font-size: 1.2rem !important;
}

.ais-search-box--powered-by {
  text-align: right;
  display: none;
}

.ais-root__collapsible .ais-header {
  cursor: pointer;
}

.ais-root__collapsed .ais-body,
.ais-root__collapsed .ais-footer {
  display: none;
}

.ais-range-slider--value {
  display: none;
}

.ais-range-slider--body {
  margin-left: 15px;
  width: calc(100% - 20px);
}

.ais-refinement-list .ais-refinement-list--item>div {
  width: 100%;
  display: flex;
}

.ais-refinement-list .ais-refinement-list--item>div .ais-refinement-list--label {
  margin-top: 5px;
}

.ais-refinement-list .ais-refinement-list--item>div .ais-refinement-list--label em {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}

.ais-refinement-list .ais-refinement-list--body .sbx-sffv__input {
  width: 100%;
  padding: 5px 10px;
  margin-top: 10px;
}

@media all and (max-width: 992px) {
  .ais-refinement-list .ais-refinement-list--body .sbx-sffv__input {
    font-size: 16px !important;
  }
}

.ais-refinement-list .ais-refinement-list--body .sbx-sffv__input[disabled] {
  display: none;
}

.ais-refinement-list .ais-refinement-list--body button {
  display: none;
}

.ais-hits.ais-hits__empty {
  display: block;
  font-weight: 400;
}

.ais-hits.ais-hits__empty h1 {
  font-family: "Roboto Slab", serif;
}

.sort-search-container {
  padding: 1rem;
  background: #FFFFFF;
  margin: 1rem;
}

@media all and (min-width: 768px) {
  .sort-search-container {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 1rem;
  }
}

.sort-search-container #search-box,
.sort-search-container #datasheets-search-box,
.sort-search-container #articles-search-box {
  margin-bottom: 0;
}

.sort-search-container #view-sort-container,
.sort-search-container #datasheets-view-sort-container,
.sort-search-container #articles-view-sort-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

@media all and (min-width: 576px) {
  .sort-search-container #view-sort-container,
  .sort-search-container #datasheets-view-sort-container,
  .sort-search-container #articles-view-sort-container {
    flex-wrap: nowrap;
  }
}

.sort-search-container #view-sort-container #resultsCount-container,
.sort-search-container #datasheets-view-sort-container #resultsCount-container,
.sort-search-container #articles-view-sort-container #resultsCount-container {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  margin-bottom: 10px;
  flex: 1 1 100%;
  color: #222222;
}

@media all and (min-width: 768px) {
  .sort-search-container #view-sort-container #resultsCount-container,
  .sort-search-container #datasheets-view-sort-container #resultsCount-container,
  .sort-search-container #articles-view-sort-container #resultsCount-container {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 0px;
    margin-bottom: 0;
  }
}

.ais-show-more {
  text-align: center;
  display: block;
  font-weight: 600;
  color: #ff3030 !important;
  margin-top: 10px;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  .algolia-autocomplete {
    height: 41px;
  }
}

.account-login .login-area {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

.account-login .login-area input {
  margin-bottom: 0;
}

.account-login .login-area .btn {
  min-width: 90px;
}

.account-login .login-area .login-area__title {
  font-size: 34px;
}

.account-login .login-area .login-area__link {
  font-size: 14px;
}

.account-login .signup-area {
  padding: 20px;
}

.account-login .signup-area .signup-area__title {
  font-size: 16px;
}

.account-login .signup-area p {
  color: #666666;
}

.account-login .trade-account {
  background-color: #f5f8fa;
}

@media all and (min-width: 768px) {
  .account-login .trade-account {
    background-image: url(/assets/images/watco-painting-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -70px;
  }
}

@media all and (min-width: 768px) {
  .account-login .trade-account__text-area {
    padding: 40px 20px;
  }
}

.account-login .trade-account__text-area .text-area__title {
  font-size: 16px;
}

.account-login .trade-account__text-area .text-area__text p {
  color: #666666;
  margin-bottom: 0;
}

.account-login .trade-account__text-area .text-area__list {
  list-style-type: none;
  padding: 0;
}

.account-login .trade-account__text-area .text-area__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.account-login .trade-account__text-area .text-area__list li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #ff3030;
}

.account-login .trade-account__text-area .btn {
  min-width: 120px;
}

.cat-nav__title {
  padding-top: 10px;
}

.template--category,
.template--search {
  padding: 0px 0px 100px 0px;
}

@media all and (min-width: 768px) {
  .template--category,
  .template--search {
    padding: 0px 0px 100px 0px;
  }
}

.template--category .cat-nav__title,
.template--search .cat-nav__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.template--category .category-nav,
.template--search .category-nav {
  margin-bottom: 0;
  padding-top: 20px;
}

@media all and (min-width: 768px) {
  .template--category .category-nav,
  .template--search .category-nav {
    margin-bottom: 20px;
  }
}

.template--category .category-nav .cat-nav__title,
.template--search .category-nav .cat-nav__title {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .template--category .category-nav .cat-nav__title,
  .template--search .category-nav .cat-nav__title {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.template--category .cat-title-main,
.template--search .cat-title-main {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .template--category .cat-title-main,
  .template--search .cat-title-main {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.template--category .content-title,
.template--search .content-title {
  font-weight: normal;
  border-bottom: 0px;
}

.template--category .no-product-hits p,
.template--search .no-product-hits p {
  padding: 10px 0;
}

.template--category .show,
.template--search .show {
  display: block !important;
}

.template--category .hide,
.template--search .hide {
  display: none !important;
}

.template--category .breadcrumbs .breadcrumb-continer,
.template--search .breadcrumbs .breadcrumb-continer {
  padding: 0;
}

.category-nav {
  margin-bottom: 20px;
}

.category-card__image {
  max-width: 100%;
}

.category-nav .cat-nav__title {
  font-size: 16px;
  font-weight: 900 !important;
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 !important;
  width: 100%;
}

@media all and (min-width: 768px) {
  .category-nav .cat-nav__title {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-bottom: none;
  }
}

.cat-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .cat-list {
    margin-top: 0;
  }
}

.cat-list a {
  display: block;
  margin-bottom: 5px;
  color: #ff3030;
}

.cat-list .cat-list__item.activ>a {
  color: #222222;
}

.cat-list .cat-list__item .cat-list {
  padding-left: 10px;
}

.category-quick-shop {
  padding: 20px 40px 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
  color: #9b9999;
}

.category-quick-shop a {
  color: #ff3030;
  padding-left: 15px;
  padding-right: 15px;
}

.dynamic-filter {
  margin-bottom: 20px;
}

.dynamic-filter.hide {
  display: none;
}

.dynamic-filter .ckbox label {
  padding-left: 5px !important;
  display: inline-block;
  margin-top: 7px;
  line-height: initial;
  font-size: 14px !important;
}

.dynamic-filter .ckbox label:before {
  top: 2px;
}

.dynamic-filter .ckbox input[type=checkbox]:checked+label::after {
  top: 2px;
}

.category-nav .cat-list__item {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.category-nav .cat-list__item a {
  color: #ff3030;
}

.category-nav .cat-list__item a:hover {
  opacity: 0.8;
}

.category-nav .cat-back-to {
  margin-bottom: 14px;
}

.category-nav .cat-list__item:first-of-type {
  margin-left: 0px;
}

.category-nav .cat-list__item-title {
  margin-left: 0px;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
}

.category--landing .cat-list__item {
  margin-left: 0px;
}

.category--landing .cat-list__item a {
  color: #222222;
}

.category--landing .cat-list__item a:hover {
  color: #ff3030;
}

.cat-product {
  width: 100%;
  flex-direction: column;
  border: 0px !important;
  padding: 0px 0px 0px 0px !important;
  flex-wrap: nowrap !important;
  display: flex;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .cat-product {
    margin-bottom: 50px;
  }
}

.cat-product .product__wishlist {
  top: 1px;
  bottom: auto;
  right: 16px;
}

.cat-product .product-price {
  display: flex;
  align-items: center;
}

.cat-product .product-price i {
  font-size: 15px;
  background-color: #f45749;
  color: #FFFFFF;
  padding: 3px;
  border-radius: 4px;
  margin-left: 10px;
}

.cat-product .btn {
  margin-bottom: 0px !important;
}

.cat-product .product-card__imagearea {
  margin-bottom: 5px;
  display: block;
}

@media all and (min-width: 768px) {
  .cat-product .product-card__imagearea {
    margin-bottom: 20px;
  }
}

.cat-product .product-card__image {
  border: 1px solid #eee;
}

.cat-product .product-card-title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  min-height: 44px;
  font-weight: bold;
  color: #808284;
}

@media all and (min-height: 768px) {
  .cat-product .product-card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    min-height: 25px;
  }
}

.cat-product .product-card-description {
  font-size: 16px;
  margin: 5px 0;
  flex-grow: 1;
}

.cat-product .product-price {
  margin-bottom: 0px;
}

.cat-product .product-card_stock-notice {
  margin-bottom: 0px;
  font-size: 10px;
}

@media all and (min-width: 768px) {
  .cat-product .product-card_stock-notice {
    font-size: 12px;
  }
}

.cat-product .product-option__notice {
  margin-bottom: 15px;
  align-items: flex-end;
  flex: 1 1 0;
}

.cat-product .signin-notice {
  flex: 1 1 0;
}

.cat-product .product-card__signup {
  font-size: 16px;
  margin-bottom: 0px;
}

.cat-product .product-card__signup-trade {
  margin-bottom: 0px;
}

.cat-product .product-configurable__attribute .colour-swatch {
  width: 22px;
}

.cat-product .js-display-add-to-cart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

.cat-product .js-display-add-to-cart .btn {
  margin-top: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 0;
  width: 100%;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .cat-product .js-display-add-to-cart .btn {
    margin-top: 10px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 45%;
  }
}

.advert-bk-white.cat-product {
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #eee;
  flex-direction: row;
}

.advert-bk-white.cat-product .product-card-title a {
  color: #222222 !important;
}

.advert-bk-white.cat-product .product-card-title a:hover {
  color: #ff3030 !important;
}

.advert-bk-white.cat-product .product-card_stock-notice {
  color: #003744 !important;
}

.advert-bk-white.cat-product .product-card_stock-notice.disabled {
  color: #222222 !important;
}

.advert-bk-white.cat-product .btn-default {
  color: #FFFFFF !important;
}

.advert-bk-white.cat-product .js-display-add-to-cart {
  flex: 0 0 0;
}

.advert-bk-white.cat-product .product-card-title {
  min-height: auto;
  border-bottom: 0px solid #eee;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-side h4 {
  margin-bottom: auto;
}

.side-feature-products h1,
.side-feature-products h2,
.side-feature-products h3,
.side-feature-products h4,
.side-feature-products h5,
.side-feature-products h6 {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 900;
}

.checkout {
  padding-top: 0px;
  padding-bottom: 25px;
}

.checkout h1 {
  margin-top: 0;
  padding-top: 0;
}

.checkout iframe {
  width: 100%;
}

.checkout .address-edit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-decoration: none;
}

.checkout .editText {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.checkout .alert {
  padding: 10px 20px;
  margin-bottom: 10px;
}

.checkout .alert.alert-error {
  background-color: #e30303;
}

.checkout .control-label.required:after {
  content: '*';
}

.checkout .checkout-step {
  width: 100%;
  margin-bottom: 10px;
  border: solid #333 1px;
}

@media all and (min-width: 992px) {
  .checkout .checkout-step:last-child {
    margin-bottom: 0;
  }
}

.checkout .checkout-step .checkout-step__title {
  background-color: #333;
  color: #fff;
}

.checkout .checkout-step__title {
  padding: 0 15px;
  margin: 0;
  display: block;
  color: #4d4d56;
  background-color: #eee;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.checkout .checkout-step__title .fa {
  font-size: 14px;
}

.checkout .checkout-step__title .check {
  color: #3aaa35;
}

.checkout .checkout-step__title .svg-icon {
  width: 20px;
  height: 20px;
  fill: #3aaa35;
}

.checkout .checkout-step__title .svg-icon:hover {
  fill: #3aaa35;
}

.checkout .checkout-step__content {
  padding: 15px 15px;
}

.checkout .checkout-step__content label .required {
  color: #3aaa35;
}

.checkout .checkout-step__content input,
.checkout .checkout-step__content textarea,
.checkout .checkout-step__content select {
  padding-left: 11px;
  margin-bottom: 11px;
  box-shadow: none;
}

.checkout .checkout-step__content input:focus,
.checkout .checkout-step__content textarea:focus,
.checkout .checkout-step__content select:focus {
  border: 1px solid #7b7c81;
}

.checkout .checkout-step__content textarea {
  max-width: 100%;
  width: 100%;
}

.checkout .checkout-step__content ul {
  list-style: none;
}

.checkout .checkout-step__content p {
  margin-bottom: 15px;
}

.checkout .checkout-step__content address {
  padding: 10px 15px;
}

.checkout .checkout-step__content ul {
  margin-bottom: 0;
}

.checkout .checkout-step__content .alt {
  color: #999;
  font-weight: normal;
}

.checkout .checkout-step__content .checkout-step__signedin {
  margin-bottom: 15px;
}

.checkout .checkout-step__content .checkout-option__guest,
.checkout .checkout-step__content .checkout-option__signin {
  display: none;
  margin-top: 5px;
}

.checkout .checkout-step__content .checkout-option__guest.show,
.checkout .checkout-step__content .checkout-option__signin.show {
  display: block;
}

.checkout .checkout-step__content .checkout-option__signin input {
  margin-bottom: 10px;
}

.checkout .checkout-step__content .checkout-address__addresses {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}

.checkout .checkout-step__content .checkout-address__address {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0.4em;
  list-style: none;
}

@media (min-width: 768px) {
  .checkout .checkout-step__content .checkout-address__address {
    width: 50%;
  }
}

.checkout .checkout-step__content .checkout-address__address-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: solid 1px #ddd;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.checkout .checkout-step__content .checkout-address__address-content:hover {
  border: solid 1px #3aaa35;
}

.checkout .checkout-step__content .checkout-address__address-content address {
  margin: 0;
}

.checkout .checkout-step__content .checkout-address__add-address {
  display: none;
  margin-top: 15px;
}

.checkout .checkout-step__content .checkout-address__add-address.show {
  display: block;
}

.checkout .checkout-step__content .checkout-address__add-address.show-form {
  display: block;
  margin-top: 0;
}

.checkout .checkout-step__content .checkout-address_instructions label {
  display: block;
}

.checkout .checkout-step__content .checkout-address__buttons {
  display: flex;
}

.checkout .checkout-step__content .form__description {
  color: #7b7c81;
  margin: 0;
}

.checkout .checkout-btns {
  margin-bottom: 10px;
}

.checkout .delivery-country__changed {
  display: none;
}

.checkout .delivery-country__changed .show {
  display: list-item;
}

.checkout .payment__buttons.hide {
  display: none;
}

.checkout .control-label.required:after {
  content: '*';
  color: #ff3030;
}

.checkout .tandc {
  font-size: 0.9rem;
  padding-bottom: 10px;
  color: #2A2A2A;
}

.checkout .tandc input {
  vertical-align: middle;
}

.checkout .tandc a {
  text-decoration: underline;
}

.checkout .btn-primary.btn-block {
  background-color: #19ff7b;
  border-color: #19ff7b;
}

.checkout .peracto-checkout__verify .peracto-checkout__verify-instructions {
  margin-bottom: 15px;
}

.checkout .peracto-checkout__verify .peracto-checkout__verify-instructions ul {
  list-style: initial;
}

.checkout .stockists-search {
  flex-wrap: wrap !important;
}

@media all and (min-width: 768px) {
  .checkout .stockists-search {
    flex-wrap: nowrap !important;
  }
}

.checkout .stockists-search input,
.checkout .stockists-search .btn {
  width: 100%;
  height: 40px;
  line-height: 20px;
}

@media all and (min-width: 768px) {
  .checkout .stockists-search input,
  .checkout .stockists-search .btn {
    width: 44%;
  }
}

.checkout .stockists-search input {
  margin: 0 0 10px !important;
}

@media all and (min-width: 768px) {
  .checkout .stockists-search input {
    margin: 0 10px 0 0 !important;
  }
}

.checkout .checkout-subheading {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.checkout .checkout-subheading .checkout-subheading__text {
  margin-bottom: 0;
  font-weight: 500;
}

.checkout .collection-point {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 10px;
}

#billing [type="radio"]:not(:checked),
#billing [type="radio"]:checked,
#delivery [type="radio"]:not(:checked),
#delivery [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

#billing [type="radio"]:not(:checked)+label:before,
#billing [type="radio"]:checked+label:before,
#billing [type="radio"]:not(:checked)+label:after,
#billing [type="radio"]:checked+label:after,
#delivery [type="radio"]:not(:checked)+label:before,
#delivery [type="radio"]:checked+label:before,
#delivery [type="radio"]:not(:checked)+label:after,
#delivery [type="radio"]:checked+label:after {
  position: absolute;
  content: '✓';
  left: initial;
  top: 10px;
  right: 15px;
  width: auto;
  height: auto;
  border: none;
  background: none;
  font-size: 1.3em;
  font-weight: bold;
}

#billing [type="radio"]:not(:checked)+label:before,
#billing [type="radio"]:checked+label:before,
#delivery [type="radio"]:not(:checked)+label:before,
#delivery [type="radio"]:checked+label:before {
  display: none;
}

#billing [type="radio"]:not(:checked)+label:after,
#billing [type="radio"]:checked+label:after,
#delivery [type="radio"]:not(:checked)+label:after,
#delivery [type="radio"]:checked+label:after {
  color: #3aaa35;
}

#billing [type="radio"]:not(:checked)+label:after,
#delivery [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

#billing [type="radio"]:checked+label:after,
#delivery [type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

#billing [type=radio]:checked+label,
#delivery [type=radio]:checked+label {
  border: solid 1px #3aaa35;
}

#billing .billing-address_current-list {
  display: none;
}

#billing .billing-address_current-list.show {
  display: block;
}

#billing .btn-add-address {
  display: none;
}

#billing .btn-add-address.show {
  display: inline !important;
}

#delivery .delivery-address_current-list {
  display: none;
}

#delivery .delivery-address_current-list.show {
  display: block;
}

#delivery .btn-add-address {
  display: none;
}

#delivery .btn-add-address.show {
  display: inline !important;
}

#payment [for=payment_method-card],
#payment [for=payment_method-paypal] {
  font-weight: normal;
}

#payment #end_date-element select {
  width: 110px;
  margin: 0 15px 0 0;
  padding: 7px 0 7px 7px;
  border: solid 1px #ddd;
}

#payment #end_date-element .end_date-label {
  display: block;
}

#payment #card_number {
  background-position: 2px -117px;
  background-size: 120px 361px;
  background-repeat: no-repeat;
  padding-left: 54px;
  font-size: 16px;
}

#payment #card_number.visa {
  background-position: 2px -159px;
}

#payment #card_number.visa_electron {
  background-position: 2px -201px;
}

#payment #card_number.mastercard {
  background-position: 2px -243px;
}

#payment #card_number.maestro {
  background-position: 2px -285px;
}

#payment #card_number.valid {
  border-color: #3aaa35;
}

#payment .checkout-step__content>div {
  padding: 0;
}

#payment .payment-form__methods {
  margin-bottom: 10px;
}

#payment .payment-form__method {
  display: block;
}

#payment .payment-form__method.hide {
  display: none;
}

#payment .payment-form__method.payment-form__paypal {
  margin-bottom: 10px;
}

.guest__registration-wrap {
  border: 1px solid #333;
  padding: 15px;
  margin-bottom: 20px;
}

.guest__registration-wrap h3 {
  margin-top: 0;
  font-weight: bold;
}

.guest__registration-wrap ul {
  list-style: none;
  padding: 0;
}

.guest__registration-wrap ul li .check {
  font-weight: bold;
  margin: 3px;
}

.guest__registration-wrap form input {
  width: 100%;
}

.guest__registration-wrap form [type=password] {
  border-radius: 0;
}

.need-help__wrap {
  padding: 0 15px;
}

.need-help__wrap a {
  color: #333;
  text-decoration: underline;
}

.need-help__wrap a:hover {
  font-weight: bold;
}

#checkout-stockists-modal-content {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (min-width: 768px) {
  #checkout-stockists-modal-content .card {
    height: 70vh;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  #checkout-stockists-modal-content .card {
    height: 600px;
  }
}

#checkout-stockists-modal-content #stockists-resultcards {
  overflow: auto;
}

#checkout-stockists-modal-content .stockistsSearchSubmit-modal {
  line-height: 1.0em;
}

#checkout-stockists-modal-content .js-close-stockists-modal i {
  color: #8c8c8c;
  font-size: 24px;
  cursor: pointer;
}

.summary-address:nth-child(2) {
  margin-top: 30px;
}

.summary-address__title {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 10px;
}

.summary-address__address-title {
  font-family: 'Roboto', sans-serif;
}

.summary-address__address {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #606060;
  margin-bottom: 8px;
}

.summary-address__link {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.header-row {
  margin-bottom: -15px;
}

.basket-title {
  font-size: 2rem;
  font-weight: 300;
  color: #222222;
  line-height: 2.2;
  margin-bottom: 0px;
  letter-spacing: -2px;
}

.basket-title strong {
  font-size: 2.5rem;
}

@media (max-width: 576px) {
  .basket-title strong {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .basket-title {
    font-size: 1.8rem;
  }
}

.basket {
  padding-top: 0px;
  padding-bottom: 25px;
}

.basket .basket-item {
  width: 100%;
  border: solid #ddd 1px;
  padding: 10px;
  margin-bottom: 10px;
}

@media all and (min-width: 576px) {
  .basket .basket-item {
    padding: 20px;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 992px) {
  .basket .basket-item:last-child {
    margin-bottom: 0;
  }
}

.basket .basket-item__detail {
  min-height: 132px;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 576px) {
  .basket .basket-item__detail {
    min-height: 0;
  }
}

.basket .basket-item__detail .basket-item__detail-content {
  flex: 1;
}

.basket .basket-item__image img {
  width: 100%;
  border: 0px solid #eeeeee;
}

@media (max-width: 576px) {
  .basket .basket-item__image {
    margin-left: 0;
  }
}

.basket .basket-item__detail__title {
  font-size: 20px;
  padding-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .basket .basket-item__detail__title {
    font-size: 14px;
  }
}

.basket .basket-item__detail__sku {
  font-size: 14px;
  color: #222222;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .basket .basket-item__detail__sku {
    font-size: 12px;
  }
}

.basket .basket-item__service-exclusions {
  font-size: 12px;
  font-style: italic;
  color: #222222;
  margin-bottom: 10px;
}

.basket .basket-item__detail__price {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.96rem;
}

@media (max-width: 768px) {
  .basket .basket-item__detail__price {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
  }
}

.basket .basket-remove {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}

@media all and (min-width: 576px) {
  .basket .basket-remove {
    right: 10px;
    top: -5px;
  }
}

.basket .basket-remove a {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  font-family: "Roboto", sans-serif;
}

.basket .basket-qty,
.basket .basket-item__line-item {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.basket .basket-qty [type=number],
.basket .basket-item__line-item [type=number] {
  width: 80px;
  padding: 10px;
  border: 1px solid #222222;
  text-align: center;
  text-indent: 15px;
}

.basket .basket-qty .btn,
.basket .basket-item__line-item .btn {
  opacity: 0;
  visibility: hidden;
  background-color: white;
  color: #222222;
  font-size: 14px;
  margin: 0;
  min-width: 0;
  padding: 0 20px;
  line-height: 29px;
  transition: all 200ms ease-in-out;
}

.basket .basket-qty .btn:hover,
.basket .basket-qty .btn:active,
.basket .basket-qty .btn:visited,
.basket .basket-qty .btn:focus,
.basket .basket-item__line-item .btn:hover,
.basket .basket-item__line-item .btn:active,
.basket .basket-item__line-item .btn:visited,
.basket .basket-item__line-item .btn:focus {
  color: #4d4d57;
  text-decoration: underline;
  outline: none;
}

.basket .basket-qty .btn.show,
.basket .basket-item__line-item .btn.show {
  opacity: 1;
  visibility: visible;
}

.basket .basket-item__configuration {
  margin-bottom: 0;
  font-weight: 500;
  color: #8c8c8c;
}

.basket .basket-item__detail__final-price {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  bottom: -10px;
}

@media (max-width: 576px) {
  .basket .basket-item__detail__final-price {
    font-size: 16px;
  }
}

.basket .basket-item__detail__final-price .vat-notice {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}

.basket .basket-item__detail__final-price .basket-item-total-before {
  text-decoration: line-through;
}

.basket .basket-promo {
  padding: 15px;
  border: solid 1px #ddd;
  margin-bottom: 15px;
  padding: 15px;
}

.basket .basket-promo input {
  padding: 8px 10px;
  width: 100%;
  color: #7b7c81;
  font-size: 14px;
  box-shadow: 0 0 0 0;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}

.basket .basket-promo a {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
}

.basket .basket-promo a i {
  margin-right: 3px;
}

.basket .basket-promo .basket-promo__form {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-in-out;
}

.basket .basket-promo .basket-promo__form.show {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.basket .continue-shoppping__link {
  padding-bottom: 20px;
}

.basket .continue-shoppping__link a {
  text-decoration: underline;
}

.basket-summary {
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.basket-summary h2 {
  font-size: 24px;
}

.basket-summary hr {
  border-top-color: #ddd;
}

.basket-summary label {
  font-size: 14px;
  font-weight: normal;
}

.basket-summary a {
  color: #ff3030;
}

.basket-summary a:hover {
  text-decoration: underline;
}

.basket-summary__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
  line-height: 24px;
  margin-bottom: 10px;
}

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

.basket-summary .basket-summary__row {
  color: #606060;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 3px;
}

.basket-summary .basket-summary__row .basket-summary__price {
  font-size: 14px;
  font-weight: 400;
}

.basket-summary .basket-summary__row .basket-summary__total {
  font-size: 16px;
  font-weight: 800;
}

.basket-summary .basket-summary__row--total {
  font-size: 16px;
  font-weight: 800;
  color: #222222;
}

.basket-summary .basket-summary__row.grand_total {
  font-size: 1.4em;
}

.basket-summary .basket-summary__row.hide {
  display: none;
}

.basket-summary .basket-summary__email {
  margin-bottom: 10px;
}

.basket-summary .strong {
  font-weight: bold;
}

.basket-summary .basket-summary__confirm {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-in-out;
}

.basket-summary .basket-summary__confirm hr {
  margin-bottom: 0;
  margin-top: 20px;
  border: solid 1px #ddd;
}

.basket-summary .basket-summary__confirm.show {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.basket-summary .basket-summary__confirm.show hr {
  margin-bottom: 15px;
  margin-top: 15px;
  border: solid 1px #ddd;
}

.basket-summary .basket-summary__label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.basket-summary form .btn-green {
  font-size: 14px;
  font-weight: 400;
}

.basket-summary [type="checkbox"]:disabled:not(:checked)+label:before,
.basket-summary [type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
  cursor: default;
}

.basket-summary [type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

.basket-summary [type="checkbox"]:disabled+label {
  color: #aaa;
}

.basket-promos {
  background-color: #eeeeee;
  padding: 20px 20px 13px;
  margin-bottom: 20px;
}

.basket-promos ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.basket-promos .basket-promos__promo {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.basket-promos .basket-promos__promo .basket-promos__remove {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.basket-promos .basket-promos__promo .basket-promos__remove a {
  display: block;
  width: 15px;
  height: 15px;
}

.basket-promos .basket-promos__promo .basket-promos__code span {
  font-size: 0.8em;
}

.basket-cards {
  text-align: center;
  border: solid #ddd 1px;
  padding: 15px 0 10px 0;
}

.basket-cards img {
  width: 100%;
  max-width: 285px;
}

.basket-help {
  margin-top: 20px;
  padding: 0 15px;
}

.basket-help .far {
  margin-right: 5px;
}

.shipping__options {
  margin-top: 15px;
}

.shipping__options [type=radio]:checked,
.shipping__options [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.shipping__options [type=radio]+label {
  position: relative;
  cursor: pointer;
}

.shipping__options [type=radio]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.shipping__options [type="radio"]+label:before {
  width: 12px;
  height: 12px;
  transition: all .2s ease-in-out;
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #1d1d1b;
}

.shipping__options [type="radio"]:checked+label:after {
  width: 6px;
  height: 6px;
  transition: all .2s ease-in-out;
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 3px;
  background-color: #1d1d1b;
  border-radius: 50%;
}

.shipping__options [type="radio"]:not(:checked)+label {
  color: #999;
}

.shipping__options [type="radio"]:not(:checked)+label,
.shipping__options [type="radio"]:checked+label {
  transition: all 200ms ease-in-out;
  padding-left: 20px;
}

.shipping__options [type="radio"]:disabled:not(:checked)+label:before,
.shipping__options [type="radio"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
  cursor: default;
}

.shipping__options [type="radio"]:disabled:checked+label:after {
  color: #999;
}

.shipping__options [type="radio"]:disabled+label {
  color: #aaa;
}

.shipping__options .shipping__option label {
  font-size: 0.75em;
  width: 100%;
}

.shipping__options .shipping__option label .type {
  display: flex;
  justify-content: space-between;
}

.shipping__options .shipping__option label .description {
  font-style: italic;
  font-size: 0.9em;
}

.basket-sticky {
  position: sticky;
  top: 10px;
}

.basket-cards .basket-cards__row {
  display: flex;
  justify-content: space-around;
}

.basket-cards .basket-cards__row:first-child {
  margin-bottom: 15px;
}

.basket-payment-types {
  border: 1px solid #ddd;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}

.basket-payment-types .basket-payment-types__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.basket-payment-types .basket-payment-types__logos>div {
  display: flex;
  flex-direction: row;
}

.basket-payment-types .basket-payment-types__logos .basket-payment-types__logo {
  margin: 3px;
}

.mfp-container {
  position: fixed;
}

@media (max-width: 767px) {
  .mfp-container {
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .mfp-container .gift-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.gift-card {
  position: relative;
}

.gift-card .gift-card__body {
  padding: 15px;
}

@media (min-width: 768px) {
  .gift-card .gift-card__body {
    padding: 60px 90px;
  }
}

.gift-card .gift-card__header {
  font-size: 21px;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .gift-card .gift-card__header {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

.gift-card .gift-card__close {
  right: 15px;
  top: 15px;
  position: absolute;
}

.gift-card .gift-card__btn-group {
  margin-top: 30px;
}

.gift-card .gift-card__btn-group .btn {
  margin: 0;
}

.gift-carousel {
  overflow: hidden;
}

.gift-carousel .gift-item {
  padding: 5px;
}

.gift-carousel .gift-item__radio {
  display: none;
}

.gift-carousel .gift-item__radio:checked+.gift-item__image {
  box-shadow: 0px 0px 5px rgba(255,48,48,0.6);
  border: none;
}

.gift-carousel .gift-item__radio:checked+.gift-item__image .check-box {
  border-color: #ff3030;
}

.gift-carousel .gift-item__radio:checked+.gift-item__image .check-box .check-box__check {
  opacity: 1;
}

.gift-carousel .gift-item__image {
  position: relative;
  transition: .2s;
  box-shadow: 0px 0px 5px rgba(102,102,102,0.2);
  border-radius: 4px;
}

.gift-carousel .gift-item__image img {
  width: 100%;
  border-radius: 4px;
}

.gift-carousel .gift-item__image .check-box {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 15px;
  border: solid 1px;
  border-color: #666666;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: .2s;
}

.gift-carousel .gift-item__image .check-box .check-box__check {
  color: #ff3030;
  transition: .2s;
  opacity: 0;
}

.gift-carousel .gift-item__title {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}

.gift-carousel .gift-item__description {
  font-weight: 600;
  font-size: 16px;
  color: #ff3030;
  margin: 0;
}

.gift-carousel .owl-stage,
.gift-carousel .owl-item {
  display: flex;
}

.gift-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.gift-carousel .owl-dot {
  background-color: #ddd;
  border-radius: 50%;
  padding: 7px;
  border: 0;
  margin: 0px 5px;
  cursor: pointer;
}

.gift-carousel .owl-dot.active {
  background-color: #ff3030;
}

.gift-carousel .owl-nav {
  display: none;
  position: absolute;
  max-width: 1440px;
  margin: 0 auto;
  top: 50%;
  left: -20px;
  right: -20px;
}

@media (min-width: 768px) {
  .gift-carousel .owl-nav {
    display: block;
    top: 50%;
    left: 0px;
    right: 0px;
  }
}

.gift-carousel .owl-prev,
.gift-carousel .owl-next {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .4;
  border: none;
  bottom: 50%;
}

.gift-carousel .owl-prev {
  left: 15px;
  background-image: url("/assets/images/arrow-left.svg");
  background-color: rgba(0,0,0,0);
}

.gift-carousel .owl-prev span {
  display: none;
}

.gift-carousel .owl-next {
  right: 15px;
  background-image: url("/assets/images/arrow-right.svg");
  background-color: rgba(0,0,0,0);
}

.gift-carousel .owl-next span {
  display: none;
}

.product__option-card,
.advert-product,
.cat-product {
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0px;
}

.product__option-card p,
.advert-product p,
.cat-product p {
  margin-bottom: 5px;
}

.product__option-card .product-selection-message,
.advert-product .product-selection-message,
.cat-product .product-selection-message {
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
}

.product__option-card .product-card__imagearea,
.advert-product .product-card__imagearea,
.cat-product .product-card__imagearea {
  width: 100%;
  min-height: auto !important;
  position: relative;
}

.product__option-card .product-card__imagearea .product-card__image,
.advert-product .product-card__imagearea .product-card__image,
.cat-product .product-card__imagearea .product-card__image {
  width: 100%;
}

.product__option-card .availability .product-card_stock-notice,
.advert-product .availability .product-card_stock-notice,
.cat-product .availability .product-card_stock-notice {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .product__option-card .availability .product-card_stock-notice,
  .advert-product .availability .product-card_stock-notice,
  .cat-product .availability .product-card_stock-notice {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2em;
  }
}

.product__option-card .availability .product-card_stock-notice .product-option_notice,
.product__option-card .availability .product-card_stock-notice .product-option_stock,
.advert-product .availability .product-card_stock-notice .product-option_notice,
.advert-product .availability .product-card_stock-notice .product-option_stock,
.cat-product .availability .product-card_stock-notice .product-option_notice,
.cat-product .availability .product-card_stock-notice .product-option_stock {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .product__option-card .availability .product-card_stock-notice .product-option_notice,
  .product__option-card .availability .product-card_stock-notice .product-option_stock,
  .advert-product .availability .product-card_stock-notice .product-option_notice,
  .advert-product .availability .product-card_stock-notice .product-option_stock,
  .cat-product .availability .product-card_stock-notice .product-option_notice,
  .cat-product .availability .product-card_stock-notice .product-option_stock {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}

.product__option-card .btn-primary,
.advert-product .btn-primary,
.cat-product .btn-primary {
  margin-bottom: 20px;
  margin-top: 10px;
}

.product__option-card .product-price,
.advert-product .product-price,
.cat-product .product-price {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .product__option-card .product-price,
  .advert-product .product-price,
  .cat-product .product-price {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}

.product__option-card .product-price .price,
.advert-product .product-price .price,
.cat-product .product-price .price {
  font-weight: bold;
}

.product__option-card .product-price .price .from,
.advert-product .product-price .price .from,
.cat-product .product-price .price .from {
  font-size: 0.8em;
  font-weight: 400;
}

.product__option-card .product-price .vat-price,
.product__option-card .product-price .strike-price,
.advert-product .product-price .vat-price,
.advert-product .product-price .strike-price,
.cat-product .product-price .vat-price,
.cat-product .product-price .strike-price {
  margin-top: 5px;
  color: #ff3030;
  margin-left: 0px !important;
  display: block;
  font-size: 11px;
}

@media all and (min-width: 768px) {
  .product__option-card .product-price .vat-price,
  .product__option-card .product-price .strike-price,
  .advert-product .product-price .vat-price,
  .advert-product .product-price .strike-price,
  .cat-product .product-price .vat-price,
  .cat-product .product-price .strike-price {
    display: inline;
    font-size: 14px;
    margin-left: 10px;
  }
}

.product__option-card .product-card__signup,
.product__option-card .product-card__text-bold,
.advert-product .product-card__signup,
.advert-product .product-card__text-bold,
.cat-product .product-card__signup,
.cat-product .product-card__text-bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 22px;
}

.product__option-card .product-card__signup-trade,
.product__option-card .product-card__link-sm,
.advert-product .product-card__signup-trade,
.advert-product .product-card__link-sm,
.cat-product .product-card__signup-trade,
.cat-product .product-card__link-sm {
  font-size: 12px;
  line-height: 22px;
}

.product__option-card .product-card__link-sm,
.advert-product .product-card__link-sm,
.cat-product .product-card__link-sm {
  color: #222222;
}

.product__option-card .product-option__notice,
.advert-product .product-option__notice,
.cat-product .product-option__notice {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.product__option-card .product-card_notice,
.advert-product .product-card_notice,
.cat-product .product-card_notice {
  color: #003744;
  font-weight: bold;
  font-size: 14px;
}

.product__option-card .product-card_stock-notice,
.product__option-card .product-card_sku,
.advert-product .product-card_stock-notice,
.advert-product .product-card_sku,
.cat-product .product-card_stock-notice,
.cat-product .product-card_sku {
  color: #00944a;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.product__option-card .product-card_stock-notice.disabled,
.product__option-card .product-card_sku.disabled,
.advert-product .product-card_stock-notice.disabled,
.advert-product .product-card_sku.disabled,
.cat-product .product-card_stock-notice.disabled,
.cat-product .product-card_sku.disabled {
  color: #ccc;
}

.product__option-card .product-card_sku,
.advert-product .product-card_sku,
.cat-product .product-card_sku {
  margin-bottom: 0px;
}

.product__option-card .notice-text,
.advert-product .notice-text,
.cat-product .notice-text {
  margin-bottom: 15px;
}

.product__option-card .product-card__question,
.advert-product .product-card__question,
.cat-product .product-card__question {
  color: #ff3030;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.product__option-card .product-card__question a,
.advert-product .product-card__question a,
.cat-product .product-card__question a {
  color: #ff3030;
}

.product__option-card .add-option,
.advert-product .add-option,
.cat-product .add-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .product__option-card .add-option,
  .advert-product .add-option,
  .cat-product .add-option {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.product__option-card .add-option .add-option__label,
.advert-product .add-option .add-option__label,
.cat-product .add-option .add-option__label {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-grow: 1;
  width: 38%;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .product__option-card .add-option .add-option__label,
  .advert-product .add-option .add-option__label,
  .cat-product .add-option .add-option__label {
    font-size: 16px;
  }
}

.product__option-card .add-option .add-option__option,
.advert-product .add-option .add-option__option,
.cat-product .add-option .add-option__option {
  display: flex;
  justify-content: flex-end;
  width: 62%;
}

.product__option-card .add-option .add-option__option input,
.product__option-card .add-option .add-option__option select,
.advert-product .add-option .add-option__option input,
.advert-product .add-option .add-option__option select,
.cat-product .add-option .add-option__option input,
.cat-product .add-option .add-option__option select {
  margin-bottom: 0px;
  width: 100%;
  padding: 5px 5px;
  height: auto !important;
  font-size: 12px !important;
}

.product__option-card .add-option .add-option__option .disabled,
.advert-product .add-option .add-option__option .disabled,
.cat-product .add-option .add-option__option .disabled {
  background-color: #fff;
  border-color: #ccc;
  color: #ccc !important;
}

.product__option-card .add-option .add-option__option .qty-option,
.advert-product .add-option .add-option__option .qty-option,
.cat-product .add-option .add-option__option .qty-option {
  width: 50%;
  height: 33px !important;
}

.product__option-card .add-option .disabled,
.advert-product .add-option .disabled,
.cat-product .add-option .disabled {
  color: #ccc !important;
}

.product__option-card .btn,
.advert-product .btn,
.cat-product .btn {
  border-radius: 4px;
}

.template--search .product-card .price,
.template--category .product-card .price,
.template-article-detail .product-card .price {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}

.template--search .product-card .price .from,
.template--category .product-card .price .from,
.template-article-detail .product-card .price .from {
  font-size: 0.8em;
  font-weight: 400;
}

.template--search .product-card .price .vat-notice,
.template--category .product-card .price .vat-notice,
.template-article-detail .product-card .price .vat-notice {
  font-size: 80%;
  color: #666666;
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .template--search .product-card .price,
  .template--category .product-card .price,
  .template-article-detail .product-card .price {
    font-size: 20px;
  }
}

.template--search .content-area>.container h1,
.template--category .content-area>.container h1,
.template-article-detail .content-area>.container h1 {
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .template--search .content-area>.container h1,
  .template--category .content-area>.container h1,
  .template-article-detail .content-area>.container h1 {
    width: 100%;
    min-width: 0;
    padding: 0 15px;
  }
}

@media all and (min-width: 992px) {
  .template-article-detail .content-area>.container h1 {
    padding: 0 !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .cat-product .product-card__imagearea {
    height: 265px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1600px) {
  .cat-product .product-card__imagearea.advert__imagearea {
    height: 360px;
  }
}

.flash-messages-container {
  bottom: 10px;
  left: 0;
  font-size: 10px;
}

.flash-message {
  width: fit-content;
  padding: 5px;
}

@media (min-width: 768px) {
  .flash-message {
    font-size: inherit;
    padding: 7px 10px;
  }
}

.product-card__tiered-pricing {
  background-color: #ff3030;
  padding: 7px 10px;
  color: #FFFFFF;
}

.template--category .flash-message,
.template--search .flash-message {
  font-size: 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .template--category .flash-message,
  .template--search .flash-message {
    font-size: inherit;
    padding: 7px 10px;
  }
}

.template--category .product-card__tiered-pricing,
.template--search .product-card__tiered-pricing {
  font-size: 10px;
  width: fit-content;
}

@media (min-width: 768px) {
  .template--category .product-card__tiered-pricing,
  .template--search .product-card__tiered-pricing {
    font-size: inherit;
  }
}

.product-detail {
  padding-top: 5px;
}

@media all and (min-width: 768px) {
  .product-detail {
    padding-top: 20px;
  }
}

.product-detail .product-detail__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .product-detail .product-detail__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.product-detail .product-detail__refs {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
}

.product-detail .ref-span {
  color: #373732;
  font-weight: bold;
}

.product-detail .product-detail__text {
  font-size: 1.2em;
}

.product-detail .product-detail__superseded {
  background-color: #ff3030;
  color: #FFFFFF;
  padding: 7px 10px;
}

.product-detail .product-detail__superseded a {
  color: #FFFFFF;
  font-weight: bold;
}

.product-review {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-review .product-rating {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.product-review .product-rating li {
  float: left;
}

.product-review .product-rating__count {
  margin-bottom: 0px;
  margin-left: 15px;
}

.product__option-card {
  margin-right: -15px;
  margin-left: 10px;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .product__option-card {
    border: 1px solid #ddd;
    padding: 14px 20px 20px;
  }
}

.product__option-card input,
.product__option-card select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #bbbbbb;
}

.product__option-card input[type="number"] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.product__option-card input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.product__option-card .btn {
  font-size: 0.65em;
}

.product__option-card .product-enquire__text {
  font-size: 0.7em;
}

.product__option-card .product-option__notice {
  font-size: 0.5em;
  line-height: 0.6em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product__option-card .product-option__notice--nmb {
  font-size: 0.5em;
  line-height: 0.6em;
  margin-bottom: 0px;
  margin-top: 20px;
}

.product__option-card .product-price .strike-price {
  margin-left: 0;
}

.product-price .was-price {
  color: #ff3030;
}

.product-price .price {
  color: #ff3030;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
}

.product-price .sale-price {
  color: #c5382c;
}

.product-price .vat-price,
.product-price .strike-price,
.product-price .rrp-price {
  font-size: 0.55em;
  color: #747375;
  line-height: 0.8em;
  width: 100%;
}

.product-price .strike-price {
  text-decoration: line-through;
  color: #ff3030;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
}

.product-price .rrp-price {
  font-style: italic;
}

.product-tabs {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .product-tabs {
    margin-top: 50px;
  }
}

.product-tabs .nav-item {
  padding-left: 0px !important;
}

.product__enlarge,
.product__wishlist,
.product__video-play {
  padding: 0;
  background-color: #FFFFFF;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__enlarge i,
.product__wishlist i,
.product__video-play i {
  font-size: 14px;
  color: #222222;
}

.product__enlarge {
  top: 0 !important;
}

.product__wishlist {
  top: 30px;
}

.product__video-play {
  top: 60px !important;
}

.product__wishlist {
  position: absolute;
  z-index: 2;
  bottom: auto;
  right: 0px;
}

.product-gallery .product-image__main {
  border: 1px solid #ddd !important;
}

.product-gallery .product-image__main .product__enlarge,
.product-gallery .product-image__main .product__video-play,
.product-gallery .product-image__main .product__document {
  padding: 10px 10px 6px 10px;
  background-color: #FFFFFF;
  right: 0px;
  bottom: auto;
  top: 0px;
  z-index: 2;
}

.product-gallery .product-image__main .product__enlarge i,
.product-gallery .product-image__main .product__video-play i,
.product-gallery .product-image__main .product__document i {
  font-size: 14px;
}

.product-gallery .product-image__main .product__video-play {
  top: 30px;
}

.product-gallery .product-image__main .product__document {
  position: absolute;
  z-index: 3;
  top: 15px;
  bottom: auto;
  right: 0px;
}

.product-gallery .product-image__main .owl-carousel {
  border: 0px solid #ddd !important;
  border-right: 1px solid #ddd;
}

.product-gallery .product-image__main .owl-carousel .owl-item img {
  width: 100%;
}

.product-gallery .product-image__main .product-image__sticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 35% !important;
  z-index: 1;
}

.product-gallery .product-image__thumbnails {
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .product-gallery .product-image__thumbnails {
    margin-bottom: 25px;
  }
}

.product-gallery .product-image__thumbnails img {
  border: 1px solid #ddd;
}

.product-gallery .product-image__thumbnails .slider-nav svg {
  height: 25px;
  fill: #8c8c8c;
}

.product-gallery .product-image__thumbnails .slider-nav svg:hover {
  fill: #ff3030;
}

.product-tabs .nav-tabs a {
  color: #222222;
}

.product-tabs .nav-tabs .active {
  color: #ff3030;
}

.product-tabs .nav-tabs .nav-item {
  font-weight: bold;
}

.product-tabs .nav-tabs .offer-notice {
  color: #f45749;
}

.product-tabs .tab-content {
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}

@media all and (min-width: 768px) {
  .product-tabs .tab-content {
    padding-right: 15px;
  }
}

.product-tabs .tab-content p {
  font-size: 16px;
  color: #222222;
}

.product-tabs .tab-content h1 {
  font-size: 28px;
}

.product-tabs .tab-content h2 {
  font-size: 26px;
}

.product-tabs .tab-content h3 {
  font-size: 20px;
}

.product-tabs .tab-content h1,
.product-tabs .tab-content h2,
.product-tabs .tab-content h3,
.product-tabs .tab-content h4,
.product-tabs .tab-content h5,
.product-tabs .tab-content h6 {
  font-weight: bold;
  color: #2A2A2A;
}

.product-tabs .tab-content a:not(.btn) {
  color: #ff3030;
}

.product-tabs .tab-content a.icon-group {
  color: #222222;
}

.product-tabs .tab-content a.icon-group:hover {
  color: #ff3030;
}

.product-tabs .tab-content .icon-group {
  display: flex;
  margin-top: 5px;
  flex-direction: row;
  align-items: center;
  color: #222222;
}

.product-tabs .tab-content .icon-group .icon-group__text {
  padding-left: 0px;
}

.product-tabs .tab-content .icon-group i {
  margin-left: 15px;
}

.product-tabs .tab-content .table-area {
  border: 1px solid #ddd;
  padding: 25px;
  margin-right: -15px;
}

.product-tabs .tab-content table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}

.product-tabs .tab-content table thead tr {
  background-color: #c5d5cc;
}

.product-tabs .tab-content table thead,
.product-tabs .tab-content table tbody tr {
  border-bottom: 1px solid #DDD;
}

.product-tabs .tab-content table tbody tr:last-child {
  border-bottom: none;
}

.product-tabs .tab-content table th,
.product-tabs .tab-content table td {
  text-align: left;
  padding: 5px;
  min-width: 55px;
  border-top: none;
}

@media all and (min-width: 992px) {
  .product-tabs .tab-content table th:first-of-type,
  .product-tabs .tab-content table td:first-of-type {
    min-width: 170px;
    white-space: nowrap;
  }
}

.product-tabs .tab-content table th {
  font-weight: bold;
}

.product-tabs .tab-content table td {
  font-weight: normal;
}

.key-features {
  background-color: #cceadb;
  padding: 35px 40px 30px 40px;
  margin-left: 15px;
  margin-top: 25px;
}

@media all and (min-width: 768px) {
  .key-features {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.key-features h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.key-features .icon-group {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222222;
}

.key-features .icon-group i {
  margin-left: 0px;
  margin-right: 7px;
  font-size: 12px;
}

.key-features .icon-group__icon i {
  color: #ff3030;
}

.key-features .icon-group__text {
  margin-top: 0px;
  line-height: 14px;
  font-size: 16px;
}

#accordion {
  margin-top: -60px;
}

#accordion .card {
  border: 0px;
}

#accordion .card-header {
  background-color: #ffff;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#accordion .card-block {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(42,42,42,0.125);
}

.pro-card-row {
  z-index: 5;
}

.pro-card-row.mobile-pro-card {
  margin-top: 10px !important;
  padding-left: 0px;
  padding-right: 0px;
}

#specialist-alternatives .product-price .price {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}

#specialist-alternatives .product-price .price .from {
  font-size: 0.7em;
  font-weight: 400;
}

#specialist-alternatives .product-price .price .vat-notice {
  font-size: 65%;
  color: #666666;
  font-weight: 400;
  margin-left: 5px;
}

@media all and (min-width: 768px) {
  #specialist-alternatives .product-price .price {
    font-size: 20px;
  }
}

#specialist-alternatives .product-price .js-display-add-to-cart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

#specialist-alternatives .product-price .js-display-add-to-cart .btn {
  margin-top: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 0;
  width: 100%;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  #specialist-alternatives .product-price .js-display-add-to-cart .btn {
    margin-top: 10px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 45%;
  }
}

.template--product {
  padding: 0px !important;
}

.template--product .product__option-card {
  background-color: #fff;
  z-index: 300;
  margin-top: 0px !important;
}

@media all and (min-width: 768px) {
  .template--product .product__option-card {
    margin-top: 30px !important;
  }
}

.template--product .product-gallery {
  margin-left: 0px;
  width: 100%;
}

.template--product .lower_banner_image img {
  width: 100%;
}

.template--product .product-image__main {
  display: flex;
  justify-content: center;
  border-right: 0px solid #ddd;
  position: relative;
  margin-bottom: 10px;
  border: 0px solid #ddd !important;
}

.template--product .product-image__main .product-image__main-offer {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #c5382c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-self: center;
  align-items: center;
  top: -10px;
  left: -10px;
  box-shadow: 2px 2px 2px 1px rgba(153,153,153,0.4);
  z-index: 100;
}

.template--product .product-image__main .owl-carousel {
  border: 1px solid #ddd;
}

.template--product .product-image__main .product__enlarge {
  position: absolute;
}

.template--product .product-image__main .product__video-play {
  position: absolute;
}

.template--product .product-image__thumbnails {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  overflow: hidden;
}

.template--product .product-image__thumbnails .slider-nav svg {
  cursor: pointer;
}

.template--product .discontinued p {
  margin-bottom: 0px;
  margin-top: 5px;
  color: #c5382c;
  text-align: center;
}

.template--product .no-reviews {
  margin-left: 0px !important;
}

.template--product .product-detail__offer {
  color: #c5382c;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .template--product .product-detail__offer {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}

.template--product .product-detail {
  color: #222222;
}

.template--product .product-detail p:not(.product-detail__offer) {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .template--product .product-detail p:not(.product-detail__offer) {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

.template--product .product-image__thumbs {
  width: 200px;
}

@media all and (min-width: 768px) {
  .template--product .product-image__thumbs {
    width: 200px;
  }
}

@media all and (min-width: 992px) {
  .template--product .product-image__thumbs {
    width: 200px;
  }
}

@media all and (min-width: 1200px) {
  .template--product .product-image__thumbs {
    width: 300px;
  }
}

.template--product .product-image__thumbs img {
  border: 1px solid #ddd;
}

.template--product .product-image__thumbs img.product-image--active {
  border-color: #ff3030;
}

.template--product .product__option-card {
  margin-right: 0px;
  margin-left: 0px !important;
  margin-top: 40px !important;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 40px;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 8px 0px rgba(153,153,153,0.2);
  padding: 14px 20px 20px;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .template--product .product__option-card {
    margin-top: 0px !important;
    margin-bottom: 0;
  }
}

.template--product .product__option-card .container,
.template--product .product__option-card .col-24 {
  width: 100%;
  padding: 0px;
}

.template--product .product__option-card>.product__option-card {
  margin: 0 !important;
  padding: 0;
  font-size: 1em;
  border: none;
  box-shadow: none;
}

.template--product .product__option-card .product__option-card--from-price .product-selection-message {
  font-size: 16px;
}

.template--product .product-tabs {
  padding-bottom: 60px;
  margin-right: 0px;
  margin-left: 0px;
}

.template--product .product-tabs .tab-toggle-sm {
  padding: 10px 30px 10px 0;
}

.template--product .product-tabs .tab-toggle-sm[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .template--product .product-tabs .panel {
    border: none;
    box-shadow: none;
  }

  .template--product .product-tabs .panel-collapse {
    height: auto;
  }

  .template--product .product-tabs .panel-collapse.collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .template--product .product-tabs .tab-content .tab-pane {
    display: block;
    padding-top: 0px !important;
  }

  .template--product .product-tabs .tab-content .panel-collapse .content-area .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .template--product .product-tabs .nav-tabs {
    display: none;
  }

  .template--product .product-tabs .panel-title a {
    display: block;
  }
}

.template--product .product-tabs .product-card__imagearea {
  position: relative;
}

.template--product .product-tabs .product-card__imagearea .product__wishlist {
  top: 0;
}

.template--product .product-tabs.product-tabs--specialist .panel-body .btn {
  font-size: 14px;
}

.template--product .nav-tabs {
  padding: 0px 20px 0px 0px;
}

.template--product .nav-tabs .nav-link {
  margin-right: 40px !important;
}

.template--product .tab-content .stiched {
  padding: 30px 25px 40px 25px;
}

.template--product .tab-content .stiched .text-area-alt__title {
  font-size: 20px;
  font-weight: normal;
}

.template--product .tab-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.template--product .tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.template--product .content-block .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.template--product .cms-content-block {
  padding-top: 0px;
  padding-bottom: 0px;
}

.review-content {
  padding-top: 40px;
  background-color: #f5f8fa;
}

@media all and (min-width: 768px) {
  .review-content {
    padding-top: 0;
  }
}

.review-content h2 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .template--comparison .comparison,
  .template--comparison .comparison-table {
    display: none;
  }
}

.template--comparison .product-comparison {
  margin-bottom: 30px;
  z-index: 4;
  background-color: white;
}

.template--comparison i.fa.fa-lg.fa-plus {
  background-color: #fafafa;
  padding: 5px;
  color: orange;
}

.template--comparison .product-comparison__info {
  display: flex;
  align-items: center;
}

.template--comparison .product-comparison__info p {
  font-weight: bold;
}

@media (max-width: 768px) {
  .template--comparison .product-comparison__info p {
    font-size: 0.9rem;
  }
}

.template--comparison .add-product {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ededed;
}

.template--product .product-detail__features {
  list-style-type: none;
  padding-left: 0;
}

.template--product .product-detail__features li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.template--product .product-detail__features li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgNTEsIDUxKSIgZD0iTTEzLjAwMCwzLjk5OSBMMTMuMDAwLDAuOTk4IEMxMy4wMDAsMC40NDcgMTIuNTUyLC0wLjAwMSAxMi4wMDAsLTAuMDAxIEwxLjAwMCwtMC4wMDEgQzAuNDQ4LC0wLjAwMSAtMC4wMDAsMC40NDcgLTAuMDAwLDAuOTk4IEwtMC4wMDAsMy45OTkgQy0wLjAwMCw0LjU1MSAwLjQ0OCw0Ljk5OSAxLjAwMCw0Ljk5OSBMMTIuMDAwLDQuOTk5IEMxMi41NTIsNC45OTkgMTMuMDAwLDQuNTUxIDEzLjAwMCwzLjk5OSBaTTE0LjAwMCwxLjk5OSBMMTQuMDAwLDUuOTk5IEMxNC4wMDAsNi41NTEgMTMuNTUyLDYuOTk5IDEzLjAwMCw2Ljk5OSBMOC4wMDAsNi45OTkgQzYuODk1LDYuOTk5IDYuMDAwLDcuODk0IDYuMDAwLDguOTk5IEw2LjAwMCw5Ljk5OSBDNS40NDgsOS45OTkgNS4wMDAsMTAuNDQ2IDUuMDAwLDEwLjk5OSBMNS4wMDAsMTQuOTk5IEM1LjAwMCwxNS41NTEgNS40NDgsMTUuOTk5IDYuMDAwLDE1Ljk5OSBMOC4wMDAsMTUuOTk5IEM4LjU1MiwxNS45OTkgOS4wMDAsMTUuNTUxIDkuMDAwLDE0Ljk5OSBMOS4wMDAsMTAuOTk5IEM5LjAwMCwxMC40NDYgOC41NTIsOS45OTkgOC4wMDAsOS45OTkgTDguMDAwLDguOTk5IEwxMy4wMDAsOC45OTkgQzE0LjY1Nyw4Ljk5OSAxNi4wMDAsNy42NTYgMTYuMDAwLDUuOTk5IEwxNi4wMDAsMy45OTkgQzE2LjAwMCwyLjg5NCAxNS4xMDUsMS45OTkgMTQuMDAwLDEuOTk5IFoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  top: 4px;
}

.template--product .product-detail__options-set .btn {
  min-width: 0px;
  font-size: 12px;
}

.template--product .product-detail__options-set .colour-swatch {
  display: inline-block;
  width: 90px;
}

.template--product .product-detail__options-set .colour-swatch--disabled {
  opacity: 0.5;
}

.template--product .product-detail__options-set .current-link {
  cursor: default;
}

.template--product .product-detail__options-set .current-link:hover {
  color: #2A2A2A;
}

.template--product .product-detail__options-set .product-configurable__swatch {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
}

.template--product .product-detail__options-set .product-configurable__swatch.current {
  border: 1px solid #ff3030;
  box-shadow: inset 0 0 0 1px #fff;
}

.template--product .product-detail__options-set .product-configurable__swatch-label {
  font-size: 10px;
}

.template--product .product-alternatives-image {
  display: block;
  width: 100%;
  height: 82px;
  padding-bottom: 12%;
  background-size: cover;
  background-position: left center;
}

@media all and (min-width: 992px) {
  .template--product .product-alternatives-image {
    height: auto;
    background-position: center left;
  }
}

.product__option-card .product-price,
.advert-product .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__option-card .product-price .price,
.advert-product .product-price .price {
  color: #222222;
  font-size: 20px;
}

.product__option-card .product-price .vat-notice,
.advert-product .product-price .vat-notice {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.product__option-card .product-price .product-availablity,
.advert-product .product-price .product-availablity {
  font-size: 16px;
  margin: 0;
  line-height: initial;
}

.product__option-card .product-delivery-cutoff,
.advert-product .product-delivery-cutoff {
  display: inline-block;
  margin: 10px 0 0;
  line-height: 1.5;
}

.product__option-card .product-delivery-cutoff span,
.advert-product .product-delivery-cutoff span {
  color: #ff3030;
  font-weight: 600;
}

.product__option-card .product-form__item,
.advert-product .product-form__item {
  flex-wrap: wrap;
}

.product__option-card .product-form__item input,
.advert-product .product-form__item input {
  padding-top: 4px;
  padding-bottom: 4px;
  padding: 11px 10px;
  align-self: flex-end;
  text-align: center;
  border-color: #222222;
  height: 45px;
  width: 100%;
  margin-bottom: 10px;
}

@media all and (min-width: 1200px) {
  .product__option-card .product-form__item input,
  .advert-product .product-form__item input {
    width: 65px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.product__option-card .product-form__item button,
.advert-product .product-form__item button {
  width: 100%;
  font-size: 14px;
  min-width: 0px;
}

@media all and (min-width: 1200px) {
  .product__option-card .product-form__item button,
  .advert-product .product-form__item button {
    width: calc(100% - 75px);
  }
}

.product__option-card .product-request,
.advert-product .product-request {
  justify-content: space-between;
}

.product__option-card .product-request .btn,
.advert-product .product-request .btn {
  font-size: 14px;
  min-width: 0;
  width: 100%;
}

.product__option-card .product-links p,
.advert-product .product-links p {
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
  line-height: initial;
  font-size: 14px;
}

.product__option-card .product-links p a,
.advert-product .product-links p a {
  color: #ff3030;
}

.product__option-card .product-links p:before,
.advert-product .product-links p:before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #ff3030;
  font-family: Font awesome\5 pro;
  font-weight: 400;
}

.product__option-card .product-links p:last-child,
.advert-product .product-links p:last-child {
  margin-bottom: 0;
}

.product__option-card .product-links p.product-links--user:before,
.advert-product .product-links p.product-links--user:before {
  content: "\f007";
}

.product__option-card .product-links p.product-links--question:before,
.advert-product .product-links p.product-links--question:before {
  content: "\f059";
}

.card-header--title {
  color: #009640;
}

.card-header--title #basket-product-name {
  color: #222222;
}

.card-body__products {
  align-self: center;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

@media all and (min-width: 992px) {
  .card-body__products {
    width: 80%;
  }
}

.card-body__products .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media all and (min-width: 576px) {
  .card-body__products .row {
    margin: 0;
  }
}

.card-body__products .row .col-12 {
  min-width: 240px;
}

.card-body__products .product-card-description {
  display: none;
}

.card-body__products .cat-product {
  margin-bottom: 20px;
}

.upsell-carousel .owl-stage,
.upsell-carousel .owl-item {
  display: flex;
}

.upsell-carousel .owl-item {
  justify-content: center;
}

.upsell-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.upsell-carousel .owl-dot {
  background-color: #ddd;
  border-radius: 50%;
  padding: 7px;
  border: 0;
  margin: 0px 5px;
  cursor: pointer;
}

.upsell-carousel .owl-dot.active {
  background-color: #ff3030;
}

.upsell-carousel .disabled {
  display: none;
}

.upsell-carousel .cat-product {
  margin-bottom: 0px;
  width: 220px;
}

@media all and (min-width: 768px) {
  .upsell-carousel .cat-product {
    width: 250px;
  }
}

@media all and (min-width: 768px) {
  .upsell-carousel .cat-product {
    width: auto;
  }
}

.upsell-carousel__item {
  justify-content: center;
}

.js-product-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
  overflow: hidden;
  font-size: 60px;
  color: #555;
  height: 0%;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.js-product-loading.js-product-loading--show {
  height: 100%;
  opacity: 1;
}

.content-block-tabs .tab-content .tab-toggle-sm:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro" !important;
  position: absolute;
  right: 10px;
  top: 10px;
}

.case-studies {
  padding: 0 30px;
}

.case-studies__slide .case-studies-carousel-item:nth-child(1),
.case-studies__slide .case-studies-carousel-item:nth-child(2) {
  margin-bottom: 30px;
}

.case-studies__slide .case-studies-carousel-item__heading {
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px !important;
  line-height: 20px;
}

.case-studies__slide .case-studies-carousel-item__text p {
  font-size: 12px !important;
  line-height: 18px;
  font-weight: 300;
  margin: 0;
}

.case-studies__slide .case-studies-carousel-item__image {
  margin-top: 4px;
  background-size: cover;
  background-position: center;
  margin-bottom: 41px !important;
  display: flex;
  flex: 1;
}

@media (min-width: 992px) {
  .case-studies__slide .case-studies-carousel-item__image {
    min-height: 90px;
  }
}

@media (min-width: 1200px) {
  .case-studies__slide .case-studies-carousel-item__image {
    min-height: 120px;
  }
}

.case-studies__slide .case-studies-carousel-item__btn {
  padding: 10px 20px;
  min-width: 0;
}

.case-studies.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.case-studies.owl-carousel .owl-dots .owl-dot {
  background-color: #ddd;
  border-radius: 50%;
  padding: 7px !important;
  border: 0;
  margin: 0px 5px;
  cursor: pointer;
}

.case-studies.owl-carousel .owl-dots .owl-dot.active {
  background-color: #ff3030;
}

.case-studies.owl-carousel .owl-nav {
  display: none;
  position: absolute;
  max-width: 1440px;
  margin: 0 auto;
  top: 50%;
  left: -20px;
  right: -20px;
}

@media (min-width: 768px) {
  .case-studies.owl-carousel .owl-nav {
    display: block;
    top: 50%;
    left: -30px;
    right: -30px;
  }

  .case-studies.owl-carousel .owl-nav .owl-prev,
  .case-studies.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    width: 30px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
    border: none;
    bottom: 50%;
  }

  .case-studies.owl-carousel .owl-nav .owl-prev {
    left: 15px;
    background-image: url("/assets/images/arrow-left.svg");
    background-color: rgba(0,0,0,0);
  }

  .case-studies.owl-carousel .owl-nav .owl-prev span {
    display: none;
  }

  .case-studies.owl-carousel .owl-nav .owl-next {
    right: 15px;
    background-image: url("/assets/images/arrow-right.svg");
    background-color: rgba(0,0,0,0);
  }

  .case-studies.owl-carousel .owl-nav .owl-next span {
    display: none;
  }
}

.card-fresh {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #f5f8fa;
  transition: border-color 0.2s ease-in-out;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-fresh {
    height: 100%;
  }
}

.card-fresh:hover {
  border-color: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-fresh .wrap {
    height: 100%;
  }
}

.card-fresh .wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-fresh__image {
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-fresh__image {
    height: 100%;
  }
}

.card-fresh__image-container {
  position: relative;
  margin-bottom: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-fresh__image-container {
    height: 100%;
  }
}

.card-fresh__rating {
  margin-bottom: 0.5rem;
}

.card-fresh__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.card-fresh__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: initial;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-fresh__title {
    height: 100%;
  }
}

.card-fresh__desc {
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
  flex: 1 1 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-fresh__desc {
    height: 100%;
  }
}

.card-fresh__price {
  color: #666666;
  font-size: 12px;
  line-height: 1;
}

.card-fresh__price--sale {
  color: #009640;
}

.card-fresh__price--highlight {
  font-size: 20px;
  color: #222222;
}

.card-fresh__price .from {
  font-size: 0.8em;
  font-weight: 400;
  color: #666666;
}

.card-fresh__price .vat-notice {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.card-fresh_row {
  display: flex;
  flex-direction: row;
  background-color: white;
  align-items: center;
  padding: 15px;
  border: 1px solid #DDD;
}

.card-fresh_row .card-fresh__image-sm {
  width: 200px;
}

@media (max-width: 576px) {
  .card-fresh_row .card-fresh__image-sm {
    width: 140px;
  }
}

.card-fresh_row .card-fresh__price div>p {
  font-size: 12px;
}

.card-fresh_row .card-fresh__price p {
  font-size: 18px;
}

@media (max-width: 576px) {
  .card-fresh_row .card-fresh__desc {
    font-size: 12px;
  }

  .card-fresh_row .card-fresh__rating {
    transform: scale(0.8);
    transform-origin: left;
  }

  .card-fresh_row .card-fresh__price p {
    font-size: 16px;
  }

  .card-fresh_row .card-fresh__price p .vat-notice {
    font-size: 0.8em;
  }
}

#coverageForm {
  width: 100%;
}

.js-coverage-calculator {
  display: none;
}

.js-recalculate {
  margin-top: 15px;
  font-size: 14px;
  color: #ff3030;
}

.unitColor {
  color: #ff3030;
}

.coverage-info {
  display: block;
  right: auto;
  margin-right: 20px;
  position: relative;
  margin-top: 10px;
  background-color: #ddd;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
}

@media all and (min-width: 992px) {
  .coverage-info {
    display: block;
    right: 100%;
    margin-right: 20px;
    position: absolute;
    margin-top: -10px;
    background-color: #ddd;
    font-size: 14px;
    padding: 15px;
    width: 360px;
    margin-bottom: 0px;
  }
}

.coverage-info:after {
  content: '';
  border: 0px solid transparent;
  border-top-color: transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}

@media all and (min-width: 992px) {
  .coverage-info:after {
    content: '';
    border: 30px solid transparent;
    border-top-color: #ddd;
    position: absolute;
    top: 0px;
    right: -20px;
    display: block;
  }
}

.coverage-info .title {
  color: #ff3030;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.coverage-calculator {
  border: 1px solid #ff3030;
  border-radius: 4px;
  padding: 10px 15px 15px 15px !important;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
  display: none;
}

.coverage-calculator .error {
  color: #ff3030;
  font-size: 12px;
}

.coverage-calculator .info {
  font-size: 12px;
}

.coverage-calculator .calc-area,
.coverage-calculator .calc-dimensions {
  display: none;
}

.coverage-calculator .control-label {
  margin-bottom: 5px;
}

.coverage-calculator .custom-control {
  min-height: auto;
}

.coverage-calculator .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  cursor: pointer;
}

.coverage-calculator .custom-control-label {
  cursor: pointer;
}

.coverage-calculator .custom-control-label::before {
  top: 0px;
  cursor: pointer;
}

.coverage-calculator input {
  background-color: #dddddd;
  border-radius: 2px;
}

.coverage-calculator .radio-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.coverage-calculator .radio-btn input {
  margin-right: 10px;
  margin-left: 10px;
}

.coverage-calculator .radio-btn {
  margin-bottom: 0px;
}

.coverage-calculator .radio-btn .form-check-label {
  margin-left: 0px;
  padding-left: 0px;
}

.coverage-calculator #calculator-inputs {
  display: none;
}

.coverage-calculator #calcDimensions,
.coverage-calculator #calcArea {
  display: none !important;
}

.coverage-calculator .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff3030;
  border: 1px double #ff3030 !important;
}

.coverage-calculator .custom-radio .custom-control-input:focus,
.coverage-calculator .custom-radio .custom-control-input:active,
.coverage-calculator .custom-radio .custom-control-input:visited {
  outline: none;
}

.coverage-calculator .active {
  border: 1px double #ff3030 !important;
  background-color: transparent !important;
  color: #ff3030 !important;
}

.coverage-calculator .active:hover {
  border: 1px double #ff3030 !important;
  color: #ff3030 !important;
}

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

.coverage-calculator input[type="number"] {
  -moz-appearance: textfield;
}

.coverage-calculator .btn-stroke {
  width: 100%;
}

.coverage-calculator .js-unit-switch {
  min-width: 50px;
}

.coverage-calculator .js-unit-switch.active {
  pointer-events: none;
}

.coverage-calculator .btn-primary[disabled=disabled]:hover,
.coverage-calculator .btn-primary:disabled:hover {
  background-color: #fff;
  color: #ddd;
}

.coverage-calculator .result-combination {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
}

.product-rating {
  display: flex;
  align-items: center;
}

.product-rating .product-rating__stars {
  position: relative;
}

.product-rating .product-rating__stars .product-rating__stars--unrated,
.product-rating .product-rating__stars .product-rating__stars--rated {
  display: flex;
}

.product-rating .product-rating__stars .product-rating__stars--unrated i {
  color: #ff3030;
}

.product-rating .product-rating__stars .product-rating__stars--rated {
  position: absolute;
  overflow: hidden;
}

.product-rating .product-rating__stars .product-rating__stars--rated i {
  color: #ff3030;
}

.product-rating .product-rating__total {
  margin: 0 5px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.trade-price-display {
  padding: 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 20px;
  background: #FFFFFF;
}

.trade-price-display .trade-price__notice {
  background-color: #ff3030 !important;
  color: #FFFFFF;
  font-size: 14px;
  padding: 7px 10px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.trade-price-display .trade-price__notice i {
  margin-right: 10px;
}

.trade-price-display .saving {
  color: #e7464b;
  font-weight: bold;
}

.trade-price-display table {
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-collapse: collapse;
}

.trade-price-display table th {
  font-size: 12px;
}

.trade-price-display table th,
.trade-price-display table td {
  text-align: center;
  padding: 5px;
  min-width: 60px;
}

.trade-price-display table table,
.trade-price-display table th,
.trade-price-display table td {
  border: 1px solid #ddd;
}

.trade-price-display table .applied-notice {
  background-color: #ddd;
  text-align: left;
  font-weight: normal;
  color: #222222;
  padding-left: 10px;
}

.trade-price-display.delivery-options .trade-price__notice {
  background-color: #55555a !important;
}

.frequently-bought-content-block .freq-heading {
  font-weight: 500;
  font-size: 24px;
}

@media (min-width: 768px) {
  .frequently-bought-content-block .freq-heading {
    font-weight: 700;
    font-size: 1.8rem;
  }
}

.freq-content {
  margin-bottom: 15px;
}

.freq-icon {
  font-size: 16px;
  color: #636363;
  flex: 1;
}

@media all and (min-width: 768px) {
  .freq-icon {
    font-size: 22px;
    flex: auto;
  }
}

.freq-total__title {
  font-size: 18px;
  color: #838383;
}

.freq-total__amount {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.freq-list-item {
  margin-bottom: 5px;
}

.freq-list-item__text {
  font-size: 18px;
}

.freq-list-item__text--red {
  color: #ff3030;
}

.freq-list-item__price {
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.freq-list-item__vat-notice {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  white-space: nowrap;
}

.freq-image {
  flex: 2;
}

@media all and (min-width: 768px) {
  .freq-image {
    width: 120px;
    flex: auto;
  }
}

body {
  background-color: #FFFFFF;
  color: #222222;
}

.bodyLoad {
  opacity: 1;
  transition: opacity 200ms ease-in;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

p,
li {
  font-weight: 400;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #ff3030;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul,
ol {
  font-weight: 300;
  padding-left: 20px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  border: 1px solid #DDD;
  color: #300000 !important;
  font-size: 14px !important;
  border-radius: 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

input[type="text"]:focus:not(#readonlyinput),
input[type="password"]:focus:not(#readonlyinput),
input[type="datetime"]:focus:not(#readonlyinput),
input[type="datetime-local"]:focus:not(#readonlyinput),
input[type="date"]:focus:not(#readonlyinput),
input[type="month"]:focus:not(#readonlyinput),
input[type="time"]:focus:not(#readonlyinput),
input[type="week"]:focus:not(#readonlyinput),
input[type="number"]:focus:not(#readonlyinput),
input[type="email"]:focus:not(#readonlyinput),
input[type="url"]:focus:not(#readonlyinput),
input[type="search"]:focus:not(#readonlyinput),
input[type="tel"]:focus:not(#readonlyinput),
input[type="color"]:focus:not(#readonlyinput),
textarea:focus:not(#readonlyinput),
select:focus:not(#readonlyinput) {
  border: 1px solid #222222;
}

input[type="file"] {
  border: none !important;
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
  color: #999;
  cursor: not-allowed;
}

label {
  font-weight: 300;
  font-size: 14px;
}

label a {
  text-decoration: underline;
}

code {
  background: transparent;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  input:not([type="checkbox"]),
  select {
    min-height: 41px;
  }

  *::-ms-backdrop,
  input:not([type="checkbox"]),
  select {
    min-height: 41px;
  }
}

@media all and (min-width: 992px) {
  .container.container--md {
    max-width: 720px;
  }
}

@media all and (min-width: 1200px) {
  .container.container--md {
    max-width: 720px;
  }
}

@media all and (min-width: 1600px) {
  .container.container--md {
    max-width: 720px;
  }
}

@media all and (min-width: 1200px) {
  .container.container--lg {
    max-width: 960px;
  }
}

@media all and (min-width: 1600px) {
  .container.container--lg {
    max-width: 960px;
  }
}

@media all and (min-width: 1600px) {
  .container.container--xl {
    max-width: 1170px;
  }
}

.container .min-width-0 {
  min-width: 0;
}

.row-adj {
  margin-right: -15px;
  margin-left: -15px;
}

@media all and (min-width: 768px) {
  .row-adj {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media all and (min-width: 992px) {
  .sticky-content {
    position: sticky;
    top: 20px;
    z-index: 10;
  }
}

.hide {
  display: none !important;
}

.stiched {
  border: 6px dashed #747375;
}

.brand-color {
  color: #ff3030 !important;
}

.brand-color-bold-lg {
  font-size: 1.8em !important;
  color: #ff3030;
  font-weight: bold;
}

.brand-color-bold-xl {
  font-size: 2.2em !important;
  color: #ff3030;
  font-weight: bold;
}

.red-bk {
  background-color: #f45749 !important;
}

.black-bk {
  background-color: #222222 !important;
}

.grey-bk {
  background-color: #f5f8fa !important;
}

.font-white {
  color: #FFFFFF;
}

.font-p-lg {
  font-size: 1.22em;
}

.img-full-width img {
  width: 100%;
}

.text-brand {
  color: #ff3030 !important;
}

.text-brand-green {
  color: #009640 !important;
}

.text-brand-green:active {
  color: #009640 !important;
}

.text-brand-red {
  color: #e30303 !important;
}

.text-grey {
  color: #666666 !important;
}

.text-grey-light {
  color: #8c8c8c !important;
}

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

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

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

.cursor-text {
  cursor: text;
}

.list-unstyled {
  margin-bottom: 0;
}

.help-text {
  font-size: 12px;
  color: #666666;
  margin-top: -5px;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

div[id^="b1449"] {
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  div[id^="b1449"] {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.btn-white {
  background-color: white;
  border-color: white;
  color: white;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white[disabled],
.btn-white.disabled,
.btn-white:visited {
  background-color: #f2f2f2;
  border-color: white;
  color: white;
}

.btn-white.drop-toggle.btn-white {
  background-color: white;
  border-color: #f2f2f2;
  color: white;
}

.btn-white.btn-alt {
  background-color: #f2f2f2;
  border: 1px solid white;
}

.btn-white.btn-alt:hover {
  background-color: #e6e6e6;
}

.btn-white.btn-stroke {
  border: 1px double white;
  background-color: transparent;
  color: white;
}

.btn-white.btn-stroke:hover {
  background-color: #f2f2f2;
  border-color: white;
  color: white;
}

.btn-white.btn-solid {
  border: 1px solid white;
}

.btn-white.btn-dashed {
  border: 1px dashed white;
}

.btn-white.btn-dotted {
  border: 1px dotted white;
}

.btn-white.btn-double {
  border: 4px double white;
}

.btn-white.btn-inset {
  border: 4px inset white;
}

.btn-white.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-white.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #e6e6e6;
  opacity: 0;
}

.btn-white.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-white.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-white.btn-rotate {
  overflow: hidden;
}

.btn-white.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #e6e6e6;
  opacity: 0;
}

.btn-white.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-white.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-white.btn-open {
  overflow: hidden;
}

.btn-white.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #e6e6e6;
  opacity: 0;
}

.btn-white.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-white.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn-green {
  background-color: #009640;
  border-color: #009640;
  color: white;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green[disabled],
.btn-green.disabled,
.btn-green:visited {
  background-color: #007d35;
  border-color: #009640;
  color: white;
}

.btn-green.drop-toggle.btn-green {
  background-color: #009640;
  border-color: #007d35;
  color: white;
}

.btn-green.btn-alt {
  background-color: #007d35;
  border: 1px solid #009640;
}

.btn-green.btn-alt:hover {
  background-color: #00632a;
}

.btn-green.btn-stroke {
  border: 1px double #009640;
  background-color: transparent;
  color: #009640;
}

.btn-green.btn-stroke:hover {
  background-color: #007d35;
  border-color: #009640;
  color: white;
}

.btn-green.btn-solid {
  border: 1px solid #009640;
}

.btn-green.btn-dashed {
  border: 1px dashed #009640;
}

.btn-green.btn-dotted {
  border: 1px dotted #009640;
}

.btn-green.btn-double {
  border: 4px double #009640;
}

.btn-green.btn-inset {
  border: 4px inset #009640;
}

.btn-green.btn-circle {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  border-radius: 50% 50% 50% 50%;
}

.btn-green.btn-expand:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background-color: #00632a;
  opacity: 0;
}

.btn-green.btn-expand:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-green.btn-expand:active:after {
  width: 101%;
  opacity: 1;
}

.btn-green.btn-rotate {
  overflow: hidden;
}

.btn-green.btn-rotate:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #00632a;
  opacity: 0;
}

.btn-green.btn-rotate:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-green.btn-rotate:active:after {
  height: 400%;
  opacity: 1;
}

.btn-green.btn-open {
  overflow: hidden;
}

.btn-green.btn-open:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #00632a;
  opacity: 0;
}

.btn-green.btn-open:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-green.btn-open:active:after {
  height: 130%;
  opacity: 1;
}

.btn {
  border-radius: 3px;
  line-height: 1em;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 14px;
}

.btn.disabled {
  pointer-events: none;
}

.btn.btn-white {
  color: #ff3030 !important;
}

.btn:focus,
.btn:hover,
.btn:active {
  outline: 0 none;
  box-shadow: none !important;
}

button:focus,
button:hover,
button:active {
  outline: 0 none;
  box-shadow: none !important;
}

.link-toggle__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #ff3030;
  padding: 0px 15px;
}

.link-toggle {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 150px;
  color: white;
  font-size: 11px;
  color: #ddd;
  text-transform: uppercase;
}

.link-toggle:hover,
.link-toggle:active,
.link-toggle:focus,
.link-toggle:visited {
  color: white;
}

.link-toggle .cursor-text {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  line-height: 1;
}

.link-toggle.link__switch--on .exc-text {
  color: #ddd;
}

.link-toggle.link__switch--on .inc-text {
  color: #FFFFFF;
}

.link-toggle .exc-text {
  color: #FFFFFF;
}

.link-toggle .inc-text {
  color: #ddd;
}

.link-toggle .link-toggle__switch {
  display: inline-block;
  width: 40px;
  position: relative;
  border-radius: 20px;
  height: 20px;
  background-color: #ddd;
  margin: 0 10px;
}

.link-toggle .link-toggle__switch:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  top: 0px;
  left: 0;
}

.link-toggle .link-toggle__switch--on {
  background-color: #009640;
}

.link-toggle .link-toggle__switch--on:after {
  left: auto;
  right: 0;
}

.link-toggle.de-toggle {
  width: auto;
}

.link-toggle.de-toggle .link-toggle__switch {
  background-color: #ab0909;
  margin: 0 10px;
}

.link-toggle.de-toggle .link-toggle__switch:after {
  border: solid 1px #ab0909;
}

.link-toggle.de-toggle .link-toggle__switch.link-toggle__switch--on {
  background-color: #009640;
}

.link-toggle.de-toggle .link-toggle__switch.link-toggle__switch--on:after {
  border: none;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  flex-grow: 0;
}

.btn-group__two-column a {
  min-width: 130px;
}

@media (min-width: 576px) {
  .btn-group__two-column a {
    min-width: 170px !important;
  }
}

@media (min-width: 1600px) {
  .maxWidth1170px {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .maxWidth1570px {
    max-width: 1570px;
    margin: 0 auto;
  }
}


.algolia-quick-buy {
  width: 100%;
}

.quick-buy-add {
  margin-bottom: 15px;
}

.quick-buy-add .algolia-quick-buy,
.quick-buy-add .algolia-quick-buy__qty,
.quick-buy-add .js-quick-buy-btn {
  width: 100%;
  height: 50px;
  border-radius: 0 !important;
}

.quick-buy-add .algolia-quick-buy__qty {
  padding: 10px;
}

.algolia-autocomplete input[type="text"],
.algolia-quick-buy {
  padding: 10px;
}

.algolia-quick-buy .aa-hint {
  width: 100%;
}

.algolia-quick-buy .aa-hint {
  color: #999;
}

.algolia-quick-buy .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
  text-align: left;
  z-index: 6 !important;
}

.algolia-quick-buy .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}

.algolia-quick-buy .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}

.algolia-quick-buy .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

#header-search-form .algolia-autocomplete .aa-dropdown-menu {
  padding: 10px 10px 20px 10px;
}

@media all and (min-width: 992px) {
  #header-search-form .algolia-autocomplete .aa-dropdown-menu {
    width: 302% !important;
    left: -60% !important;
    border: 1px solid #ddd !important;
    z-index: 20 !important;
    top: calc(100% + 14px) !important;
    box-shadow: 0px 0px 8px 0px rgba(153,153,153,0.2);
  }

  #header-search-form .algolia-autocomplete .aa-dropdown-menu>div {
    width: 33.3333%;
    float: left;
  }
}

@media all and (min-width: 1200px) {
  #header-search-form .algolia-autocomplete .aa-dropdown-menu {
    width: 382% !important;
    left: -73% !important;
  }
}

#header-search-form .algolia-autocomplete .aa-dropdown-menu .aa-suggestions-category.articles+.aa-suggestions {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header-search-form .algolia-autocomplete .aa-dropdown-menu .aa-suggestions-category.articles+.aa-suggestions .aa-suggestion {
  width: 49%;
  margin-bottom: 0.5rem;
}

#header-search-form .algolia-autocomplete .aa-dropdown-menu .view-all-btn {
  padding: 8px 12px;
  min-width: 0 !important;
  font-size: 12px;
}

#header-search-form .algolia-autocomplete .aa-suggestions-category {
  font-size: 16px;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

@media all and (min-width: 768px) {
  #header-search-form .algolia-autocomplete .aa-suggestions-category {
    margin: 0 1rem 1rem;
  }
}

#header-search-form .algolia-autocomplete .aa-no-results {
  padding: 0 1rem;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  #header-search-form .algolia-autocomplete .aa-suggestions {
    padding: 0 1rem;
  }
}

#header-search-form .algolia-autocomplete .result-meta {
  color: #aaa;
  font-size: 12px;
}

#header-search-form .algolia-autocomplete .label {
  margin: 2px 5px 2px 0;
}

#header-search-form .algolia-autocomplete .autocomplete-result {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  color: #222222;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail__image {
  width: 80px;
  display: flex;
  margin-right: 10px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-title {
  font-size: 14px;
  margin-bottom: 5px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-category {
  font-size: 12px;
  margin-bottom: 5px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-sku {
  font-size: 12px;
  font-weight: 500;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-price .vat,
#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-price .from {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-price .sale-price {
  color: #c5382c;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail .result-price .strike-price {
  text-decoration: line-through;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #222222;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail__baseline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #222222;
  margin-bottom: 7.5px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .result-detail__link {
  color: #ff3030;
  font-size: 12px;
  display: inline-block;
}

#header-search-form .algolia-autocomplete .autocomplete-result .category-result {
  padding: 0.25rem 0;
}

#header-search-form .algolia-autocomplete .autocomplete-result .category-result__category {
  font-size: 14px;
}

#header-search-form .algolia-autocomplete .autocomplete-result .article-result__image {
  margin-bottom: 0.5rem;
  height: 82px;
  object-fit: cover;
}

@media all and (min-width: 1600px) {
  #header-search-form .algolia-autocomplete .autocomplete-result .article-result__image {
    height: 150px;
  }
}

#header-search-form .algolia-autocomplete .autocomplete-result .article-result__title {
  font-size: 14px;
}


.stockists {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.stockists .stockists-form-area,
.stockists .stockists-results {
  background-color: #fff;
}

.stockists .stockists-form-area h1,
.stockists .stockists-results h1 {
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .stockists .stockists-form-area h1,
  .stockists .stockists-results h1 {
    text-align: left;
  }
}

.stockists .stockists-form-area h4,
.stockists .stockists-results h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .stockists .stockists-form-area h4,
  .stockists .stockists-results h4 {
    text-align: left;
  }
}

.stockists .js-geo-locate {
  font-size: 25px;
}

.stockists .js-geo-locate i {
  margin-right: 3px;
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .stockists .js-geo-locate i {
    margin-left: 0px;
  }
}

@media all and (min-width: 992px) {
  .stockists .js-geo-locate {
    font-size: 14px;
  }
}

.stockists .stockists-search {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}

@media all and (min-width: 992px) {
  .stockists .stockists-search {
    margin-bottom: 20px;
  }
}

.stockists input {
  margin-bottom: 0px;
  min-width: 165px;
  margin-right: 10px;
  width: 100%;
  border-radius: 4px;
}

.stockists .btn-default {
  width: auto;
  min-width: auto;
  margin-top: 0px;
  border-radius: 4px;
}

#loading-spinner {
  animation-play-state: running;
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 1;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

#loading-spinner.-paused {
  animation-play-state: paused;
  opacity: 0.2;
  transition: opacity linear 0.1s;
}

#loading-spinner.-stop {
  animation-play-state: paused;
  opacity: 0;
  background-color: white;
  transition: opacity linear 0.2s, background-color linear 0.2s;
}

#loading-spinner.-restart {
  animation-play-state: running;
  opacity: 1;
  background-color: rgba(255,255,255,0.3);
  transition: opacity linear 0.5s, background-color linear 0.5s;
}

#loading-spinner::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 5px #dedede;
  border-bottom-color: #ff3030;
  border-radius: 50%;
  content: " ";
  height: 50px;
  left: 50%;
  opacity: inherit;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 50px;
  will-change: transform;
}

#stockistsSearchSubmit {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 5px;
}

@media all and (min-width: 992px) {
  #stockistsSearchSubmit {
    margin-right: 10px;
  }
}

.stockists #map,
.stockist-map #map {
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 0;
  border: 1px solid #ddd;
}

.stockists .map-full-width,
.stockist-map .map-full-width {
  position: relative;
}

@media all and (min-width: 768px) {
  .stockists .map-full-width,
  .stockist-map .map-full-width {
    position: absolute;
  }
}

.stockists .map-card,
.stockist-map .map-card {
  max-width: 260px;
  padding: 5px 0px 5px 5px;
}

.stockists .map-marker__title,
.stockist-map .map-marker__title {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
}

.stockists .map-marker__address,
.stockist-map .map-marker__address {
  font-size: 14px;
  margin-bottom: 8px;
}

.stockists .map-marker__postcode,
.stockist-map .map-marker__postcode {
  font-size: 16px;
  font-weight: 700;
}

.stockists .map-marker__distance,
.stockist-map .map-marker__distance {
  position: absolute;
  right: 0px;
  bottom: 9px;
}

.stockist-map-area {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 58.5vh;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stockist-map-area {
    display: block;
    height: 450px;
  }
}

.stockist-map {
  position: absolute;
}

.stockists .stockist-no-results {
  font-size: 14px;
  font-weight: bold;
  color: #ff3030;
  margin-top: 15px;
}

.stockists .stockists-results {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 58.5vh;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stockists .stockists-results {
    height: 450px;
  }
}

.stockists .stockists-results #stockist-reset {
  position: absolute;
  font-size: 10px;
  right: 15px;
  top: 29px;
  cursor: pointer;
  font-weight: 500;
}

.stockists .stockists-result__item {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  flex-direction: column;
}

@media all and (min-width: 992px) {
  .stockists .stockists-result__item {
    flex-direction: row;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .stockists .stockists-result__item {
    flex-direction: column;
  }

  .stockists .stockists-result__item .js-select-collection-point {
    margin-top: 30px;
    width: 150px;
  }
}

.stockists .stockists-result__item .item__title {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

.stockists .stockists-result__item .item__address {
  font-size: 14px;
  margin-bottom: 6px;
}

.stockists .result__info {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 100%;
}

.stockists .result__links .result-link {
  color: #ff3030;
  font-size: 12px;
  margin-right: 15px;
}

.stockists .result__distance {
  font-size: 16px;
  font-weight: 500;
}

.stockists .stockists-no-results {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ff3030;
}

.stockists-result__address {
  display: flex;
}

.stockists-result__address .fa-map-marker,
.stockists-result__address .fa-clock {
  flex-basis: 25px;
}

.stockists-result__address .fa-map-marker+div,
.stockists-result__address .fa-clock+div {
  flex-basis: calc(100% - 25px);
}

.stockists-result__address .fa-map-marker {
  font-size: 20px;
  position: relative;
}

.stockists-result__address .fa-map-marker:after {
  content: attr(data-idx);
  color: #fff;
  font-family: Roboto, sans-serif;
  position: absolute;
  left: 5px;
  right: 0;
  font-size: 10px;
  top: 3px;
}

.stockists-result__address .fa-clock {
  font-size: 18px;
  line-height: 22px;
}

.stockists-result__select {
  display: flex;
  flex-direction: column;
}

.stockists-detail {
  padding-bottom: 60px;
}

.stockists-detail h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.stockists-detail h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.stockists-detail .stockists-result__item {
  border-top: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.stockists-detail .stockists-result__item .item__address {
  margin-bottom: 20px;
}

.stockists-detail .stockist-hours {
  border-bottom: 1px solid #eee;
  padding: 0px 0px 20px 0px;
}

.stockists-detail .stockist-hours .opening-day {
  width: 120px;
}

@media all and (min-width: 768px) {
  .stockists-detail .stockist-hours .opening-day {
    width: 160px;
  }
}

.stockists-detail .stockist-hours .stockist-special-hours {
  margin-top: 20px;
}

.stockists-detail .stockist-hours .stockist-special-hours :last-child {
  margin-bottom: 0;
}

.stockists-detail .stockist-info {
  border-bottom: 1px solid #eee;
  padding: 20px 0px 10px 0px;
  margin-bottom: 0px;
}

.stockists-detail .stockists-result__actions {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
}

.stockists-detail .stockists-result__actions .item__tel {
  font-size: 28px;
  color: #ff3030;
  font-weight: 700;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

.stockists-detail .stockists-result__actions .item__tel i {
  margin-right: 15px;
}

.stockists-detail .stockists-result__actions .stockist-link {
  color: #ff3030;
  margin-right: 20px;
}

.stockists-detail .stockists-result__actions .stockist-link i {
  margin-right: 5px;
}

.stockists-detail .stockists-detail__back {
  padding: 20px 0;
}

.stockists-detail .stockists-detail__back.stockists-result__actions {
  border-top: none;
}

.stockists-detail #map {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #eee;
  height: 360px;
}

#map {
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #eee;
  height: 360px;
}

#map-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#map-controls .btn {
  width: 48%;
}


