/**
 * This file is the base for all scss
 */
@font-face {
  font-family: 'CentraleSans';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/centralesans/CentraleSans-normal-100.woff2) format("woff2"); }

@font-face {
  font-family: 'CentraleSans';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/centralesans/CentraleSans-normal-300.woff2) format("woff2"); }

@font-face {
  font-family: 'CentraleSans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/centralesans/CentraleSans-normal-500.woff2) format("woff2"); }

@font-face {
  font-family: 'CentraleSans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/centralesans/CentraleSans-normal-700.woff2) format("woff2"); }

@font-face {
  font-family: 'CentraleSans';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/centralesans/CentraleSans-normal-900.woff2) format("woff2"); }

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

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

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

body {
  margin: 0;
  font-family: CentraleSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: #0165a3;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #013657;
    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: #868686;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled, .usp-list > ul, .start-blank-wizard .wizard-categories-container .wizard-usps ul,
.start-blank-wizard .wizard-series-container .wizard-usps ul {
  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.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868686; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(0, 0, 0, 0.075); }

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

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

.table .thead-light th {
  color: #181818;
  background-color: #ececec;
  border-color: #cecfcf; }

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

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

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

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

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

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

.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: 1140px; } }

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

.row {
  display: -webkit-box;
  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,
.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,
.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,
.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,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control, .account select#country, .checkout-payment-method .field-select-billing select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #181818;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d6cfd5;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .account select#country, .checkout-payment-method .field-select-billing select {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand, .account select#country::-ms-expand, .checkout-payment-method .field-select-billing select::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .account select#country:focus, .checkout-payment-method .field-select-billing select:focus {
    color: #181818;
    background-color: #fff;
    border-color: #26abfe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 101, 163, 0.25); }
  .form-control::-webkit-input-placeholder, .account select#country::-webkit-input-placeholder, .checkout-payment-method .field-select-billing select::-webkit-input-placeholder {
    color: #868686;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .account select#country:-ms-input-placeholder, .checkout-payment-method .field-select-billing select:-ms-input-placeholder {
    color: #868686;
    opacity: 1; }
  .form-control::-ms-input-placeholder, .account select#country::-ms-input-placeholder, .checkout-payment-method .field-select-billing select::-ms-input-placeholder {
    color: #868686;
    opacity: 1; }
  .form-control::placeholder, .account select#country::placeholder, .checkout-payment-method .field-select-billing select::placeholder {
    color: #868686;
    opacity: 1; }
  .form-control:disabled, .account select#country:disabled, .checkout-payment-method .field-select-billing select:disabled, .form-control[readonly], .account select#country[readonly], .checkout-payment-method .field-select-billing select[readonly] {
    background-color: #ececec;
    opacity: 1; }

select.form-control:focus::-ms-value, .account select#country:focus::-ms-value, .checkout-payment-method .field-select-billing select:focus::-ms-value {
  color: #181818;
  background-color: #fff; }

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

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8125rem;
  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.8125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

select.form-control[size], .account select#country[size], .checkout-payment-method .field-select-billing select[size], select.form-control[multiple], .account select#country[multiple], .checkout-payment-method .field-select-billing select[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  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: #868686; }

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

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

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

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

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

.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.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(208, 2, 27, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .account select#country:invalid, .account .was-validated select#country:invalid, .was-validated .checkout-payment-method .field-select-billing select:invalid, .checkout-payment-method .field-select-billing .was-validated select:invalid, .form-control.is-invalid, .account select.is-invalid#country, .checkout-payment-method .field-select-billing select.is-invalid {
  border-color: #d0021b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d0021b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d0021b' 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, .was-validated .account select#country:invalid:focus, .account .was-validated select#country:invalid:focus, .was-validated .checkout-payment-method .field-select-billing select:invalid:focus, .checkout-payment-method .field-select-billing .was-validated select:invalid:focus, .form-control.is-invalid:focus, .account select.is-invalid#country:focus, .checkout-payment-method .field-select-billing select.is-invalid:focus {
    border-color: #d0021b;
    box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .account select#country:invalid ~ .invalid-feedback, .account .was-validated select#country:invalid ~ .invalid-feedback, .was-validated .checkout-payment-method .field-select-billing select:invalid ~ .invalid-feedback, .checkout-payment-method .field-select-billing .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .account select#country:invalid ~ .invalid-tooltip,
  .account .was-validated select#country:invalid ~ .invalid-tooltip,
  .was-validated .checkout-payment-method .field-select-billing select:invalid ~ .invalid-tooltip,
  .checkout-payment-method .field-select-billing .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .account select.is-invalid#country ~ .invalid-feedback, .checkout-payment-method .field-select-billing select.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .account select.is-invalid#country ~ .invalid-tooltip,
  .checkout-payment-method .field-select-billing select.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: #d0021b;
  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='%23d0021b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d0021b' 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: #d0021b;
    box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 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: #d0021b; }

.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: #d0021b; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #d0021b; }

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

.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(208, 2, 27, 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: #d0021b; }

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

.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: #d0021b;
  box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25); }

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .account select#country, .account .form-inline select#country, .form-inline .checkout-payment-method .field-select-billing select, .checkout-payment-method .field-select-billing .form-inline select {
      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: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: 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 {
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .actions-toolbar .action-update,
.actions-toolbar .action-cancel, .account .order-details-items .action.back, .checkout-shipping-address .action-select-shipping-item,
.checkout-shipping-address .action-show-popup, .checkout-shipping-address .edit-address-link, .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .payment-method .action-edit-address {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  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, .actions-toolbar .action-update,
    .actions-toolbar .action-cancel, .account .order-details-items .action.back, .checkout-shipping-address .action-select-shipping-item,
    .checkout-shipping-address .action-show-popup, .checkout-shipping-address .edit-address-link, .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .payment-method .action-edit-address {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .actions-toolbar .action-update:hover,
  .actions-toolbar .action-cancel:hover, .account .order-details-items .action.back:hover, .checkout-shipping-address .action-select-shipping-item:hover,
  .checkout-shipping-address .action-show-popup:hover, .checkout-shipping-address .edit-address-link:hover, .checkout-payment-method .payment-group .action.primary.checkout:hover, .checkout-payment-method .payment-group .payment-method .action-edit-address:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .actions-toolbar .action-update:focus,
  .actions-toolbar .action-cancel:focus, .account .order-details-items .action.back:focus, .checkout-shipping-address .action-select-shipping-item:focus,
  .checkout-shipping-address .action-show-popup:focus, .checkout-shipping-address .edit-address-link:focus, .checkout-payment-method .payment-group .action.primary.checkout:focus, .checkout-payment-method .payment-group .payment-method .action-edit-address:focus, .btn.focus, .actions-toolbar .focus.action-update,
  .actions-toolbar .focus.action-cancel, .account .order-details-items .focus.action.back, .checkout-shipping-address .focus.action-select-shipping-item,
  .checkout-shipping-address .focus.action-show-popup, .checkout-shipping-address .focus.edit-address-link, .checkout-payment-method .payment-group .focus.action.primary.checkout, .checkout-payment-method .payment-group .payment-method .focus.action-edit-address {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 101, 163, 0.25); }
  .btn.disabled, .actions-toolbar .disabled.action-update,
  .actions-toolbar .disabled.action-cancel, .account .order-details-items .disabled.action.back, .checkout-shipping-address .disabled.action-select-shipping-item,
  .checkout-shipping-address .disabled.action-show-popup, .checkout-shipping-address .disabled.edit-address-link, .checkout-payment-method .payment-group .disabled.action.primary.checkout, .checkout-payment-method .payment-group .payment-method .disabled.action-edit-address, .btn:disabled, .actions-toolbar .action-update:disabled,
  .actions-toolbar .action-cancel:disabled, .account .order-details-items .action.back:disabled, .checkout-shipping-address .action-select-shipping-item:disabled,
  .checkout-shipping-address .action-show-popup:disabled, .checkout-shipping-address .edit-address-link:disabled, .checkout-payment-method .payment-group .action.primary.checkout:disabled, .checkout-payment-method .payment-group .payment-method .action-edit-address:disabled {
    opacity: 0.65; }

a.btn.disabled, .actions-toolbar a.disabled.action-update,
.actions-toolbar a.disabled.action-cancel, .account .order-details-items a.disabled.action.back, .checkout-shipping-address a.disabled.action-select-shipping-item,
.checkout-shipping-address a.disabled.action-show-popup, .checkout-shipping-address a.disabled.edit-address-link, .checkout-payment-method .payment-group a.disabled.action.primary.checkout, .checkout-payment-method .payment-group .payment-method a.disabled.action-edit-address,
fieldset:disabled a.btn,
fieldset:disabled .actions-toolbar a.action-update,
.actions-toolbar fieldset:disabled a.action-update,
fieldset:disabled .actions-toolbar a.action-cancel,
.actions-toolbar fieldset:disabled a.action-cancel,
fieldset:disabled .account .order-details-items a.action.back,
.account .order-details-items fieldset:disabled a.action.back,
fieldset:disabled .checkout-shipping-address a.action-select-shipping-item,
.checkout-shipping-address fieldset:disabled a.action-select-shipping-item,
fieldset:disabled .checkout-shipping-address a.action-show-popup,
.checkout-shipping-address fieldset:disabled a.action-show-popup,
fieldset:disabled .checkout-shipping-address a.edit-address-link,
.checkout-shipping-address fieldset:disabled a.edit-address-link,
fieldset:disabled .checkout-payment-method .payment-group a.action.primary.checkout,
.checkout-payment-method .payment-group fieldset:disabled a.action.primary.checkout,
fieldset:disabled .checkout-payment-method .payment-group .payment-method a.action-edit-address,
.checkout-payment-method .payment-group .payment-method fieldset:disabled a.action-edit-address {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0165a3;
  border-color: #0165a3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #014d7d;
    border-color: #014670; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 124, 177, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0165a3;
    border-color: #0165a3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #014670;
    border-color: #013e64; }
    .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(39, 124, 177, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868686;
  border-color: #868686; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #737373;
    border-color: #6d6d6d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #868686;
    border-color: #868686; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #666666; }
    .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(152, 152, 152, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b; }
  .btn-danger:hover {
    color: #fff;
    background-color: #aa0216;
    border-color: #9d0214; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 40, 61, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d0021b;
    border-color: #d0021b; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9d0214;
    border-color: #910113; }
    .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(215, 40, 61, 0.5); }

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    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: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #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: #0165a3;
  border-color: #0165a3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0165a3;
    border-color: #0165a3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 101, 163, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0165a3;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0165a3;
    border-color: #0165a3; }
    .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(1, 101, 163, 0.5); }

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link, .account .order-links .nav.item a,
.account .actions-toolbar a,
.account .order-title a, .account .order-details-items .action.back, .cart-empty a {
  font-weight: 500;
  color: #0165a3;
  text-decoration: none; }
  .btn-link:hover, .account .order-links .nav.item a:hover,
  .account .actions-toolbar a:hover,
  .account .order-title a:hover, .account .order-details-items .action.back:hover, .cart-empty a:hover {
    color: #013657;
    text-decoration: underline; }
  .btn-link:focus, .account .order-links .nav.item a:focus,
  .account .actions-toolbar a:focus,
  .account .order-title a:focus, .account .order-details-items .action.back:focus, .cart-empty a:focus, .btn-link.focus, .account .order-links .nav.item a.focus,
  .account .actions-toolbar a.focus,
  .account .order-title a.focus, .account .order-details-items .focus.action.back, .cart-empty a.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .account .order-links .nav.item a:disabled,
  .account .actions-toolbar a:disabled,
  .account .order-title a:disabled, .account .order-details-items .action.back:disabled, .cart-empty a:disabled, .btn-link.disabled, .account .order-links .nav.item a.disabled,
  .account .actions-toolbar a.disabled,
  .account .order-title a.disabled, .account .order-details-items .disabled.action.back, .cart-empty a.disabled {
    color: #868686;
    pointer-events: none; }

.btn-lg, .checkout-payment-method .payment-group .action.primary.checkout {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      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: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  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: #f1f1f1; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0165a3; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868686;
    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.8125rem;
  color: #868686;
  white-space: nowrap; }

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .actions-toolbar .action-update .badge, .actions-toolbar .action-cancel .badge, .account .order-details-items .action.back .badge, .checkout-shipping-address .action-select-shipping-item .badge, .checkout-shipping-address .action-show-popup .badge, .checkout-shipping-address .edit-address-link .badge, .checkout-payment-method .payment-group .action.primary.checkout .badge, .checkout-payment-method .payment-group .payment-method .action-edit-address .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0165a3; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #014670; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 101, 163, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #868686; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #6d6d6d; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(134, 134, 134, 0.5); }

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

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

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #d0021b; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #9d0214; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f1f1f1; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d8d8d8; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #ffc107 !important; }

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d8d8d8 !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: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important; }

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          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 {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
          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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

.m-23 {
  margin: 0.75rem !important; }

.mt-23,
.my-23 {
  margin-top: 0.75rem !important; }

.mr-23,
.mx-23 {
  margin-right: 0.75rem !important; }

.mb-23,
.my-23 {
  margin-bottom: 0.75rem !important; }

.ml-23,
.mx-23 {
  margin-left: 0.75rem !important; }

.m-34 {
  margin: 1.25rem !important; }

.mt-34,
.my-34 {
  margin-top: 1.25rem !important; }

.mr-34,
.mx-34 {
  margin-right: 1.25rem !important; }

.mb-34,
.my-34 {
  margin-bottom: 1.25rem !important; }

.ml-34,
.mx-34 {
  margin-left: 1.25rem !important; }

.m-445 {
  margin: 1.75rem !important; }

.mt-445,
.my-445 {
  margin-top: 1.75rem !important; }

.mr-445,
.mx-445 {
  margin-right: 1.75rem !important; }

.mb-445,
.my-445 {
  margin-bottom: 1.75rem !important; }

.ml-445,
.mx-445 {
  margin-left: 1.75rem !important; }

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

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

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

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

.ml-45,
.mx-45 {
  margin-left: 2rem !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; }

.p-23 {
  padding: 0.75rem !important; }

.pt-23,
.py-23 {
  padding-top: 0.75rem !important; }

.pr-23,
.px-23 {
  padding-right: 0.75rem !important; }

.pb-23,
.py-23 {
  padding-bottom: 0.75rem !important; }

.pl-23,
.px-23 {
  padding-left: 0.75rem !important; }

.p-34 {
  padding: 1.25rem !important; }

.pt-34,
.py-34 {
  padding-top: 1.25rem !important; }

.pr-34,
.px-34 {
  padding-right: 1.25rem !important; }

.pb-34,
.py-34 {
  padding-bottom: 1.25rem !important; }

.pl-34,
.px-34 {
  padding-left: 1.25rem !important; }

.p-445 {
  padding: 1.75rem !important; }

.pt-445,
.py-445 {
  padding-top: 1.75rem !important; }

.pr-445,
.px-445 {
  padding-right: 1.75rem !important; }

.pb-445,
.py-445 {
  padding-bottom: 1.75rem !important; }

.pl-445,
.px-445 {
  padding-left: 1.75rem !important; }

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

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

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

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

.pl-45,
.px-45 {
  padding-left: 2rem !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-n23 {
  margin: -0.75rem !important; }

.mt-n23,
.my-n23 {
  margin-top: -0.75rem !important; }

.mr-n23,
.mx-n23 {
  margin-right: -0.75rem !important; }

.mb-n23,
.my-n23 {
  margin-bottom: -0.75rem !important; }

.ml-n23,
.mx-n23 {
  margin-left: -0.75rem !important; }

.m-n34 {
  margin: -1.25rem !important; }

.mt-n34,
.my-n34 {
  margin-top: -1.25rem !important; }

.mr-n34,
.mx-n34 {
  margin-right: -1.25rem !important; }

.mb-n34,
.my-n34 {
  margin-bottom: -1.25rem !important; }

.ml-n34,
.mx-n34 {
  margin-left: -1.25rem !important; }

.m-n445 {
  margin: -1.75rem !important; }

.mt-n445,
.my-n445 {
  margin-top: -1.75rem !important; }

.mr-n445,
.mx-n445 {
  margin-right: -1.75rem !important; }

.mb-n445,
.my-n445 {
  margin-bottom: -1.75rem !important; }

.ml-n445,
.mx-n445 {
  margin-left: -1.75rem !important; }

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

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

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

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

.ml-n45,
.mx-n45 {
  margin-left: -2rem !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; }
  .m-sm-23 {
    margin: 0.75rem !important; }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 0.75rem !important; }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 0.75rem !important; }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 0.75rem !important; }
  .m-sm-34 {
    margin: 1.25rem !important; }
  .mt-sm-34,
  .my-sm-34 {
    margin-top: 1.25rem !important; }
  .mr-sm-34,
  .mx-sm-34 {
    margin-right: 1.25rem !important; }
  .mb-sm-34,
  .my-sm-34 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-34,
  .mx-sm-34 {
    margin-left: 1.25rem !important; }
  .m-sm-445 {
    margin: 1.75rem !important; }
  .mt-sm-445,
  .my-sm-445 {
    margin-top: 1.75rem !important; }
  .mr-sm-445,
  .mx-sm-445 {
    margin-right: 1.75rem !important; }
  .mb-sm-445,
  .my-sm-445 {
    margin-bottom: 1.75rem !important; }
  .ml-sm-445,
  .mx-sm-445 {
    margin-left: 1.75rem !important; }
  .m-sm-45 {
    margin: 2rem !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 2rem !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 2rem !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 2rem !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 2rem !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; }
  .p-sm-23 {
    padding: 0.75rem !important; }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 0.75rem !important; }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 0.75rem !important; }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 0.75rem !important; }
  .p-sm-34 {
    padding: 1.25rem !important; }
  .pt-sm-34,
  .py-sm-34 {
    padding-top: 1.25rem !important; }
  .pr-sm-34,
  .px-sm-34 {
    padding-right: 1.25rem !important; }
  .pb-sm-34,
  .py-sm-34 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-34,
  .px-sm-34 {
    padding-left: 1.25rem !important; }
  .p-sm-445 {
    padding: 1.75rem !important; }
  .pt-sm-445,
  .py-sm-445 {
    padding-top: 1.75rem !important; }
  .pr-sm-445,
  .px-sm-445 {
    padding-right: 1.75rem !important; }
  .pb-sm-445,
  .py-sm-445 {
    padding-bottom: 1.75rem !important; }
  .pl-sm-445,
  .px-sm-445 {
    padding-left: 1.75rem !important; }
  .p-sm-45 {
    padding: 2rem !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 2rem !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 2rem !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 2rem !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 2rem !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-n23 {
    margin: -0.75rem !important; }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -0.75rem !important; }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -0.75rem !important; }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -0.75rem !important; }
  .m-sm-n34 {
    margin: -1.25rem !important; }
  .mt-sm-n34,
  .my-sm-n34 {
    margin-top: -1.25rem !important; }
  .mr-sm-n34,
  .mx-sm-n34 {
    margin-right: -1.25rem !important; }
  .mb-sm-n34,
  .my-sm-n34 {
    margin-bottom: -1.25rem !important; }
  .ml-sm-n34,
  .mx-sm-n34 {
    margin-left: -1.25rem !important; }
  .m-sm-n445 {
    margin: -1.75rem !important; }
  .mt-sm-n445,
  .my-sm-n445 {
    margin-top: -1.75rem !important; }
  .mr-sm-n445,
  .mx-sm-n445 {
    margin-right: -1.75rem !important; }
  .mb-sm-n445,
  .my-sm-n445 {
    margin-bottom: -1.75rem !important; }
  .ml-sm-n445,
  .mx-sm-n445 {
    margin-left: -1.75rem !important; }
  .m-sm-n45 {
    margin: -2rem !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -2rem !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -2rem !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -2rem !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -2rem !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; }
  .m-md-23 {
    margin: 0.75rem !important; }
  .mt-md-23,
  .my-md-23 {
    margin-top: 0.75rem !important; }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 0.75rem !important; }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 0.75rem !important; }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 0.75rem !important; }
  .m-md-34 {
    margin: 1.25rem !important; }
  .mt-md-34,
  .my-md-34 {
    margin-top: 1.25rem !important; }
  .mr-md-34,
  .mx-md-34 {
    margin-right: 1.25rem !important; }
  .mb-md-34,
  .my-md-34 {
    margin-bottom: 1.25rem !important; }
  .ml-md-34,
  .mx-md-34 {
    margin-left: 1.25rem !important; }
  .m-md-445 {
    margin: 1.75rem !important; }
  .mt-md-445,
  .my-md-445 {
    margin-top: 1.75rem !important; }
  .mr-md-445,
  .mx-md-445 {
    margin-right: 1.75rem !important; }
  .mb-md-445,
  .my-md-445 {
    margin-bottom: 1.75rem !important; }
  .ml-md-445,
  .mx-md-445 {
    margin-left: 1.75rem !important; }
  .m-md-45 {
    margin: 2rem !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 2rem !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 2rem !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 2rem !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 2rem !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; }
  .p-md-23 {
    padding: 0.75rem !important; }
  .pt-md-23,
  .py-md-23 {
    padding-top: 0.75rem !important; }
  .pr-md-23,
  .px-md-23 {
    padding-right: 0.75rem !important; }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 0.75rem !important; }
  .pl-md-23,
  .px-md-23 {
    padding-left: 0.75rem !important; }
  .p-md-34 {
    padding: 1.25rem !important; }
  .pt-md-34,
  .py-md-34 {
    padding-top: 1.25rem !important; }
  .pr-md-34,
  .px-md-34 {
    padding-right: 1.25rem !important; }
  .pb-md-34,
  .py-md-34 {
    padding-bottom: 1.25rem !important; }
  .pl-md-34,
  .px-md-34 {
    padding-left: 1.25rem !important; }
  .p-md-445 {
    padding: 1.75rem !important; }
  .pt-md-445,
  .py-md-445 {
    padding-top: 1.75rem !important; }
  .pr-md-445,
  .px-md-445 {
    padding-right: 1.75rem !important; }
  .pb-md-445,
  .py-md-445 {
    padding-bottom: 1.75rem !important; }
  .pl-md-445,
  .px-md-445 {
    padding-left: 1.75rem !important; }
  .p-md-45 {
    padding: 2rem !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 2rem !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 2rem !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 2rem !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 2rem !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-n23 {
    margin: -0.75rem !important; }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -0.75rem !important; }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -0.75rem !important; }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -0.75rem !important; }
  .m-md-n34 {
    margin: -1.25rem !important; }
  .mt-md-n34,
  .my-md-n34 {
    margin-top: -1.25rem !important; }
  .mr-md-n34,
  .mx-md-n34 {
    margin-right: -1.25rem !important; }
  .mb-md-n34,
  .my-md-n34 {
    margin-bottom: -1.25rem !important; }
  .ml-md-n34,
  .mx-md-n34 {
    margin-left: -1.25rem !important; }
  .m-md-n445 {
    margin: -1.75rem !important; }
  .mt-md-n445,
  .my-md-n445 {
    margin-top: -1.75rem !important; }
  .mr-md-n445,
  .mx-md-n445 {
    margin-right: -1.75rem !important; }
  .mb-md-n445,
  .my-md-n445 {
    margin-bottom: -1.75rem !important; }
  .ml-md-n445,
  .mx-md-n445 {
    margin-left: -1.75rem !important; }
  .m-md-n45 {
    margin: -2rem !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -2rem !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -2rem !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -2rem !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -2rem !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; }
  .m-lg-23 {
    margin: 0.75rem !important; }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 0.75rem !important; }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 0.75rem !important; }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 0.75rem !important; }
  .m-lg-34 {
    margin: 1.25rem !important; }
  .mt-lg-34,
  .my-lg-34 {
    margin-top: 1.25rem !important; }
  .mr-lg-34,
  .mx-lg-34 {
    margin-right: 1.25rem !important; }
  .mb-lg-34,
  .my-lg-34 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-34,
  .mx-lg-34 {
    margin-left: 1.25rem !important; }
  .m-lg-445 {
    margin: 1.75rem !important; }
  .mt-lg-445,
  .my-lg-445 {
    margin-top: 1.75rem !important; }
  .mr-lg-445,
  .mx-lg-445 {
    margin-right: 1.75rem !important; }
  .mb-lg-445,
  .my-lg-445 {
    margin-bottom: 1.75rem !important; }
  .ml-lg-445,
  .mx-lg-445 {
    margin-left: 1.75rem !important; }
  .m-lg-45 {
    margin: 2rem !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 2rem !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 2rem !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 2rem !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 2rem !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; }
  .p-lg-23 {
    padding: 0.75rem !important; }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 0.75rem !important; }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 0.75rem !important; }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 0.75rem !important; }
  .p-lg-34 {
    padding: 1.25rem !important; }
  .pt-lg-34,
  .py-lg-34 {
    padding-top: 1.25rem !important; }
  .pr-lg-34,
  .px-lg-34 {
    padding-right: 1.25rem !important; }
  .pb-lg-34,
  .py-lg-34 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-34,
  .px-lg-34 {
    padding-left: 1.25rem !important; }
  .p-lg-445 {
    padding: 1.75rem !important; }
  .pt-lg-445,
  .py-lg-445 {
    padding-top: 1.75rem !important; }
  .pr-lg-445,
  .px-lg-445 {
    padding-right: 1.75rem !important; }
  .pb-lg-445,
  .py-lg-445 {
    padding-bottom: 1.75rem !important; }
  .pl-lg-445,
  .px-lg-445 {
    padding-left: 1.75rem !important; }
  .p-lg-45 {
    padding: 2rem !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 2rem !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 2rem !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 2rem !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 2rem !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-n23 {
    margin: -0.75rem !important; }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -0.75rem !important; }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -0.75rem !important; }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -0.75rem !important; }
  .m-lg-n34 {
    margin: -1.25rem !important; }
  .mt-lg-n34,
  .my-lg-n34 {
    margin-top: -1.25rem !important; }
  .mr-lg-n34,
  .mx-lg-n34 {
    margin-right: -1.25rem !important; }
  .mb-lg-n34,
  .my-lg-n34 {
    margin-bottom: -1.25rem !important; }
  .ml-lg-n34,
  .mx-lg-n34 {
    margin-left: -1.25rem !important; }
  .m-lg-n445 {
    margin: -1.75rem !important; }
  .mt-lg-n445,
  .my-lg-n445 {
    margin-top: -1.75rem !important; }
  .mr-lg-n445,
  .mx-lg-n445 {
    margin-right: -1.75rem !important; }
  .mb-lg-n445,
  .my-lg-n445 {
    margin-bottom: -1.75rem !important; }
  .ml-lg-n445,
  .mx-lg-n445 {
    margin-left: -1.75rem !important; }
  .m-lg-n45 {
    margin: -2rem !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -2rem !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -2rem !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -2rem !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -2rem !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; }
  .m-xl-23 {
    margin: 0.75rem !important; }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 0.75rem !important; }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 0.75rem !important; }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 0.75rem !important; }
  .m-xl-34 {
    margin: 1.25rem !important; }
  .mt-xl-34,
  .my-xl-34 {
    margin-top: 1.25rem !important; }
  .mr-xl-34,
  .mx-xl-34 {
    margin-right: 1.25rem !important; }
  .mb-xl-34,
  .my-xl-34 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-34,
  .mx-xl-34 {
    margin-left: 1.25rem !important; }
  .m-xl-445 {
    margin: 1.75rem !important; }
  .mt-xl-445,
  .my-xl-445 {
    margin-top: 1.75rem !important; }
  .mr-xl-445,
  .mx-xl-445 {
    margin-right: 1.75rem !important; }
  .mb-xl-445,
  .my-xl-445 {
    margin-bottom: 1.75rem !important; }
  .ml-xl-445,
  .mx-xl-445 {
    margin-left: 1.75rem !important; }
  .m-xl-45 {
    margin: 2rem !important; }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 2rem !important; }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 2rem !important; }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 2rem !important; }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 2rem !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; }
  .p-xl-23 {
    padding: 0.75rem !important; }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 0.75rem !important; }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 0.75rem !important; }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 0.75rem !important; }
  .p-xl-34 {
    padding: 1.25rem !important; }
  .pt-xl-34,
  .py-xl-34 {
    padding-top: 1.25rem !important; }
  .pr-xl-34,
  .px-xl-34 {
    padding-right: 1.25rem !important; }
  .pb-xl-34,
  .py-xl-34 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-34,
  .px-xl-34 {
    padding-left: 1.25rem !important; }
  .p-xl-445 {
    padding: 1.75rem !important; }
  .pt-xl-445,
  .py-xl-445 {
    padding-top: 1.75rem !important; }
  .pr-xl-445,
  .px-xl-445 {
    padding-right: 1.75rem !important; }
  .pb-xl-445,
  .py-xl-445 {
    padding-bottom: 1.75rem !important; }
  .pl-xl-445,
  .px-xl-445 {
    padding-left: 1.75rem !important; }
  .p-xl-45 {
    padding: 2rem !important; }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 2rem !important; }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 2rem !important; }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 2rem !important; }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 2rem !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-n23 {
    margin: -0.75rem !important; }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -0.75rem !important; }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -0.75rem !important; }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -0.75rem !important; }
  .m-xl-n34 {
    margin: -1.25rem !important; }
  .mt-xl-n34,
  .my-xl-n34 {
    margin-top: -1.25rem !important; }
  .mr-xl-n34,
  .mx-xl-n34 {
    margin-right: -1.25rem !important; }
  .mb-xl-n34,
  .my-xl-n34 {
    margin-bottom: -1.25rem !important; }
  .ml-xl-n34,
  .mx-xl-n34 {
    margin-left: -1.25rem !important; }
  .m-xl-n445 {
    margin: -1.75rem !important; }
  .mt-xl-n445,
  .my-xl-n445 {
    margin-top: -1.75rem !important; }
  .mr-xl-n445,
  .mx-xl-n445 {
    margin-right: -1.75rem !important; }
  .mb-xl-n445,
  .my-xl-n445 {
    margin-bottom: -1.75rem !important; }
  .ml-xl-n445,
  .mx-xl-n445 {
    margin-left: -1.75rem !important; }
  .m-xl-n45 {
    margin: -2rem !important; }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -2rem !important; }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -2rem !important; }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -2rem !important; }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -2rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-light:hover, a.text-light:focus {
  color: #cbcbcb !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: #868686 !important; }

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #cecfcf;
    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 #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e1e1e1 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #cecfcf; }
  .table .thead-dark th {
    color: inherit;
    border-color: #cecfcf; } }

.accordion .accordion-header {
  background-color: #ddd;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .accordion .accordion-header:after {
    content: '\2796';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 18px; }
  .accordion .accordion-header.collapsed {
    background-color: #eee; }
    .accordion .accordion-header.collapsed:hover, .accordion .accordion-header.collapsed:active {
      background-color: #ddd; }
    .accordion .accordion-header.collapsed:after {
      content: "\2795"; }

.accordion .accordion-content {
  padding: 0 18px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  opacity: 0; }
  .accordion .accordion-content.show {
    opacity: 1; }
  .accordion .accordion-content .accordion-content {
    margin-top: -10px;
    margin-bottom: 10px; }

.messages .message {
  border: 1px solid #cecfcf;
  padding: 0.75rem;
  margin: 0.75rem 0; }
  .messages .message.message-warning {
    border-color: #f1b622; }
  .messages .message.message-error {
    border-color: #d0021b; }

.btn, .actions-toolbar .action-update,
.actions-toolbar .action-cancel, .account .order-details-items .action.back, .checkout-shipping-address .action-select-shipping-item,
.checkout-shipping-address .action-show-popup, .checkout-shipping-address .edit-address-link, .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .payment-method .action-edit-address {
  margin-right: 0.5rem;
  border-radius: .2rem; }
  .btn.disabled, .actions-toolbar .disabled.action-update,
  .actions-toolbar .disabled.action-cancel, .account .order-details-items .disabled.action.back, .checkout-shipping-address .disabled.action-select-shipping-item,
  .checkout-shipping-address .disabled.action-show-popup, .checkout-shipping-address .disabled.edit-address-link, .checkout-payment-method .payment-group .disabled.action.primary.checkout, .checkout-payment-method .payment-group .payment-method .disabled.action-edit-address {
    pointer-events: none; }

.primary-btn, .checkout-payment-method .payment-group .action.primary.checkout {
  color: #fff;
  background-color: #0066a1;
  border: 0; }
  .primary-btn:hover, .checkout-payment-method .payment-group .action.primary.checkout:hover {
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .primary-btn:active, .checkout-payment-method .payment-group .action.primary.checkout:active {
    color: #fff;
    background-color: #055b8d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.secondary-btn, .actions-toolbar .action-update,
.actions-toolbar .action-cancel, .checkout-shipping-address .action-select-shipping-item,
.checkout-shipping-address .action-show-popup, .checkout-shipping-address .edit-address-link, .checkout-payment-method .payment-group .payment-method .action-edit-address {
  color: #000;
  background-color: #fff;
  border: 0;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.19); }
  .secondary-btn:hover, .actions-toolbar .action-update:hover,
  .actions-toolbar .action-cancel:hover, .checkout-shipping-address .action-select-shipping-item:hover,
  .checkout-shipping-address .action-show-popup:hover, .checkout-shipping-address .edit-address-link:hover, .checkout-payment-method .payment-group .payment-method .action-edit-address:hover {
    color: #000;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4); }
  .secondary-btn:active, .actions-toolbar .action-update:active,
  .actions-toolbar .action-cancel:active, .checkout-shipping-address .action-select-shipping-item:active,
  .checkout-shipping-address .action-show-popup:active, .checkout-shipping-address .edit-address-link:active, .checkout-payment-method .payment-group .payment-method .action-edit-address:active {
    color: #000;
    background-color: #ececec;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4); }

.design-btn {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  border-left: 2px solid #fd9002;
  border-right: 2px solid #ea4472;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd9002), color-stop(33%, #54b450), color-stop(67%, #048fd8), to(#ea4472)), -webkit-gradient(linear, left top, right top, from(#fd9002), color-stop(33%, #54b450), color-stop(67%, #048fd8), to(#ea4472));
  background-image: linear-gradient(to right, #fd9002 0%, #54b450 33%, #048fd8 67%, #ea4472 100%), linear-gradient(to right, #fd9002 0%, #54b450 33%, #048fd8 67%, #ea4472 100%); }

.btn-link.action, .account .order-links .nav.item a.action,
.account .actions-toolbar a.action,
.account .order-title a.action, .account .order-details-items .action.back, .cart-empty a.action {
  padding-left: 0;
  padding-right: 0; }

.btn-link, .account .order-links .nav.item a,
.account .actions-toolbar a,
.account .order-title a, .account .order-details-items .action.back, .cart-empty a {
  color: #000; }
  .btn-link:hover, .account .order-links .nav.item a:hover,
  .account .actions-toolbar a:hover,
  .account .order-title a:hover, .account .order-details-items .action.back:hover, .cart-empty a:hover {
    color: #000; }

.btn-lg, .checkout-payment-method .payment-group .action.primary.checkout {
  font-size: 1rem; }

.btn-xl {
  padding: 0.75rem 3.5rem;
  font-size: 1rem; }

.cms-heading {
  font-size: 26px;
  font-weight: 900; }

.cms-text {
  font-size: 18px;
  font-weight: 300; }

@media (min-width: 768px) {
  .cms-heading {
    font-size: 32px; }
  .cms-text {
    font-size: 24px; } }

@media (min-width: 1200px) {
  .cms-heading {
    font-size: 36px; }
  .cms-text {
    font-size: 28px; } }

.cta-label {
  display: inline;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 2px 8px; }

.actions-toolbar {
  margin-bottom: 1rem; }

.form-group .note {
  font-size: 0.8125rem;
  color: #868686;
  display: block;
  margin-top: 0.25rem; }

.form-group ._with-tooltip {
  /* stylelint-disable-line selector-class-pattern */ }
  .form-group ._with-tooltip .mage-error,
  .form-group ._with-tooltip .field-tooltip {
    margin-top: 0.25rem;
    font-size: 0.8125rem; }
  .form-group ._with-tooltip .field-tooltip {
    color: #868686; }

.form-group input.mage-error {
  border-color: #d0021b; }

.form-group .mage-error:not(input) {
  color: #d0021b;
  display: block;
  margin-top: 0.25rem; }

.form-group .mage-error {
  color: #d0021b;
  display: block;
  margin-top: 0.25rem; }

.form-group._error {
  /* stylelint-disable-line selector-class-pattern */ }
  .form-group._error input {
    border-color: #d0021b; }
  .form-group._error .field-error {
    margin-top: 0.25rem; }
    .form-group._error .field-error span {
      color: #d0021b;
      font-size: 0.8125rem; }

.form-group._warn {
  /* stylelint-disable-line selector-class-pattern */ }
  .form-group._warn input {
    border-color: #f1b622; }

.form-group._warn .warning,
.form-group .message.warning {
  display: -webkit-box;
  display: flex;
  margin-top: 0.5rem;
  background-color: #faf2e0;
  padding: 0.75rem;
  color: #181818;
  font-size: 0.8125rem; }
  .form-group._warn .warning img,
  .form-group .message.warning img {
    margin-right: 1rem; }

.form-address-edit .form-group .mage-error:not(input) {
  margin-left: 166px; }

.form-address-edit .form-group .message.warning {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin-left: 166px; }

.message.notice {
  color: #d0021b;
  margin-top: 0.25rem; }

.actions-toolbar .action-update,
.actions-toolbar .action-cancel {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5rem; }

.fieldset > .fields > .field.required > .label:after,
.fieldset .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after,
.fieldset > .field.required > label.label:after {
  content: '*';
  color: #d0021b;
  font-size: 1.2rem;
  margin: 0; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999; }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0; }
  .loading-mask .loader > p {
    display: none; }

body._has-modal {
  overflow: hidden; }

.modals-wrapper .modal-popup.ar-modal .modal-inner-wrap {
  background-color: #fff !important; }
  .modals-wrapper .modal-popup.ar-modal .modal-inner-wrap .model-viewer {
    width: 100%;
    height: 30vh; }
  .modals-wrapper .modal-popup.ar-modal .modal-inner-wrap .modal-header {
    padding-bottom: 0; }
  .modals-wrapper .modal-popup.ar-modal .modal-inner-wrap .modal-footer {
    margin-top: 0; }
  .modals-wrapper .modal-popup.ar-modal .modal-inner-wrap .modal-content {
    margin-bottom: 0; }
  .modals-wrapper .modal-popup.ar-modal .modal-inner-wrap .action-close {
    display: none; }

.modals-wrapper .modal-popup.ar-modal .modal-content {
  max-height: -webkit-fit-content;
  max-height: fit-content; }

.modals-wrapper .modal-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s .5s, opacity .5s ease;
  transition: visibility 0s .5s, opacity .5s ease;
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); }
  .modals-wrapper .modal-popup .modal-inner-wrap {
    background: #f1f1f1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%; }
    .modals-wrapper .modal-popup .modal-inner-wrap .modal-header {
      display: -webkit-box;
      display: flex;
      padding: 1.5rem; }
    .modals-wrapper .modal-popup .modal-inner-wrap .action-close {
      position: absolute;
      top: 26px;
      right: 24px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .modals-wrapper .modal-popup .modal-inner-wrap .action-close:focus {
        outline: 0; }
      .modals-wrapper .modal-popup .modal-inner-wrap .action-close:hover::before, .modals-wrapper .modal-popup .modal-inner-wrap .action-close:hover::after {
        background-color: #181818; }
      .modals-wrapper .modal-popup .modal-inner-wrap .action-close::before, .modals-wrapper .modal-popup .modal-inner-wrap .action-close::after {
        position: absolute;
        content: ' ';
        left: 13px;
        height: 32px;
        width: 2px;
        background-color: #0066a1; }
      .modals-wrapper .modal-popup .modal-inner-wrap .action-close::before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .modals-wrapper .modal-popup .modal-inner-wrap .action-close::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .modals-wrapper .modal-popup .modal-inner-wrap .modal-content {
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      overflow-y: scroll; }
    .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer {
      padding: 1.5rem;
      margin-top: 1.5rem;
      border-top: 1px solid #0066a1; }
  .modals-wrapper .modal-popup._show {
    /* stylelint-disable-line selector-class-pattern */
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
  .modals-wrapper .modal-popup:focus {
    outline: 0; }

body._has-modal .page-wrapper {
  /* stylelint-disable-line selector-class-pattern */
  filter: blur(2px) saturate(0); }

@media (min-width: 768px) {
  .modals-wrapper .modal-popup {
    background: #fff;
    height: auto;
    width: 600px;
    top: 10%;
    left: 50%;
    margin-left: -300px; }
    .modals-wrapper .modal-popup .modal-inner-wrap .action-close {
      top: 35px; }
    .modals-wrapper .modal-popup .modal-content {
      max-height: 400px; } }

@media (min-width: 992px) {
  .modals-wrapper .modal-popup {
    width: 800px;
    margin-left: -400px; } }

.page-title-wrapper {
  margin-top: 1rem; }

@media (max-width: 767.98px) {
  .page.messages .message,
  .page-title-wrapper {
    margin-top: 42px; } }

@media (max-width: 991.98px) {
  .container {
    max-width: 100%; } }

.page-wrapper {
  overflow-x: hidden; }

.main.col {
  padding-bottom: 1.5rem; }

.cms-page-view .main.col {
  padding-bottom: 0; }

.sly-slidee li {
  touch-action: none;
  display: inline;
  width: 100%; }

.sly-slidee.sly-initialized {
  display: -webkit-box;
  display: flex; }

.sly-slidee:not(.sly-initialized) li:nth-child(n+2) {
  position: absolute; }

.sly-frame {
  overflow: hidden;
  position: relative; }

.sly-control {
  position: absolute;
  cursor: pointer; }
  .sly-control .chevron {
    height: 18px; }
  .sly-control.disabled {
    cursor: default; }
    .sly-control.disabled .chevron {
      opacity: .4; }

.table th:first-child,
.table td:first-child {
  padding-left: 0; }

.table th:last-child,
.table td:last-child {
  padding-right: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px; }
  h2, .h2 {
    font-size: 32px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 20px; }
  h5, .h5 {
    font-size: 16px; }
  h6, .h6 {
    font-size: 14px; } }

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.account select#country {
  /* stylelint-disable-line selector-no-qualifying-type, selector-max-id */
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }

.account .account-nav-content .nav.item {
  border-bottom: 1px solid #cecfcf;
  padding: 0.5rem 0; }
  .account .account-nav-content .nav.item a {
    color: #000; }
  .account .account-nav-content .nav.item.current {
    color: #0066a1; }
    .account .account-nav-content .nav.item.current a {
      color: #0066a1; }

.account .main .block {
  border-bottom: 1px solid #cecfcf; }
  @media (max-width: 767.98px) {
    .account .main .block .box-shipping-address {
      margin-top: 1rem; } }
  .account .main .block .block-title strong {
    font-size: 18px;
    font-weight: 500; }
  .account .main .block .box-content p {
    margin-bottom: 0; }
  .account .main .block .box-actions {
    margin-top: 1rem; }

.account .main .legend {
  font-size: 18px; }

.account .form-address-edit .form-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
          align-items: baseline; }
  .account .form-address-edit .form-group input, .account .form-address-edit .form-group select {
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 166px); }
  .account .form-address-edit .form-group label {
    width: 150px;
    margin-right: 1rem; }

.account .order-links .nav.item a,
.account .actions-toolbar a,
.account .order-title a {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }

.account .items.order-links {
  margin-bottom: 0; }
  .account .items.order-links .nav {
    padding: 1rem;
    background: #f1f1f1;
    border: 1px solid #cecfcf;
    border-right: 0; }
    .account .items.order-links .nav.current {
      background: #fff;
      border-bottom: 0; }
    .account .items.order-links .nav:last-child {
      border-right: 1px solid #cecfcf; }

.account .order-details-items {
  padding: 1.5rem;
  border: 1px solid #cecfcf;
  margin: -1px 0 1.5rem; }
  .account .order-details-items .action.back {
    /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }
  .account .order-details-items .order-title > a {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem; }
  .account .order-details-items .table-caption {
    display: none; }
  .account .order-details-items .actions-toolbar {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1rem; }
  .account .order-details-items.ordered .qty {
    min-width: 130px; }

.account .table-order-items th {
  vertical-align: top; }
  .account .table-order-items th:first-child {
    padding-left: 0; }
  .account .table-order-items th:last-child {
    padding-right: 0; }

.account .table-order-items .image img {
  width: 100%;
  min-width: 110px;
  max-width: 228px; }

.account .table-order-items .name {
  min-width: 130px; }

.account .table-order-items .configuration {
  min-width: 160px; }

.account .table-order-items .action.btn-link, .account .table-order-items .order-links .nav.item a.action, .account .order-links .nav.item .table-order-items a.action,
.account .table-order-items .actions-toolbar a.action, .account .actions-toolbar .table-order-items a.action,
.account .table-order-items .order-title a.action, .account .order-title .table-order-items a.action, .account .table-order-items .order-details-items .action.back, .account .order-details-items .table-order-items .action.back, .account .table-order-items .cart-empty a.action, .cart-empty .account .table-order-items a.action {
  padding-top: 0;
  padding-bottom: 0; }

.account .table-order-items td.amount {
  text-align: right; }

.account .table-order-items tfoot,
.account .table-order-items .mark {
  background-color: #f1f1f1; }

.account .table-order-items .table-pager {
  background: #fff; }

.account .block-order-details-view {
  padding-bottom: 1rem; }
  .account .block-order-details-view .block-title {
    padding-bottom: 1rem; }
  .account .block-order-details-view .block-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .account .block-order-details-view .block-content .box {
      -webkit-box-flex: 0;
              flex: 0 50%; }
      .account .block-order-details-view .block-content .box.box-order-shipping-address {
        -webkit-box-ordinal-group: 1;
                order: 0; }
      .account .block-order-details-view .block-content .box.box-order-billing-address {
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .account .block-order-details-view .block-content .box.box-order-billing-method {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      .account .block-order-details-view .block-content .box.box-order-shipping-method {
        -webkit-box-ordinal-group: 4;
                order: 3; }

.account .wishlist .btn-remove {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 15px; }

.account .wishlist .product-item {
  width: auto;
  margin: 2rem auto; }

.account .wishlist .product-item-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }

.account .wishlist .product-item-name {
  margin-bottom: 0; }

.account .wishlist .product-item-link {
  color: inherit; }
  .account .wishlist .product-item-link:hover {
    text-decoration: none; }

.account .wishlist .lamp-usps {
  -webkit-box-flex: 1;
          flex: 1 1 100%; }

.account .wishlist .price-box {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0.5rem 0 0; }

.grecaptcha-badge {
  visibility: hidden; }

@media (min-width: 576px) {
  .account .wishlist .product-item {
    margin-left: initial;
    margin-right: initial; } }

.breadcrumbs {
  margin-top: 1.5rem; }
  .breadcrumbs .items {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin-bottom: 0; }
  .breadcrumbs .item {
    display: none;
    -webkit-box-align: center;
            align-items: center; }
    .breadcrumbs .item:nth-last-child(2) {
      display: -webkit-box;
      display: flex; }
    .breadcrumbs .item strong {
      font-size: 0.8125rem;
      font-weight: 300; }
    .breadcrumbs .item a {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      font-size: 0.8125rem;
      font-weight: 500;
      color: #000; }
      .breadcrumbs .item a::before {
        content: "";
        background: url("../images/breadcrumb-chevron.svg") no-repeat;
        height: 11px;
        width: 6px;
        margin-right: 0.5rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  @media (min-width: 768px) {
    .breadcrumbs .item {
      display: -webkit-box;
      display: flex; }
      .breadcrumbs .item a::before {
        background: none;
        margin: 0; }
      .breadcrumbs .item a::after {
        content: "";
        background: url("../images/breadcrumb-chevron.svg") no-repeat;
        height: 11px;
        width: 6px;
        margin: 0 0.75rem;
        -webkit-transform: translateY(1px);
                transform: translateY(1px); } }

.checkout-cart-index .page-main {
  margin-bottom: 1.5rem; }

.checkout-cart-index .page-footer {
  display: none; }

.checkout-cart-index .usp-list > ul {
  border-top: 1px solid #cecfcf; }

@media only screen and (max-width: 767px) {
  .checkout-cart-index #trengo-web-widget {
    display: none; }
  #shopping-cart-table .button-collapse-options {
    display: block; } }

@media screen and (min-width: 768px) {
  #shopping-cart-table .collapse {
    display: block !important; }
  #shopping-cart-table .button-collapse-options {
    display: none; }
  .product-item-name {
    margin-bottom: 1em; } }

@media screen and (max-width: 768px) {
  #shopping-cart-table .button-collapse-options {
    display: block; } }

.form-cart table {
  margin-bottom: 0; }
  .form-cart table thead {
    display: none; }
  .form-cart table tbody {
    border-top: 1px solid #cecfcf; }
  .form-cart table tbody + tbody {
    border-top: 0; }
  .form-cart table tr {
    border-bottom: 1px solid #cecfcf; }
  .form-cart table td {
    border: 0; }
    .form-cart table td.item {
      display: -webkit-box;
      display: flex;
      overflow: hidden;
      padding-right: 0; }
    .form-cart table td.price {
      display: none; }
    .form-cart table td.subtotal {
      text-align: right; }

.form-cart .product-item-photo {
  -webkit-box-flex: 0;
          flex: 0 1 60%; }
  .form-cart .product-item-photo .product-image-photo {
    width: 100%;
    height: auto; }

.form-cart .product-item-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 0 40%;
  min-width: 180px; }
  .form-cart .product-item-details .product-item-name a {
    color: #000; }

.form-cart .mobile-quantity-subtotal {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  padding-top: 0.75rem;
  border-top: 1px solid #cecfcf; }
  .form-cart .mobile-quantity-subtotal .qty input {
    width: 50px; }

.form-cart .button-collapse-options {
  color: #000; }
  .form-cart .button-collapse-options.collapsed .hide-options {
    display: none; }
  .form-cart .button-collapse-options:not(.collapsed) .show-options {
    display: none; }
  .form-cart .button-collapse-options:not(.collapsed) .chevron {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.form-cart .item-actions {
  -webkit-box-flex: 0;
          flex: 0 1 100%; }
  .form-cart .item-actions .actions-toolbar {
    margin: 0.75rem 0; }
    .form-cart .item-actions .actions-toolbar .action {
      color: #000;
      -webkit-box-align: center;
              align-items: center; }

.form-cart .item-options {
  margin-bottom: 0; }
  .form-cart .item-options dd:last-child {
    margin-bottom: 0; }

.form-cart .cart.actions {
  text-align: center; }
  .form-cart .cart.actions .action.update {
    margin: 16px auto; }
    .form-cart .cart.actions .action.update span {
      -webkit-box-align: center;
              align-items: center; }

.form-cart .mobile-sticky-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.75rem 1.5rem;
  background: #fff;
  z-index: 1; }
  .form-cart .mobile-sticky-footer-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-left: -1.5rem;
    margin-bottom: -1rem; }
  .form-cart .mobile-sticky-footer .action-wrapper {
    -webkit-box-flex: 1;
            flex: 1 0 50%;
    padding-left: 1.5rem;
    padding-bottom: 1rem; }
  .form-cart .mobile-sticky-footer .action {
    white-space: nowrap;
    margin-right: 0; }

.cart-qty-updating .subtotal {
  position: relative; }
  .cart-qty-updating .subtotal > span {
    color: #cecfcf; }
  .cart-qty-updating .subtotal:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff url("../images/loader-1.gif") center center no-repeat;
    background-size: 25%;
    opacity: .5;
    z-index: 12; }

.cart-qty-error input.qty {
  border-color: #d0021b; }

.cart-qty-error-message {
  color: #d0021b; }

.cart-summary {
  height: 100%;
  background-color: #f1f1f1;
  padding: 0.75rem 20px; }
  .cart-summary .table.totals {
    margin-bottom: 0; }
    .cart-summary .table.totals th,
    .cart-summary .table.totals td {
      padding: 0.75rem 0; }
    .cart-summary .table.totals tr:not(.grand) th,
    .cart-summary .table.totals tr:not(.grand) td {
      border-top: 0; }
    .cart-summary .table.totals tr:not(.grand) th {
      font-weight: 500; }
    .cart-summary .table.totals tr.grand th,
    .cart-summary .table.totals tr.grand td {
      font-size: 1rem;
      font-weight: 500;
      border-top: 1px solid #cecfcf; }
    .cart-summary .table.totals td.amount {
      text-align: right; }
    .cart-summary .table.totals .mark {
      background-color: inherit; }
  .cart-summary .table-caption {
    display: none; }
  .cart-summary .block.discount {
    padding-top: 0.75rem;
    border-top: 1px solid #cecfcf;
    border-bottom: 1px solid #cecfcf; }
    .cart-summary .block.discount .actions-toolbar {
      margin-bottom: 0.75rem; }

.pager .pages-items {
  -webkit-box-align: baseline;
          align-items: baseline; }
  .pager .pages-items li {
    margin-right: 1rem; }
    .pager .pages-items li.current {
      font-weight: 700; }
    .pager .pages-items li a {
      color: #000; }
      .pager .pages-items li a:hover, .pager .pages-items li a:active {
        text-decoration: none; }

@media (min-width: 768px) {
  .checkout-cart-index .page-main {
    margin-bottom: 0; }
  .checkout-cart-index .page-footer {
    display: block; }
  .form-cart {
    margin-bottom: 1rem; }
    .form-cart table {
      margin-bottom: 1rem; }
      .form-cart table td.item {
        padding-right: .75rem; }
      .form-cart table td.qty {
        width: 80px; }
      .form-cart table td.subtotal {
        line-height: calc(1.5em + 0.75rem + 2px); }
    .form-cart .product-item-photo {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      margin-right: 0.5rem; }
      .form-cart .product-item-photo .product-image-photo {
        width: 250px;
        height: 323px; }
    .form-cart .cart.actions .action.continue {
      float: left; }
    .form-cart .cart.actions .action.update {
      float: right;
      margin: 0;
      font-size: 1rem; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .cart-summary {
    margin: 0 14px; }
    .cart-summary .cart-totals,
    .cart-summary .discount,
    .cart-summary .checkout {
      width: 245px;
      margin-left: auto; } }

@media (max-width: 991.98px) {
  .cart-summary {
    padding: 0.75rem 20px 3rem 20px; } }

.checkout-index-index {
  /* stylelint-enable */ }
  .checkout-index-index .page-header {
    height: 96px; }
  .checkout-index-index .form-group {
    display: -webkit-box;
    display: flex; }
    .checkout-index-index .form-group label {
      width: 230px;
      margin-right: 1rem;
      line-height: calc(1.5em + 0.75rem + 2px); }
    .checkout-index-index .form-group .control {
      width: 100%; }
  .checkout-index-index .step-title {
    font-size: 24px; }
  .checkout-index-index #checkout-step-shipping {
    /* stylelint-disable-line selector-max-id */
    margin-top: 1.5rem; }
  .checkout-index-index #customer-email-fieldset {
    /* stylelint-disable selector-max-id */ }
    .checkout-index-index #customer-email-fieldset .loading-mask {
      position: absolute;
      top: 65px;
      left: 168px; }
      .checkout-index-index #customer-email-fieldset .loading-mask .loader {
        position: absolute;
        top: 17px;
        left: 100px; }
        .checkout-index-index #customer-email-fieldset .loading-mask .loader > img {
          width: 35px; }
    @media (max-width: 767px) {
      .checkout-index-index #customer-email-fieldset .loading-mask {
        top: 120px; } }
  .checkout-index-index .usp-list > ul {
    border-top: 1px solid #cecfcf; }

.opc-progress-bar {
  position: absolute;
  top: -42px; }
  .opc-progress-bar li {
    margin-right: 1rem;
    font-size: 0.9375rem;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .opc-progress-bar li .opc-step-number {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      text-align: center;
      background-color: #ececec; }
    .opc-progress-bar li._active {
      /* stylelint-disable-line selector-class-pattern */ }
      .opc-progress-bar li._active .opc-step-number {
        background-color: #0066a1;
        color: #fff; }
    .opc-progress-bar li._complete {
      /* stylelint-disable-line selector-class-pattern */
      cursor: pointer; }
      .opc-progress-bar li._complete .opc-step-number {
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        border: 2px solid #0066a1;
        background-color: #fff; }
        .opc-progress-bar li._complete .opc-step-number::before, .opc-progress-bar li._complete .opc-step-number::after {
          content: '';
          position: absolute;
          background-color: #0066a1; }
        .opc-progress-bar li._complete .opc-step-number::before {
          width: 3px;
          height: 14px;
          left: 14px;
          top: 4px; }
        .opc-progress-bar li._complete .opc-step-number::after {
          width: 6px;
          height: 3px;
          left: 8px;
          top: 15px; }

@media (max-width: 767px) {
  .opc-progress-bar {
    top: -32px; } }

.checkout-shipping-address .action-select-shipping-item,
.checkout-shipping-address .action-show-popup {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
  padding: .375rem .75rem;
  border-radius: .25rem;
  margin-top: 1rem; }

.checkout-shipping-address .shipping-address-item {
  margin-bottom: 1.5rem; }
  .checkout-shipping-address .shipping-address-item.selected-item {
    border: 1px solid #cecfcf;
    padding: 1.5rem; }

.checkout-shipping-address .edit-address-link {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
  margin-top: 0.5rem;
  display: block; }

.checkout-shipping-address .page-title {
  margin-bottom: 2rem; }

.table-checkout-shipping-method tr {
  border: 1px solid #cecfcf; }
  .table-checkout-shipping-method tr td.col-method {
    width: 25px;
    padding-left: 0.75rem;
    padding-right: 0; }
    .table-checkout-shipping-method tr td.col-method input {
      margin-right: 0; }
  .table-checkout-shipping-method tr td:last-child {
    padding-right: 0.75rem; }

.opc-summary-wrapper .modal-inner-wrap {
  padding: 20px;
  background-color: #f1f1f1; }

@media (min-width: 768px) {
  .opc-summary-wrapper .modal-inner-wrap {
    margin-top: 72px; } }

.opc-summary-wrapper .items-in-cart .minicart-items {
  margin-bottom: 0; }
  .opc-summary-wrapper .items-in-cart .minicart-items .product-item {
    border-bottom: 1px solid #cecfcf;
    padding: 0.75rem 0; }
    .opc-summary-wrapper .items-in-cart .minicart-items .product-item .product {
      display: -webkit-box;
      display: flex; }
    .opc-summary-wrapper .items-in-cart .minicart-items .product-item .product-image-container {
      margin-right: 1rem; }

.opc-summary-wrapper .opc-block-summary .title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.opc-summary-wrapper .table-totals {
  margin-bottom: 0; }
  .opc-summary-wrapper .table-totals tr td:not(.mark) {
    text-align: right;
    padding-right: 0;
    border-top: 0; }
  .opc-summary-wrapper .table-totals tr td.mark {
    padding-left: 0; }
  .opc-summary-wrapper .table-totals tr.grand {
    font-size: 1rem; }
    .opc-summary-wrapper .table-totals tr.grand td,
    .opc-summary-wrapper .table-totals tr.grand th {
      border-top: 1px solid #cecfcf; }
  .opc-summary-wrapper .table-totals tr th {
    font-weight: 500;
    padding-left: 0;
    border-top: 0; }
  .opc-summary-wrapper .table-totals .mark {
    background-color: inherit; }

.opc-summary-wrapper .table-caption {
  display: none; }

.opc-summary-wrapper:focus {
  outline: 0; }

.checkout-payment-method {
  /* stylelint-disable selector-max-id */
  /* stylelint-enable */ }
  .checkout-payment-method #co-payment-form .legend {
    display: none; }
  .checkout-payment-method .field-select-billing legend {
    font-size: 24px; }
  .checkout-payment-method .field.street legend {
    font-size: 1.25rem; }
  .checkout-payment-method .payment-group {
    margin-bottom: 1rem; }
    .checkout-payment-method .payment-group .step-title {
      margin-bottom: 1rem; }
    .checkout-payment-method .payment-group .actions-toolbar {
      margin-top: 1rem; }
    .checkout-payment-method .payment-group .action.primary.checkout {
      /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }
    .checkout-payment-method .payment-group .billing-address-details {
      margin-bottom: 0.25rem; }
    .checkout-payment-method .payment-group .payment-method {
      border: 1px solid #cecfcf;
      margin-bottom: 0.75rem;
      border-radius: 0.2rem;
      /* stylelint-disable selector-max-id */ }
      .checkout-payment-method .payment-group .payment-method .payment-method-title {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        padding-left: 1rem; }
        .checkout-payment-method .payment-group .payment-method .payment-method-title label {
          display: -webkit-box;
          display: flex;
          float: none;
          -webkit-box-align: center;
                  align-items: center;
          margin: 0;
          padding: 0.5rem 0;
          cursor: pointer;
          width: 92%;
          height: 4rem; }
          .checkout-payment-method .payment-group .payment-method .payment-method-title label .stripe-icon-container .stripe-icon {
            top: 0;
            height: auto;
            margin-right: 0; }
          .checkout-payment-method .payment-group .payment-method .payment-method-title label.right {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                    flex-direction: row-reverse; }
            .checkout-payment-method .payment-group .payment-method .payment-method-title label.right .stripe-payment-method-title {
              margin-right: auto; }
        .checkout-payment-method .payment-group .payment-method .payment-method-title img {
          width: 46px;
          margin-right: 1rem;
          cursor: pointer; }
      .checkout-payment-method .payment-group .payment-method .payment-method-content {
        display: none; }
      .checkout-payment-method .payment-group .payment-method .field-select-billing legend {
        margin-bottom: 1rem; }
      .checkout-payment-method .payment-group .payment-method .action-edit-address {
        /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
        margin-top: 0.5rem; }
      .checkout-payment-method .payment-group .payment-method .pci-dss-info-block {
        width: 100%;
        padding-right: 15px; }
      .checkout-payment-method .payment-group .payment-method._active {
        /* stylelint-disable-line selector-class-pattern */
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35); }
        .checkout-payment-method .payment-group .payment-method._active .payment-method-content {
          display: block;
          padding: 0.5rem 2.25rem 1rem 2.25rem;
          border-top: 1px solid #cecfcf; }
          .checkout-payment-method .payment-group .payment-method._active .payment-method-content .billing-address-same-as-shipping-block,
          .checkout-payment-method .payment-group .payment-method._active .payment-method-content .checkout-agreement {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: baseline;
                    align-items: baseline; }
  .checkout-payment-method .payment-option .messages {
    margin-bottom: 1rem;
    color: #d0021b; }
  .checkout-payment-method .payment-option .form-discount .form-control, .checkout-payment-method .payment-option .form-discount .account select#country, .account .checkout-payment-method .payment-option .form-discount select#country, .checkout-payment-method .payment-option .form-discount .field-select-billing select, .checkout-payment-method .field-select-billing .payment-option .form-discount select {
    width: auto; }
  .checkout-payment-method .billing-address-same-as-shipping-block {
    margin-bottom: 0.5rem; }
  .checkout-payment-method .field-select-billing {
    margin-bottom: 1.5rem; }
    .checkout-payment-method .field-select-billing select {
      /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }
  .checkout-payment-method #stripe-payments-card-number {
    width: 218px; }
  .checkout-payment-method #stripe-payments-card-cvc {
    width: 76px; }

.stripe-payments-elements.no-wrap {
  display: inline;
  margin-right: 1rem; }

.stripe-payments-elements #stripe-payments-card-expiry {
  /* stylelint-disable-line selector-max-id */
  margin-right: 0.25rem; }

.checkout-agreements {
  margin-top: 0.75rem;
  margin-bottom: 1rem; }
  .checkout-agreements .checkout-agreement a {
    color: initial;
    text-decoration: underline; }
  .checkout-agreements .mage-error {
    margin-bottom: 0.75rem;
    color: #d0021b; }

.checkout-success .order-number {
  color: #000; }

.cart-empty a {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */ }

@media (max-width: 767.98px) {
  .checkout-payment-method .payment-group .payment-method._active .payment-method-content {
    padding: 0.5rem 1.25rem 1rem 1.25rem; } }

@media (min-width: 768px) {
  .checkout-index-index #customer-email-fieldset {
    /* stylelint-disable selector-max-id */ }
    .checkout-index-index #customer-email-fieldset .loading-mask .loader {
      left: auto;
      right: -10px; }
  .opc-progress-bar {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .opc-progress-bar li {
      margin-right: 32px; } }

@media (min-width: 992px) {
  .opc-progress-bar li {
    margin-right: 64px; } }

@media (min-width: 1200px) {
  .opc-progress-bar li {
    margin-right: 80px; } }

tr.totals td.amount strong.price {
  color: #279989; }

#shipping-method-buttons-container div.row {
  margin: 0 0 1em; }

.cookie-notice {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 2rem 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15); }
  .cookie-notice .content p {
    margin-bottom: 0; }
  .cookie-notice .content .btn, .cookie-notice .content .actions-toolbar .action-update, .actions-toolbar .cookie-notice .content .action-update,
  .cookie-notice .content .actions-toolbar .action-cancel, .actions-toolbar .cookie-notice .content .action-cancel, .cookie-notice .content .account .order-details-items .action.back, .account .order-details-items .cookie-notice .content .action.back, .cookie-notice .content .checkout-shipping-address .action-select-shipping-item, .checkout-shipping-address .cookie-notice .content .action-select-shipping-item,
  .cookie-notice .content .checkout-shipping-address .action-show-popup, .checkout-shipping-address .cookie-notice .content .action-show-popup, .cookie-notice .content .checkout-shipping-address .edit-address-link, .checkout-shipping-address .cookie-notice .content .edit-address-link, .cookie-notice .content .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .cookie-notice .content .action.primary.checkout, .cookie-notice .content .checkout-payment-method .payment-group .payment-method .action-edit-address, .checkout-payment-method .payment-group .payment-method .cookie-notice .content .action-edit-address {
    margin-top: 1rem; }

@media (min-width: 992px) {
  .cookie-notice .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
    .cookie-notice .content .btn, .cookie-notice .content .actions-toolbar .action-update, .actions-toolbar .cookie-notice .content .action-update,
    .cookie-notice .content .actions-toolbar .action-cancel, .actions-toolbar .cookie-notice .content .action-cancel, .cookie-notice .content .account .order-details-items .action.back, .account .order-details-items .cookie-notice .content .action.back, .cookie-notice .content .checkout-shipping-address .action-select-shipping-item, .checkout-shipping-address .cookie-notice .content .action-select-shipping-item,
    .cookie-notice .content .checkout-shipping-address .action-show-popup, .checkout-shipping-address .cookie-notice .content .action-show-popup, .cookie-notice .content .checkout-shipping-address .edit-address-link, .checkout-shipping-address .cookie-notice .content .edit-address-link, .cookie-notice .content .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .cookie-notice .content .action.primary.checkout, .cookie-notice .content .checkout-payment-method .payment-group .payment-method .action-edit-address, .checkout-payment-method .payment-group .payment-method .cookie-notice .content .action-edit-address {
      width: 100%;
      margin-top: 0; } }

.catalog-category-view .page-title-wrapper {
  margin-top: 1.5rem; }

.catalog-category-view .page-title {
  margin-top: 0.5rem; }

.catalog-category-view .page-title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 900; }

@media (min-width: 768px) {
  .catalog-category-view .page-title {
    font-size: 46px;
    line-height: 37px; }
  .catalog-category-view.category-products .page-title-wrapper {
    margin-top: 3rem; } }

.category-description {
  font-size: 0.8125rem;
  margin-top: 2rem; }

.category-short-description {
  color: #151515;
  padding: 1rem 0;
  border-bottom: #f1f1f1 1px solid; }
  @media (min-width: 768px) {
    .category-short-description {
      padding: 1.5rem 0; } }

.categorypath-products .category-short-description {
  border-bottom: 0; }

.dhlparcel-shipping-modal .modal-inner-wrap {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }
  .dhlparcel-shipping-modal .modal-inner-wrap .modal-content {
    padding: 0 1.5rem !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-cell--phone-hidden {
      display: block !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-cell--tablet-hidden {
      display: none !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator div.dhlparcel-shipping-servicepoint-component-confirm-button {
      background-color: #0066a1 !important;
      margin: 16px !important;
      font-weight: 500 !important;
      border-radius: .2rem; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator div.md-text--theme-primary,
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator div.md-text--theme-primary + div {
      border-color: #0066a1 !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-text--theme-primary {
      color: #0066a1 !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-tile-text--primary {
      font-size: 0.8125rem !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-grid {
      padding: 0; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-cell--4 {
      width: 100% !important; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-cell--12 {
      width: 100%; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-list--inline {
      display: block; }

@media (max-width: 767.98px) {
  .dhlparcel-shipping-modal .modal-inner-wrap .modal-content {
    height: 100%; }
    .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator-desktop {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      overflow-x: hidden; }
      .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator-desktop .md-cell {
        margin: 0; }
      .dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator-desktop .md-cell--8 {
        width: 100%;
        height: 500px;
        margin-top: 1.5rem; } }

@media (min-width: 768px) {
  .modals-wrapper .modal-popup.dhlparcel-shipping-modal {
    width: 700px;
    margin-left: -350px; }
    .modals-wrapper .modal-popup.dhlparcel-shipping-modal .modal-inner-wrap .modal-content {
      margin-bottom: 3rem; }
      .modals-wrapper .modal-popup.dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-cell--4 {
        width: calc(33.3% - 16px) !important; }
      .modals-wrapper .modal-popup.dhlparcel-shipping-modal .modal-inner-wrap .modal-content .dhl-parcelshop-locator .md-cell--8 {
        width: calc(66.7% - 16px) !important; } }

@media (min-width: 992px) {
  .modals-wrapper .modal-popup.dhlparcel-shipping-modal {
    width: 800px;
    margin-left: -400px; }
  .dhl-parcelshop-locator .md-text-field {
    font-size: 1rem !important; } }

@media (min-width: 1200px) {
  .modals-wrapper .modal-popup.dhlparcel-shipping-modal {
    width: 1100px;
    margin-left: -550px; } }

.filter-state {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap; }
  .filter-state .badge {
    font-size: 0.8125rem;
    padding: 0.5rem;
    font-weight: 500;
    margin: 0.5rem 1rem 0.5rem 0; }
  .filter-state .close-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    padding: 0.25rem;
    margin-left: 0.25rem;
    background-color: #fff; }

.filter-state-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #000; }

.filter-wrapper {
  padding: 0.5rem 0 0.25rem 0; }
  .filter-wrapper:not(:last-of-type) {
    border-bottom: 1px #ececec solid; }

.reset-state-button {
  padding-left: 0;
  font-size: 0.875rem; }

.filter-toggle {
  -webkit-box-align: baseline;
          align-items: baseline;
  padding: 0.5rem 0; }
  .filter-toggle .chevron {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .filter-toggle.collapsed .chevron {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.filter-mobile {
  display: none; }

.filter-mobile-button {
  width: 100%; }

.sidebar {
  top: 100%; }

.open-filter-mobile {
  overflow: hidden; }
  .open-filter-mobile .sidebar {
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-transition: top .4s ease-in;
    transition: top .4s ease-in;
    padding-top: 1rem; }
  .open-filter-mobile .filter-mobile {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding-bottom: 3rem; }
    .open-filter-mobile .filter-mobile .filter-mobile-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
      border-bottom: 1px solid #ececec;
      padding-bottom: 1.25rem; }
    .open-filter-mobile .filter-mobile .filter-title {
      font-weight: 900;
      margin-bottom: 0; }
    .open-filter-mobile .filter-mobile .filter-closing-container {
      width: 16px;
      height: 16px; }
    .open-filter-mobile .filter-mobile .filter-closing-cross {
      position: absolute;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      .open-filter-mobile .filter-mobile .filter-closing-cross::before, .open-filter-mobile .filter-mobile .filter-closing-cross::after {
        position: absolute;
        content: ' ';
        height: 16px;
        width: 2px;
        background-color: #000; }
      .open-filter-mobile .filter-mobile .filter-closing-cross::before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .open-filter-mobile .filter-mobile .filter-closing-cross::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .open-filter-mobile .filter-mobile .filter-mobile-content-container {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-flex: 1;
              flex-grow: 1;
      overflow: auto;
      scrollbar-width: none;
      padding-bottom: 1.25rem; }
      .open-filter-mobile .filter-mobile .filter-mobile-content-container::-webkit-scrollbar {
        width: 0; }
      .open-filter-mobile .filter-mobile .filter-mobile-content-container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2); }
    .open-filter-mobile .filter-mobile .filter-mobile-content {
      position: relative;
      -webkit-box-flex: 1;
              flex-grow: 1; }
    .open-filter-mobile .filter-mobile .filter-mobile-fixed-bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1rem;
      background-color: #fff;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.19); }

.filter-list-item {
  color: #212529;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: flex; }
  .filter-list-item:hover {
    color: #212529; }
  .filter-list-item .filter-color-preview {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 0.75rem; }
  .filter-list-item .filter-color-white {
    background: #fff;
    border: 1px solid #adaeae; }
  .filter-list-item .filter-color-grey {
    background: #9a9a9a; }
  .filter-list-item .filter-color-black {
    background: #2a2a2a; }
  .filter-list-item .filter-color-silver {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(17%, #bbb9b9), color-stop(61%, #e2dede), color-stop(84%, #c9cacb));
    background-image: linear-gradient(to bottom right, #bbb9b9 17%, #e2dede 61%, #c9cacb 84%); }
  .filter-list-item .filter-color-green {
    background: #868f4c; }
  .filter-list-item .filter-color-gold {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(13%, #886933), color-stop(57%, #cbb970), color-stop(80%, #c29d56));
    background-image: linear-gradient(to bottom right, #886933 13%, #cbb970 57%, #c29d56 80%); }
  .filter-list-item .filter-color-pink {
    background: #ab7574; }
  .filter-list-item .filter-color-blue {
    background: #859599; }
  .filter-list-item .filter-color-purple {
    background: #96899a; }
  .filter-list-item .filter-color-bronze {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(18%, #7a4513), color-stop(61%, #f0be8f), color-stop(78%, #7a4513));
    background: linear-gradient(to bottom right, #7a4513 18%, #f0be8f 61%, #7a4513 78%); }
  .filter-list-item .filter-color-brown {
    background: #904928; }

@media (min-width: 576px) {
  .filter-mobile-button {
    max-width: 240px; } }

@media (min-width: 768px) {
  .sidebar {
    position: static;
    padding-top: 1rem; } }

.footer-banner {
  background: #efeff4;
  padding: 1.5rem 0;
  margin-bottom: -3rem; }
  .footer-banner .container {
    padding: 0 1.5rem; }
    .footer-banner .container > div {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      cursor: pointer; }
      .footer-banner .container > div a {
        color: #000;
        text-decoration: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        height: 100%; }
      .footer-banner .container > div img {
        height: 30px;
        margin-right: 1rem; }
      .footer-banner .container > div p {
        margin-bottom: 0; }
      .footer-banner .container > div > span,
      .footer-banner .container > div > a > span {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        height: 100%; }
        .footer-banner .container > div > span span:first-child,
        .footer-banner .container > div > a > span span:first-child {
          font-size: 1rem;
          font-weight: 700; }
        .footer-banner .container > div > span span:nth-child(2),
        .footer-banner .container > div > a > span span:nth-child(2) {
          font-size: 0.8125rem;
          font-weight: 300; }
      .footer-banner .container > div:not(:last-child) {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #cecfcf;
        margin-bottom: 1.5rem; }

.page-footer {
  background: url("../images/footer-background-mobile.svg") no-repeat center center;
  background-size: cover; }
  .page-footer .footer-content {
    padding: 2rem 1.75rem;
    color: #fff;
    font-weight: 300; }
    .page-footer .footer-content .footer-top {
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-bottom: 1rem; }
    .page-footer .footer-content .footer-social-media {
      flex-basis: 50%;
      align-self: center; }
      .page-footer .footer-content .footer-social-media img {
        width: 20px;
        margin-right: 0.5rem; }
      .page-footer .footer-content .footer-social-media a {
        color: #fff; }
    .page-footer .footer-content .footer-philips-logo {
      flex-basis: 100%;
      -webkit-box-ordinal-group: 4;
              order: 3;
      margin: 1.5rem 0; }
      .page-footer .footer-content .footer-philips-logo img {
        width: 80px; }
    .page-footer .footer-content .switcher-language {
      flex-basis: 50%;
      align-self: center;
      text-align: right; }
      .page-footer .footer-content .switcher-language a {
        color: #cecfcf; }
    .page-footer .footer-content .footer-cms-links ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
              justify-content: center;
      list-style: none;
      padding-left: 0; }
      .page-footer .footer-content .footer-cms-links ul li {
        font-weight: 500;
        margin: 0 0.5rem;
        font-size: 1rem; }
        .page-footer .footer-content .footer-cms-links ul li a {
          color: #fff; }
    .page-footer .footer-content .copyright {
      display: block;
      text-align: center;
      font-size: inherit;
      color: #b3c8e6;
      text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5); }

@media (min-width: 576px) {
  .page-footer .footer-content .footer-philips-logo img {
    width: 90px; } }

@media (min-width: 768px) {
  .footer-banner {
    padding: 2rem 0; }
    .footer-banner .container {
      display: -webkit-box;
      display: flex; }
      .footer-banner .container > div {
        -webkit-box-flex: 1;
                flex: 1 1 25%;
        padding: 0 1rem; }
        .footer-banner .container > div span span:first-child {
          font-size: 1rem; }
        .footer-banner .container > div:not(:first-child) {
          border-left: 1px solid #cecfcf; }
        .footer-banner .container > div:not(:last-child) {
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; }
  .page-footer {
    background: url("../images/footer-background.svg") no-repeat center center;
    background-size: cover; }
    .page-footer .footer-content {
      padding: 3rem; }
      .page-footer .footer-content .footer-top {
        margin-bottom: 1.5rem; }
      .page-footer .footer-content .footer-social-media {
        -webkit-box-ordinal-group: 2;
                order: 1;
        flex-basis: 33.33333%; }
        .page-footer .footer-content .footer-social-media p:first-of-type {
          margin-bottom: 2rem; }
      .page-footer .footer-content .footer-philips-logo {
        -webkit-box-ordinal-group: 3;
                order: 2;
        flex-basis: 33.33333%; }
        .page-footer .footer-content .footer-philips-logo img {
          width: 110px; }
      .page-footer .footer-content .switcher-language {
        -webkit-box-ordinal-group: 4;
                order: 3;
        flex-basis: 33.33333%; } }

@media (min-width: 992px) {
  .footer-banner {
    padding: 3rem; }
    .footer-banner .container > a {
      padding: 0 2rem; } }

.home-how-it-works {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 3rem 0;
  background-color: #f8f8f8; }
  .home-how-it-works h2 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 3rem; }
  .home-how-it-works .process-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap; }
  .home-how-it-works .process-item {
    -webkit-box-flex: 0;
            flex: 0 0 calc(50% - 24px);
    text-align: center; }
    .home-how-it-works .process-item .process-title {
      font-size: 18px; }
    .home-how-it-works .process-item .process-image {
      margin-bottom: 1.5rem; }
    .home-how-it-works .process-item:first-child, .home-how-it-works .process-item:nth-child(2) {
      margin-bottom: 3rem; }
    .home-how-it-works .process-item:first-child, .home-how-it-works .process-item:nth-child(3) {
      margin-right: 1.5rem; }

@media (min-width: 768px) {
  .home-how-it-works {
    padding: 4.5rem 1rem; }
    .home-how-it-works h2 {
      margin-bottom: 5rem; }
    .home-how-it-works .process-items {
      flex-wrap: nowrap; }
    .home-how-it-works .process-item {
      -webkit-box-flex: initial;
              flex: initial; }
      .home-how-it-works .process-item:not(:last-child) {
        margin-right: 3rem; } }

.page-header::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ececec;
  position: absolute;
  top: 40px; }

.page-header .header-content {
  position: relative;
  z-index: 1;
  margin-bottom: -6px; }
  .page-header .header-content .logo {
    position: relative; }
    .page-header .header-content .logo img {
      width: 88px;
      height: 46px;
      position: relative;
      z-index: 1; }
  .page-header .header-content .header-store-switcher .dropdown-toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .page-header .header-content .header-store-switcher .dropdown-toggle:hover {
      text-decoration: none; }
    .page-header .header-content .header-store-switcher .dropdown-toggle::after {
      border-top: 0.35rem solid #000;
      margin-left: .4rem; }
  .page-header .header-content .header-store-switcher .dropdown-menu {
    min-width: auto;
    margin-top: 0.75rem;
    margin-left: -1rem; }
  .page-header .header-content .header-store-switcher .dropdown-item {
    padding: 0.25rem 1rem; }
    .page-header .header-content .header-store-switcher .dropdown-item:active {
      background: #f1f1f1; }
  .page-header .header-content .header-store-switcher .header-store-switcher-flag {
    width: 16px;
    height: 12px; }
  .page-header .header-content .header-store-switcher .selected-language {
    pointer-events: none;
    cursor: default; }
    .page-header .header-content .header-store-switcher .selected-language::after {
      content: '\2713';
      margin-left: 0.25rem; }
  .page-header .header-content .wishlist {
    position: absolute;
    top: 10px;
    right: 104px; }
  .page-header .header-content .counter {
    font-size: 0.6875rem;
    position: absolute;
    background: #d0021b;
    color: #fff;
    border-radius: 50%;
    line-height: 17px;
    height: 16px;
    width: 16px;
    text-align: center;
    top: -2px;
    left: -6px; }
    .page-header .header-content .counter .loading-mask .loader img {
      width: 16px;
      height: 16px; }
  .page-header .header-content .wishlist-icon {
    position: relative; }
  .page-header .header-content .minicart-wrapper {
    float: right;
    position: relative;
    margin-top: 0.75rem; }
  .page-header .header-content .header-navigation-button {
    float: right;
    margin: 0.75rem 0 0 1.5rem; }
    .page-header .header-content .header-navigation-button .hamburger-container {
      position: relative;
      width: 20px;
      height: 22px; }
    .page-header .header-content .header-navigation-button .hamburger-icon,
    .page-header .header-content .header-navigation-button .hamburger-icon::before,
    .page-header .header-content .header-navigation-button .hamburger-icon::after {
      position: absolute;
      width: 20px;
      height: 2px;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      border-radius: 4px;
      background-color: #000; }
    .page-header .header-content .header-navigation-button .hamburger-icon::before,
    .page-header .header-content .header-navigation-button .hamburger-icon::after {
      display: block;
      content: ''; }
    .page-header .header-content .header-navigation-button .hamburger-icon {
      margin-top: 4px; }
    .page-header .header-content .header-navigation-button .hamburger-icon::before {
      top: 6px;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform; }
    .page-header .header-content .header-navigation-button .hamburger-icon::after {
      top: 12px; }
  .page-header .header-content .header-navigation-menu .header.links > li:not(.wishlist),
  .page-header .header-content .header-navigation-menu .header-cms-links > ul {
    display: none; }

.page-print .logo img {
  width: 87px; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-navigation-menu .header-cms-links a {
    font-size: 0.8125rem; } }

@media (min-width: 768px) {
  .page-header {
    border-bottom: 1px solid #ececec; }
    .page-header::before {
      top: 40px; }
    .page-header .header-content {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: end;
              align-items: flex-end;
      margin-top: 0;
      z-index: auto;
      margin-bottom: 0; }
      .page-header .header-content .logo {
        margin: 40px 25px -9px 0; }
        .page-header .header-content .logo::before, .page-header .header-content .logo::after {
          content: '';
          width: 1px;
          height: 54px;
          background: #ececec;
          position: absolute;
          top: 0;
          left: -1px; }
        .page-header .header-content .logo::after {
          left: auto;
          right: -1px; }
        .page-header .header-content .logo img {
          width: 122px;
          height: 64px; }
      .page-header .header-content .wishlist {
        position: relative;
        top: initial;
        right: initial; }
      .page-header .header-content .minicart-wrapper {
        float: none;
        position: absolute;
        top: 0;
        right: 14px;
        margin-top: 12px; }
      .page-header .header-content .header-navigation-menu {
        margin-top: -41px; }
        .page-header .header-content .header-navigation-menu .header.links {
          position: absolute;
          top: 0;
          right: 0.5rem;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          margin: 10px 1.5rem 0 auto; }
          .page-header .header-content .header-navigation-menu .header.links .header-store-switcher,
          .page-header .header-content .header-navigation-menu .header.links .wishlist {
            margin-right: 1.5rem; }
          .page-header .header-content .header-navigation-menu .header.links .authorization-link,
          .page-header .header-content .header-navigation-menu .header.links .account-link {
            margin-right: 2rem; }
          .page-header .header-content .header-navigation-menu .header.links > li:not(.wishlist) {
            display: block; }
          .page-header .header-content .header-navigation-menu .header.links a {
            color: #181818;
            font-size: 0.8125rem; }
        .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list {
          display: -webkit-box;
          display: flex;
          list-style: none;
          padding-left: 0; }
          .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list li a {
            color: #000;
            font-weight: 700;
            padding: 18px 22px 18px 0; }
        .page-header .header-content .header-navigation-menu .header-cms-links .navigation .submenu {
          display: none;
          top: 93px !important; }
          .page-header .header-content .header-navigation-menu .header-cms-links .navigation .submenu .category-item {
            padding: 0.25rem 1rem; }
            .page-header .header-content .header-navigation-menu .header-cms-links .navigation .submenu .category-item:hover {
              background-color: #f1f1f1; }
            .page-header .header-content .header-navigation-menu .header-cms-links .navigation .submenu .category-item a {
              font-weight: 500; }
              .page-header .header-content .header-navigation-menu .header-cms-links .navigation .submenu .category-item a:hover {
                text-decoration: none; } }

@media (max-width: 767.98px) {
  html.open-header-navigation-menu body {
    overflow: hidden; }
    html.open-header-navigation-menu body .page-header {
      z-index: 1;
      position: relative; }
      html.open-header-navigation-menu body .page-header .header-content {
        position: relative; }
        html.open-header-navigation-menu body .page-header .header-content .logo {
          display: inline-block;
          z-index: 1;
          position: relative; }
        html.open-header-navigation-menu body .page-header .header-content .wishlist {
          top: -41px;
          right: 88px; }
        html.open-header-navigation-menu body .page-header .header-content .header-navigation-button .hamburger-icon {
          margin-top: 0;
          -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
                  transform: translate3d(0, 10px, 0) rotate(45deg); }
        html.open-header-navigation-menu body .page-header .header-content .header-navigation-button .hamburger-icon::before {
          -webkit-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
                  transform: rotate(-45deg) translate3d(-6px, -6px, 0);
          opacity: 0; }
        html.open-header-navigation-menu body .page-header .header-content .header-navigation-button .hamburger-icon::after {
          top: 20px;
          -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
                  transform: translate3d(0, -20px, 0) rotate(-90deg); }
        html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu {
          position: fixed;
          left: 0;
          top: 41px;
          width: 100%;
          height: calc(100% - 41px);
          background: #fff; }
          html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header.links > li,
          html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links-list {
            display: block; }
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header.links > li a,
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links-list a {
              color: #000;
              font-weight: 700; }
          html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header.links {
            background: #ececec;
            padding-top: 2rem; }
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header.links li {
              margin: 0 1rem;
              padding: 0.75rem 0; }
              html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header.links li:first-child {
                border-bottom: 1px solid #cecfcf; }
          html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list {
            list-style: none;
            padding-left: 0; }
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list > li,
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list nav {
              margin: 0 1rem;
              padding: 0.75rem 0;
              border-bottom: 1px solid #cecfcf; }
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .navigation {
              display: -webkit-box;
              display: flex;
              -webkit-box-align: baseline;
                      align-items: baseline; }
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .category-item {
              display: -webkit-box;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                      flex-direction: column; }
              html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .category-item .level-top::before {
                content: url("../images/chevron.svg");
                display: inline-block;
                -webkit-transform: rotate(270deg);
                        transform: rotate(270deg);
                position: absolute;
                left: 18px; }
              html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .category-item .level-top.ui-state-active::before {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
              html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .category-item a {
                margin-left: 1rem; }
            html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .dropdown-menu {
              position: relative;
              border: 0;
              top: 0 !important; }
              html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .dropdown-menu .ui-menu-item {
                padding: 0.5rem 0; }
                html.open-header-navigation-menu body .page-header .header-content .header-navigation-menu .header-cms-links .header-cms-links-list .dropdown-menu .ui-menu-item.last {
                  padding-bottom: 0; } }

.login-container .btn-link.remind, .login-container .account .order-links .nav.item a.remind, .account .order-links .nav.item .login-container a.remind,
.login-container .account .actions-toolbar a.remind, .account .actions-toolbar .login-container a.remind,
.login-container .account .order-title a.remind, .account .order-title .login-container a.remind, .login-container .account .order-details-items .remind.action.back, .account .order-details-items .login-container .remind.action.back, .login-container .cart-empty a.remind, .cart-empty .login-container a.remind {
  float: right; }

.product-listing-list li {
  text-align: left; }

.product-listing-total-number {
  padding: 0.5rem 0; }

@media (min-width: 768px) {
  .product-listing-total-number {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ececec; } }

.catalog-product-view h1 {
  font-weight: 900;
  font-size: 24px; }

.catalog-product-view .share-block {
  margin-bottom: 1.5rem; }
  .catalog-product-view .share-block .share-link {
    width: auto;
    text-align: left;
    padding-left: 0; }
    .catalog-product-view .share-block .share-link .share-text {
      text-decoration: underline; }
    .catalog-product-view .share-block .share-link .share-icon {
      width: 18px;
      height: 18px; }
  .catalog-product-view .share-block .sharing-icons {
    margin: 0;
    padding: 0.25rem 0 0; }
    .catalog-product-view .share-block .sharing-icons img {
      width: 27px;
      height: 27px;
      margin: 0 3px; }
      .catalog-product-view .share-block .sharing-icons img.e-mail-logo {
        width: 24px; }
      .catalog-product-view .share-block .sharing-icons img.copy-logo {
        width: 20px; }

.pdp-top-container .product-info-main {
  height: 100%;
  padding: 1rem; }
  .pdp-top-container .product-info-main .price-box {
    margin-bottom: 1rem; }
    .pdp-top-container .product-info-main .price-box .price-wrapper {
      font-weight: 700;
      font-size: 26px; }
  .pdp-top-container .product-info-main .input-text.qty {
    width: 55px;
    margin-bottom: 1.5rem; }
    .pdp-top-container .product-info-main .input-text.qty::-webkit-inner-spin-button, .pdp-top-container .product-info-main .input-text.qty::-webkit-outer-spin-button {
      opacity: 1; }
  .pdp-top-container .product-info-main .delivery-information {
    font-size: 0.8125rem;
    font-weight: 300;
    margin: 0 0 1.5rem 1.25rem;
    line-height: 1.5; }
  .pdp-top-container .product-info-main .actions-cart-wistlist {
    display: -webkit-box;
    display: flex;
    margin-bottom: 0.5rem; }
    .pdp-top-container .product-info-main .actions-cart-wistlist .wishlist-button {
      margin-right: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
  .pdp-top-container .product-info-main .design-btn {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 0.75rem; }

.pdp-top-container .pdp-images .ar-button {
  position: absolute;
  top: 0;
  left: 15px;
  border-radius: 50%;
  padding: 0.5rem;
  z-index: 10; }

.pdp-top-container .pdp-images .pdp-slider-image {
  width: 100%;
  padding: 0 1.5rem;
  margin-bottom: 1rem; }

.pdp-top-container .pdp-images .pdp-placeholder-image {
  position: absolute;
  top: 0;
  right: 0; }
  .pdp-top-container .pdp-images .pdp-placeholder-image .pdp-slider-image {
    width: 100%; }

.pdp-top-container .pdp-images .sly-slidee.sly-initialized ~ .pdp-placeholder-image {
  display: none; }

.pdp-top-container .pdp-images .sly-slidee:not(.sly-initialized) {
  visibility: hidden; }

.pdp-top-container .pdp-images .sly-slidee li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }

.pdp-top-container .pdp-images .sly-control {
  top: 40%; }
  .pdp-top-container .pdp-images .sly-control.prevPage {
    /* stylelint-disable-line selector-class-pattern */
    left: 0; }
  .pdp-top-container .pdp-images .sly-control.nextPage {
    /* stylelint-disable-line selector-class-pattern */
    right: 0; }

.pdp-top-container .pdp-images .sly-thumbnails-container {
  position: relative; }

.pdp-top-container .pdp-images .sly-thumbnails {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .pdp-top-container .pdp-images .sly-thumbnails li {
    width: 45px;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .pdp-top-container .pdp-images .sly-thumbnails li:not(:last-child) {
      margin-right: 0.5rem; }
    .pdp-top-container .pdp-images .sly-thumbnails li.active {
      border-bottom: 3px solid #0066a1; }
  .pdp-top-container .pdp-images .sly-thumbnails.sly-pages {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .pdp-top-container .pdp-images .sly-thumbnails:not(.sly-pages) li {
    background-color: #f1f1f1; }

.pdp-bottom-container h3 {
  font-weight: 900;
  margin-bottom: 1rem; }

.pdp-bottom-container .pdp-details-menu {
  margin: 1.5rem 1rem 0 0; }
  .pdp-bottom-container .pdp-details-menu a {
    color: inherit;
    text-decoration: underline;
    font-weight: 700;
    margin-right: 1rem; }

.pdp-bottom-container .pdp-details-block {
  margin-top: 1.5rem;
  padding-top: 1rem; }
  .pdp-bottom-container .pdp-details-block:not(:nth-child(2)) {
    border-top: 1px solid #cecfcf; }
  .pdp-bottom-container .pdp-details-block p {
    margin-bottom: 0; }

.pdp-bottom-container .pdp-details-specifications-table {
  width: 100%;
  table-layout: fixed; }
  .pdp-bottom-container .pdp-details-specifications-table th {
    background-color: #f1f1f1; }
  .pdp-bottom-container .pdp-details-specifications-table th:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .pdp-bottom-container .pdp-details-specifications-table th:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .pdp-bottom-container .pdp-details-specifications-table th,
  .pdp-bottom-container .pdp-details-specifications-table td {
    word-wrap: break-word;
    border: 0; }
    .pdp-bottom-container .pdp-details-specifications-table th:first-child,
    .pdp-bottom-container .pdp-details-specifications-table td:first-child {
      padding-left: 0.75rem; }
  .pdp-bottom-container .pdp-details-specifications-table td {
    width: 50%; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .pdp-top-container .product-info-main .design-btn {
    margin-top: 0; } }

@media (min-width: 768px) {
  .catalog-product-view h1 {
    margin: 2rem 0 0;
    font-size: 32px; }
  .pdp-top-container .product-info-main {
    padding: 1.75rem;
    border: 1px solid #cecfcf; }
    .pdp-top-container .product-info-main .price-box {
      margin-bottom: 1.5rem; }
  .pdp-top-container .pdp-images .sly-thumbnails li {
    width: 65px; }
  .pdp-bottom-container .pdp-details-menu a {
    margin-right: 2rem; } }

@media (min-width: 992px) {
  .pdp-top-container .product-info-main .design-btn {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .pdp-top-container .pdp-images .pdp-slider-image {
    padding: 0 5rem; } }

.read-more-container .collapse:not(.show) {
  display: block;
  height: 110px;
  overflow: hidden; }

.read-more-container .collapse-button {
  margin-top: 0.75rem; }
  .read-more-container .collapse-button:not(.collapsed) {
    display: none; }

.read-more-container.long-preview-with-blur .collapse:not(.show) {
  height: 220px;
  position: relative; }
  .read-more-container.long-preview-with-blur .collapse:not(.show)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    width: 100%;
    height: 100px; }

.contact-button {
  cursor: pointer; }
  .contact-button.secondary-btn .contact-icon, .actions-toolbar .contact-button.action-update .contact-icon, .actions-toolbar .contact-button.action-cancel .contact-icon, .checkout-shipping-address .contact-button.action-select-shipping-item .contact-icon, .checkout-shipping-address .contact-button.action-show-popup .contact-icon, .checkout-shipping-address .contact-button.edit-address-link .contact-icon, .checkout-payment-method .payment-group .payment-method .contact-button.action-edit-address .contact-icon {
    width: 20px; }

.social-media-banner {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 3rem 0;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 1rem; }
  .social-media-banner .social-media-banner-title {
    margin-bottom: 1.5rem;
    font-weight: 900; }
  .social-media-banner .social-media-banner-logos {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 2rem; }
    .social-media-banner .social-media-banner-logos img {
      margin-right: 1rem; }

@media (min-width: 768px) {
  .social-media-banner {
    padding: 4.5rem 1rem; } }

#trengo-web-widget {
  /* stylelint-disable-line selector-max-id */ }
  #trengo-web-widget .TrengoOnlineStatus__iframe,
  #trengo-web-widget .TrengoWidgetLauncher__iframe,
  #trengo-web-widget .TrengoWidgetGreeter__iframe,
  #trengo-web-widget .TrengoWidgetBadge__iframe {
    /* stylelint-disable-line selector-class-pattern */
    display: none; }
  #trengo-web-widget .TrengoWidgetPanel__iframe {
    /* stylelint-disable-line selector-class-pattern */
    bottom: 20px !important; }

.usp-list > ul {
  padding-top: 0.75rem;
  margin-bottom: 0.75rem; }
  .usp-list > ul li {
    display: -webkit-box;
    display: flex; }
    .usp-list > ul li:before {
      content: '\2713';
      margin-right: 0.5rem; }

.cms-home .btn, .cms-home .actions-toolbar .action-update, .actions-toolbar .cms-home .action-update,
.cms-home .actions-toolbar .action-cancel, .actions-toolbar .cms-home .action-cancel, .cms-home .account .order-details-items .action.back, .account .order-details-items .cms-home .action.back, .cms-home .checkout-shipping-address .action-select-shipping-item, .checkout-shipping-address .cms-home .action-select-shipping-item,
.cms-home .checkout-shipping-address .action-show-popup, .checkout-shipping-address .cms-home .action-show-popup, .cms-home .checkout-shipping-address .edit-address-link, .checkout-shipping-address .cms-home .edit-address-link, .cms-home .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .cms-home .action.primary.checkout, .cms-home .checkout-payment-method .payment-group .payment-method .action-edit-address, .checkout-payment-method .payment-group .payment-method .cms-home .action-edit-address {
  padding: 0.75rem 2.5rem; }

.cms-home .main.col {
  padding-bottom: 0; }

.widget {
  margin-bottom: 3rem; }

.widget-full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  overflow: hidden;
  left: 50%;
  display: grid; }

.one-column-per-row .column-background {
  height: 350px;
  min-height: 16vw;
  background-position-x: right; }

.one-column-per-row .column-body-wrapper {
  position: absolute;
  top: 60px;
  left: 16px;
  right: 0; }
  .one-column-per-row .column-body-wrapper .column-body {
    max-width: 60%; }
    .one-column-per-row .column-body-wrapper .column-body h2 {
      font-weight: 900; }
    .one-column-per-row .column-body-wrapper .column-body .column-description {
      font-weight: 300;
      margin-bottom: 1.5rem; }

.one-column-per-row .sly-pages {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }

.one-column-per-row .sly-control {
  top: 170px; }
  .one-column-per-row .sly-control .chevron {
    fill: #fff; }
  .one-column-per-row .sly-control.prevPage {
    /* stylelint-disable-line selector-class-pattern */
    left: 0.75rem; }
  .one-column-per-row .sly-control.nextPage {
    /* stylelint-disable-line selector-class-pattern */
    right: 0.75rem; }

.one-column-per-row .sly-pages {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .one-column-per-row .sly-pages .sly-pager {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #fff;
    mix-blend-mode: exclusion;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    margin-right: 0.5rem; }
    .one-column-per-row .sly-pages .sly-pager:not(.active) {
      width: 10px;
      height: 10px;
      opacity: .4;
      -webkit-transform: translateY(22%);
              transform: translateY(22%); }

.multiple-columns-per-row .column-background {
  background-position: center;
  height: 486px; }

.multiple-columns-per-row .column-link {
  margin-top: 1.5rem; }
  .multiple-columns-per-row .column-link .column-body {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem; }
    .multiple-columns-per-row .column-link .column-body .column-short-text {
      font-size: 1rem; }
    .multiple-columns-per-row .column-link .column-body .column-title {
      font-size: 22px;
      font-weight: 900; }
    .multiple-columns-per-row .column-link .column-body .column-description {
      font-size: 1rem;
      margin-bottom: 1.5rem; }

.animated-banners {
  display: -webkit-box;
  display: flex; }
  .animated-banners .column-link {
    width: 100%;
    height: 100%;
    padding-top: 43.25%; }
    .animated-banners .column-link .animation-banner {
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%; }
      .animated-banners .column-link .animation-banner.active {
        opacity: 1; }
    .animated-banners .column-link.with-transition .animation-banner {
      -webkit-transition: opacity 2s ease-in;
      transition: opacity 2s ease-in; }
      .animated-banners .column-link.with-transition .animation-banner.active {
        -webkit-transition: opacity 2s ease-out;
        transition: opacity 2s ease-out; }
    .animated-banners .column-link img {
      width: 100%; }
    .animated-banners .column-link .column-body {
      display: none; }
    .animated-banners .column-link:not(:last-child) {
      margin-right: 0.5rem; }

.images-titles-buttons .container {
  padding-left: 0;
  padding-right: 0; }

.images-titles-buttons.gray-250-layer {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 3rem 0;
  background-color: #f8f8f8; }

.images-titles-buttons h2 {
  margin-bottom: 3rem;
  text-align: center; }

.images-titles-buttons .column-title {
  font-weight: 900; }

.images-titles-buttons .column-link {
  max-width: 352px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto 1rem; }
  .images-titles-buttons .column-link .column-content {
    color: initial;
    text-align: center;
    margin-top: 1.5rem;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .images-titles-buttons .column-link .column-title {
    font-size: 22px; }

.images-titles-buttons .btn, .images-titles-buttons .actions-toolbar .action-update, .actions-toolbar .images-titles-buttons .action-update,
.images-titles-buttons .actions-toolbar .action-cancel, .actions-toolbar .images-titles-buttons .action-cancel, .images-titles-buttons .account .order-details-items .action.back, .account .order-details-items .images-titles-buttons .action.back, .images-titles-buttons .checkout-shipping-address .action-select-shipping-item, .checkout-shipping-address .images-titles-buttons .action-select-shipping-item,
.images-titles-buttons .checkout-shipping-address .action-show-popup, .checkout-shipping-address .images-titles-buttons .action-show-popup, .images-titles-buttons .checkout-shipping-address .edit-address-link, .checkout-shipping-address .images-titles-buttons .edit-address-link, .images-titles-buttons .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .images-titles-buttons .action.primary.checkout, .images-titles-buttons .checkout-payment-method .payment-group .payment-method .action-edit-address, .checkout-payment-method .payment-group .payment-method .images-titles-buttons .action-edit-address {
  align-self: center;
  margin-top: 1.5rem; }

.content-image {
  text-align: center;
  margin-bottom: 4rem; }
  .content-image .column-link {
    display: -webkit-box;
    display: flex; }
  .content-image .column-content {
    color: initial;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .content-image .column-title {
    font-weight: 900; }
  .content-image .column-description {
    font-weight: 300;
    font-size: 18px; }
  .content-image .btn, .content-image .actions-toolbar .action-update, .actions-toolbar .content-image .action-update,
  .content-image .actions-toolbar .action-cancel, .actions-toolbar .content-image .action-cancel, .content-image .account .order-details-items .action.back, .account .order-details-items .content-image .action.back, .content-image .checkout-shipping-address .action-select-shipping-item, .checkout-shipping-address .content-image .action-select-shipping-item,
  .content-image .checkout-shipping-address .action-show-popup, .checkout-shipping-address .content-image .action-show-popup, .content-image .checkout-shipping-address .edit-address-link, .checkout-shipping-address .content-image .edit-address-link, .content-image .checkout-payment-method .payment-group .action.primary.checkout, .checkout-payment-method .payment-group .content-image .action.primary.checkout, .content-image .checkout-payment-method .payment-group .payment-method .action-edit-address, .checkout-payment-method .payment-group .payment-method .content-image .action-edit-address {
    align-self: center;
    margin-top: 1.5rem; }

.column-link {
  display: block;
  position: relative; }
  .column-link:hover, .column-link:active {
    text-decoration: none; }
  .column-link .column-background {
    background-size: cover; }
  .column-link .column-body.color1 {
    color: #000; }
  .column-link .column-body.color2 {
    color: #fff; }
  .column-link .column-body.color3 {
    color: #0066a1; }

@media (min-width: 576px) {
  .images-titles-buttons .multiple-columns-per-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .images-titles-buttons .column-link {
    margin-left: initial;
    margin-right: 1rem;
    -webkit-box-flex: 0;
            flex: 0 1 calc(50% - 8px); }
    .images-titles-buttons .column-link:nth-child(3) {
      margin-bottom: 0; }
    .images-titles-buttons .column-link:nth-child(2), .images-titles-buttons .column-link:last-child {
      margin-right: 0; }
  .images-titles-buttons.number-of-columns-2 .column-link {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .widget {
    margin-bottom: 6rem; }
  .one-column-per-row .column-body-wrapper {
    left: 40px; }
  .one-column-per-row:not(:nth-child(2)) {
    margin-bottom: 6rem; }
  .multiple-columns-per-row {
    display: -webkit-box;
    display: flex; }
    .multiple-columns-per-row .column-link {
      width: 100%;
      margin-top: 0; }
      .multiple-columns-per-row .column-link .column-body {
        left: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem; }
        .multiple-columns-per-row .column-link .column-body .column-title {
          font-size: 30px; }
        .multiple-columns-per-row .column-link .column-body .column-description {
          font-size: 1.25rem; }
      .multiple-columns-per-row .column-link:not(:last-child) {
        margin-right: 30px; }
  .six-columns-per-row {
    flex-wrap: wrap; }
    .six-columns-per-row .column-link {
      -webkit-box-flex: 1;
              flex: 1 0 calc(33.3% - 20px); }
      .six-columns-per-row .column-link:nth-child(3) {
        margin-right: 0; }
      .six-columns-per-row .column-link:first-child, .six-columns-per-row .column-link:nth-child(2), .six-columns-per-row .column-link:nth-child(3) {
        margin-bottom: 1.5rem; }
  .animated-banners .column-link .column-body {
    display: block;
    bottom: 1rem; }
    .animated-banners .column-link .column-body .column-title {
      color: #000;
      font-size: 1.25rem; }
  .images-titles-buttons.gray-250-layer {
    padding: 4.5rem 1rem; }
  .images-titles-buttons .multiple-columns-per-row {
    flex-wrap: nowrap; }
  .images-titles-buttons .column-link {
    max-width: 100%;
    margin-bottom: 0; }
    .images-titles-buttons .column-link:not(:last-child) {
      margin-bottom: 0; }
  .content-image .column-content {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .one-column-per-row .column-background {
    background-position-x: center; }
  .one-column-per-row .column-body-wrapper {
    left: 70px; }
  .one-column-per-row .sly-control.prevPage {
    /* stylelint-disable-line selector-class-pattern */
    left: 3rem; }
  .one-column-per-row .sly-control.nextPage {
    /* stylelint-disable-line selector-class-pattern */
    right: 3rem; }
  .animated-banners .column-link .column-body .column-title {
    font-size: 30px; }
  .animated-banners .column-link:not(:last-child) {
    margin-right: 1.5rem; }
  .content-image .column-content {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1200px) {
  .animated-banners .column-link .column-background {
    height: 486px; }
  .animated-banners .column-link img {
    max-height: 460px;
    width: 100%; }
  .animated-banners .column-link .column-body {
    bottom: 2rem; } }

.featured-products-widget .featured-products-title {
  font-weight: 900;
  margin-bottom: 0; }

.featured-products-widget .featured-products-description {
  font-size: 1rem; }

.featured-products-widget .featured-products-lamp-container {
  padding-right: 0;
  margin-bottom: 1.5rem; }
  .featured-products-widget .featured-products-lamp-container.quartz .img-fluid {
    margin-top: 10%;
    margin-bottom: -10%; }

.featured-products-widget .featured-products-lamp {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .featured-products-widget .featured-products-lamp a {
    color: inherit; }
    .featured-products-widget .featured-products-lamp a:hover {
      text-decoration: none; }

.featured-products-widget .featured-products-icon {
  position: absolute;
  top: 10px;
  right: 10px; }

.featured-products-widget .featured-products-info {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.featured-products-widget .featured-products-name {
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 0.8125rem;
  -webkit-box-flex: 1;
          flex: 1 1 100%; }

.featured-products-widget .featured-products-price {
  font-weight: 700; }

@media (min-width: 768px) {
  .featured-products-widget .featured-products-lamp-container {
    margin-bottom: 0; } }

.home-usps {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  left: 50%;
  padding: 1.5rem 0;
  background-color: #f8f8f8;
  margin-top: -3rem;
  margin-bottom: 0; }
  .home-usps li {
    margin-bottom: 1rem; }
  .home-usps img {
    margin-right: 0.75rem;
    height: 25px; }

@media (min-width: 768px) {
  .home-usps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: -6rem; }
    .home-usps li {
      margin-right: 1.5rem;
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .home-usps li {
    margin-right: 5rem; } }

.inspiration-widget {
  margin-bottom: 0; }
  .inspiration-widget .inspiration-background {
    position: relative;
    overflow: hidden;
    padding: 3rem 0 2rem; }
    .inspiration-widget .inspiration-background.large-tiles {
      width: 100vw;
      margin-left: -50vw;
      left: 50%; }
    .inspiration-widget .inspiration-background .inspiration-text .inspiration-title {
      font-size: 46px; }
    .inspiration-widget .inspiration-background .inspiration-text .inspiration-description {
      font-size: 1.25rem; }
    .inspiration-widget .inspiration-background .inspiration-images {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
    .inspiration-widget .inspiration-background .inspiration-image {
      -webkit-box-flex: 1;
              flex: 1 1 50%; }
      .inspiration-widget .inspiration-background .inspiration-image img {
        width: 100%; }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp {
      text-align: center;
      height: 100%; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp .ar-button {
        position: absolute;
        top: -10px;
        left: -20px;
        border-radius: 50%;
        padding: 0.5rem;
        z-index: 10; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp.quartz .img-fluid {
        margin-top: 10%;
        margin-bottom: -10%; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp.product-listing-lamp {
        display: -webkit-box;
        display: flex; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp:hover {
        text-decoration: none; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp a {
        color: initial; }
        .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp a:hover {
          text-decoration: none; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp .price {
        display: block;
        margin: 0.5rem 0 1rem;
        font-size: 0.9375rem;
        font-weight: 700; }
      .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp:not(.product-listing-lamp):not(:nth-child(4n)):not(:last-of-type)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        height: 60%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(#000), to(rgba(0, 0, 0, 0.2)));
        background: linear-gradient(rgba(0, 0, 0, 0.2), #000, rgba(0, 0, 0, 0.2)); }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-example-container {
      width: 100%; }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-example {
      margin-right: 1rem;
      padding-bottom: 129%;
      position: relative; }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-image {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-info {
      text-align: left;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding-right: 1.5rem; }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-info-link {
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-info-text {
      -webkit-box-flex: 1;
              flex: 1 1 100%; }
    .inspiration-widget .inspiration-background .inspiration-lamps .lamp-buttons {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
    .inspiration-widget .inspiration-background .inspiration-lamps .btn.color1, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color1.action-update, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-update,
    .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color1.action-cancel, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-cancel, .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .color1.action.back, .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .color1.action.back, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color1.action-select-shipping-item, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-select-shipping-item,
    .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color1.action-show-popup, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-show-popup, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color1.edit-address-link, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color1.edit-address-link, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .color1.action.primary.checkout, .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .color1.action.primary.checkout, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .color1.action-edit-address, .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-edit-address {
      color: #000;
      border: 1px solid #000; }
      .inspiration-widget .inspiration-background .inspiration-lamps .btn.color1 .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color1.action-update .inspiration-button-chevron, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-update .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color1.action-cancel .inspiration-button-chevron, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-cancel .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .color1.action.back .inspiration-button-chevron, .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .color1.action.back .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color1.action-select-shipping-item .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-select-shipping-item .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color1.action-show-popup .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-show-popup .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color1.edit-address-link .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color1.edit-address-link .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .color1.action.primary.checkout .inspiration-button-chevron, .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .color1.action.primary.checkout .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .color1.action-edit-address .inspiration-button-chevron, .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .color1.action-edit-address .inspiration-button-chevron {
        fill: #000; }
    .inspiration-widget .inspiration-background .inspiration-lamps .btn.color2, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color2.action-update, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-update,
    .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color2.action-cancel, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-cancel, .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .color2.action.back, .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .color2.action.back, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color2.action-select-shipping-item, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-select-shipping-item,
    .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color2.action-show-popup, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-show-popup, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color2.edit-address-link, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color2.edit-address-link, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .color2.action.primary.checkout, .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .color2.action.primary.checkout, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .color2.action-edit-address, .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-edit-address {
      color: #fff;
      border: 1px solid #fff; }
      .inspiration-widget .inspiration-background .inspiration-lamps .btn.color2 .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color2.action-update .inspiration-button-chevron, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-update .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color2.action-cancel .inspiration-button-chevron, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-cancel .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .color2.action.back .inspiration-button-chevron, .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .color2.action.back .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color2.action-select-shipping-item .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-select-shipping-item .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color2.action-show-popup .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-show-popup .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color2.edit-address-link .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color2.edit-address-link .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .color2.action.primary.checkout .inspiration-button-chevron, .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .color2.action.primary.checkout .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .color2.action-edit-address .inspiration-button-chevron, .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .color2.action-edit-address .inspiration-button-chevron {
        fill: #fff; }
    .inspiration-widget .inspiration-background .inspiration-lamps .btn.color3, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color3.action-update, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-update,
    .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color3.action-cancel, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-cancel, .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .color3.action.back, .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .color3.action.back, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color3.action-select-shipping-item, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-select-shipping-item,
    .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color3.action-show-popup, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-show-popup, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color3.edit-address-link, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color3.edit-address-link, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .color3.action.primary.checkout, .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .color3.action.primary.checkout, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .color3.action-edit-address, .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-edit-address {
      color: #0066a1;
      border: 1px solid #0066a1; }
      .inspiration-widget .inspiration-background .inspiration-lamps .btn.color3 .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color3.action-update .inspiration-button-chevron, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-update .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .color3.action-cancel .inspiration-button-chevron, .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-cancel .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .color3.action.back .inspiration-button-chevron, .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .color3.action.back .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color3.action-select-shipping-item .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-select-shipping-item .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color3.action-show-popup .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-show-popup .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .color3.edit-address-link .inspiration-button-chevron, .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .color3.edit-address-link .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .color3.action.primary.checkout .inspiration-button-chevron, .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .color3.action.primary.checkout .inspiration-button-chevron, .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .color3.action-edit-address .inspiration-button-chevron, .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .color3.action-edit-address .inspiration-button-chevron {
        fill: #0066a1; }
    .inspiration-widget .inspiration-background .inspiration-lamps .btn:not(.primary-btn):not(.design-btn), .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .action-update:not(.primary-btn):not(.design-btn), .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .action-update:not(.primary-btn):not(.design-btn),
    .inspiration-widget .inspiration-background .inspiration-lamps .actions-toolbar .action-cancel:not(.primary-btn):not(.design-btn), .actions-toolbar .inspiration-widget .inspiration-background .inspiration-lamps .action-cancel:not(.primary-btn):not(.design-btn), .inspiration-widget .inspiration-background .inspiration-lamps .account .order-details-items .action.back:not(.primary-btn):not(.design-btn), .account .order-details-items .inspiration-widget .inspiration-background .inspiration-lamps .action.back:not(.primary-btn):not(.design-btn), .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .action-select-shipping-item:not(.primary-btn):not(.design-btn), .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .action-select-shipping-item:not(.primary-btn):not(.design-btn),
    .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .action-show-popup:not(.primary-btn):not(.design-btn), .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .action-show-popup:not(.primary-btn):not(.design-btn), .inspiration-widget .inspiration-background .inspiration-lamps .checkout-shipping-address .edit-address-link:not(.primary-btn):not(.design-btn), .checkout-shipping-address .inspiration-widget .inspiration-background .inspiration-lamps .edit-address-link:not(.primary-btn):not(.design-btn), .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .action.primary.checkout:not(.primary-btn):not(.design-btn), .checkout-payment-method .payment-group .inspiration-widget .inspiration-background .inspiration-lamps .action.primary.checkout:not(.primary-btn):not(.design-btn), .inspiration-widget .inspiration-background .inspiration-lamps .checkout-payment-method .payment-group .payment-method .action-edit-address:not(.primary-btn):not(.design-btn), .checkout-payment-method .payment-group .payment-method .inspiration-widget .inspiration-background .inspiration-lamps .action-edit-address:not(.primary-btn):not(.design-btn) {
      align-self: center;
      background-color: transparent; }
    .inspiration-widget .inspiration-background .inspiration-lamps .towishlist {
      position: absolute;
      right: 10px; }
    .inspiration-widget .inspiration-background.color1 {
      color: #000; }
    .inspiration-widget .inspiration-background.color2 {
      color: #fff; }
    .inspiration-widget .inspiration-background.color3 {
      color: #0066a1; }

.lamp-usps {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: initial; }
  .lamp-usps li {
    margin: 3px 0; }

@media (min-width: 576px) {
  .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp.product-listing-lamp {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-example {
    margin-right: 0; } }

@media (min-width: 768px) {
  .inspiration-widget .inspiration-background .inspiration-images {
    flex-wrap: nowrap; }
    .inspiration-widget .inspiration-background .inspiration-images .inspiration-image {
      -webkit-box-flex: 1;
              flex: 1 1 50%; }
  .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp .towishlist {
    right: 10px; }
  .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp .ar-button {
    left: 10px; }
  .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp.quartz .img-fluid {
    margin-top: 20%;
    margin-bottom: -20%; }
  .inspiration-widget .inspiration-background .inspiration-lamps .inspiration-lamp-info {
    padding-right: 0; } }

@media (min-width: 992px) {
  .inspiration-widget .inspiration-background {
    padding: 3rem 0; } }

.process-widget {
  overflow: hidden;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #efeff4;
  padding: 4.5rem 0; }
  .process-widget .process-description {
    font-weight: 300; }
  .process-widget .process-steps .process-step {
    font-weight: 300; }
    .process-widget .process-steps .process-step:not(:last-child) {
      margin-bottom: 1.5rem; }
    .process-widget .process-steps .process-step .process-digit {
      color: #fff;
      background: #000;
      border-radius: 50%;
      width: 25px;
      padding: 2px;
      margin: 0.5rem auto; }
    .process-widget .process-steps .process-step .process-titles {
      padding: 0 1.5rem; }
      .process-widget .process-steps .process-step .process-titles .process-title {
        font-size: 1.25rem; }
      .process-widget .process-steps .process-step .process-titles .process-subtitle {
        font-size: 0.8125rem; }

@media (min-width: 768px) {
  .process-widget .process-steps {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .process-widget .process-steps .process-step {
      margin-bottom: 0;
      -webkit-box-flex: 0;
              flex: 0 1 100%; }
      .process-widget .process-steps .process-step:first-child .process-titles {
        border-right: 1px solid #cecfcf; }
      .process-widget .process-steps .process-step:last-child .process-titles {
        border-left: 1px solid #cecfcf; }
      .process-widget .process-steps .process-step:not(:last-child) {
        margin-bottom: 0; } }

.start-blank-wizard-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .start-blank-wizard-header .wizard-logo {
    margin: 60px auto 1rem; }
    .start-blank-wizard-header .wizard-logo .wizard-logo-img {
      width: 200px; }
  .start-blank-wizard-header .wizard-close-button {
    margin: 25px 25px 0;
    height: 32px;
    width: 32px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    position: absolute; }

.start-blank-wizard {
  text-align: center;
  font-size: 1rem; }
  .start-blank-wizard .wizard-steps {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    padding: 2rem 0;
    margin-bottom: 2rem; }
    .start-blank-wizard .wizard-steps .wizard-step {
      color: #636363; }
      .start-blank-wizard .wizard-steps .wizard-step .wizard-step-number {
        border: 1px solid #636363;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        padding-top: 2px; }
      .start-blank-wizard .wizard-steps .wizard-step .wizard-step-title {
        font-size: 0.9375rem;
        display: none; }
      .start-blank-wizard .wizard-steps .wizard-step:not(:last-child) {
        margin-right: 0.75rem; }
      .start-blank-wizard .wizard-steps .wizard-step.active-step, .start-blank-wizard .wizard-steps .wizard-step.step-categories {
        color: #000;
        font-weight: 700; }
      .start-blank-wizard .wizard-steps .wizard-step.step-categories .wizard-step-number {
        border: 1px solid #000; }
      .start-blank-wizard .wizard-steps .wizard-step.step-categories:not(.active-step) {
        cursor: pointer; }
      .start-blank-wizard .wizard-steps .wizard-step.active-step .wizard-step-number {
        background-color: #000;
        color: #fff; }
      .start-blank-wizard .wizard-steps .wizard-step.active-step .wizard-step-title {
        display: inline-block;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0; }
  .start-blank-wizard .wizard-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .start-blank-wizard .wizard-title h3 {
      margin-bottom: 0; }
  .start-blank-wizard .wizard-title-usps-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .start-blank-wizard .wizard-title-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .start-blank-wizard .cta-label {
    margin-bottom: 1.5rem; }
  .start-blank-wizard .wizard-categories-container,
  .start-blank-wizard .wizard-series-container {
    margin-bottom: 3rem; }
    .start-blank-wizard .wizard-categories-container a,
    .start-blank-wizard .wizard-series-container a {
      color: inherit; }
      .start-blank-wizard .wizard-categories-container a:hover,
      .start-blank-wizard .wizard-series-container a:hover {
        text-decoration: none; }
    .start-blank-wizard .wizard-categories-container .wizard-item,
    .start-blank-wizard .wizard-series-container .wizard-item {
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      cursor: pointer;
      border: thin solid #cecfcf; }
    .start-blank-wizard .wizard-categories-container .col-md-6,
    .start-blank-wizard .wizard-series-container .col-md-6 {
      margin-bottom: 1.5rem; }
    .start-blank-wizard .wizard-categories-container .wizard-text,
    .start-blank-wizard .wizard-series-container .wizard-text {
      padding: 2rem; }
      .start-blank-wizard .wizard-categories-container .wizard-text h3,
      .start-blank-wizard .wizard-series-container .wizard-text h3 {
        font-weight: 900; }
    .start-blank-wizard .wizard-categories-container .wizard-usps ul li:before,
    .start-blank-wizard .wizard-series-container .wizard-usps ul li:before {
      content: '\2713';
      margin-right: 0.5rem; }
    .start-blank-wizard .wizard-categories-container .btn-xl,
    .start-blank-wizard .wizard-series-container .btn-xl {
      align-self: center; }
  .start-blank-wizard .wizard-series-container .wizard-text {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .start-blank-wizard .wizard-series-container,
  .start-blank-wizard [data-wizard-parent-category] {
    display: none; }

@media (min-width: 768px) {
  .start-blank-wizard {
    margin-bottom: 8rem; }
    .start-blank-wizard .wizard-steps .wizard-step .wizard-step-number {
      margin-right: 1rem; }
    .start-blank-wizard .wizard-steps .wizard-step .wizard-step-title {
      display: inline-block; }
    .start-blank-wizard .wizard-steps .wizard-step:not(:last-child) {
      margin-right: 4rem; }
    .start-blank-wizard .wizard-steps .wizard-step.active-step .wizard-step-title {
      border-bottom: 1px solid #000;
      padding-bottom: 0.5rem;
      position: relative; } }

.widget .main-title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 900; }

.widget .sub-title {
  font-weight: 300; }

.widget.title-widget {
  margin-bottom: 3rem; }

.widget-description {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 300; }

.cms-page-view .page-title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
  text-align: center; }

@media (min-width: 768px) {
  .widget .widget-title-block {
    margin-bottom: 3.5rem; }
  .widget .main-title {
    font-size: 46px;
    line-height: 37px; }
  .cms-page-view .page-title {
    font-size: 46px;
    line-height: 37px;
    margin-top: 3rem; } }

.video-widget {
  margin: 3em 0; }
  @media (max-width: 991.98px) {
    .video-widget .thumbnails {
      display: -webkit-box;
      display: flex; } }
  .video-widget .thumbnails a {
    cursor: pointer;
    display: block;
    margin: 0 10px 17px 0;
    border: 3px solid #868686;
    width: 100%; }
    @media (max-width: 991.98px) {
      .video-widget .thumbnails a {
        max-width: 100px;
        margin-top: 10px; } }
    .video-widget .thumbnails a:last-child {
      margin-right: 0; }
    .video-widget .thumbnails a.active {
      border-color: #0066a1; }
  .video-widget .thumbnails img {
    cursor: pointer;
    width: 100%; }
    @media (min-width: 768px) {
      .video-widget .thumbnails img {
        height: 83px; } }
    @media (min-width: 992px) {
      .video-widget .thumbnails img {
        height: 90px; } }
    @media (min-width: 1200px) {
      .video-widget .thumbnails img {
        height: 110px; } }

.account .table-order-items ul.items-qty, .pdp-top-container .pdp-images .sly-thumbnails, .one-column-per-row .sly-pages, .home-usps {
  padding-left: 0;
  list-style: none; }
